FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
assertj/.github/workflows/codeql.yml at main · assertj/assertj · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
assertj
/
assertj
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
788
Star
2.8k
Code
Issues
201
Pull requests
53
Discussions
Actions
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
assertj
/
.github
/
workflows
/
codeql.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
43 lines (37 loc) · 1.1 KB
Breadcrumbs
assertj
/
.github
/
workflows
/
codeql.yml
Copy path
File metadata and controls
43 lines (37 loc) · 1.1 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name
:
CodeQL
on
:
push
:
branches
:
[ 'main', '3.x' ]
pull_request
:
branches
:
[ 'main', '3.x' ]
schedule
:
-
cron
:
'
15 16 * * 6
'
permissions
:
{}
jobs
:
analyze
:
name
:
Analyze (${{ matrix.language }})
runs-on
:
ubuntu-latest
permissions
:
security-events
:
write
strategy
:
fail-fast
:
false
matrix
:
include
:
-
language
:
actions
build-mode
:
none
-
language
:
java-kotlin
build-mode
:
none
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd
#
v4.37.7
with
:
languages
:
${{ matrix.language }}
build-mode
:
${{ matrix.build-mode }}
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd
#
v4.37.7
with
:
category
:
"
/language:${{matrix.language}}
"
env
:
CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN
:
true
#
https://github.com/github/codeql/issues/22219
Back
|
FazBrowse Home
|
New Git URL