FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SafeguardJava/.github/workflows/codeql.yml at main · petrsnd/SafeguardJava · GitHub
petrsnd
/
SafeguardJava
Public
forked from
OneIdentity/SafeguardJava
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
SafeguardJava
/
.github
/
workflows
/
codeql.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
52 lines (45 loc) · 1.17 KB
Breadcrumbs
SafeguardJava
/
.github
/
workflows
/
codeql.yml
Copy path
File metadata and controls
52 lines (45 loc) · 1.17 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
44
45
46
47
48
49
50
51
52
name
:
"
CodeQL
"
on
:
push
:
branches
:
[ "main" ]
pull_request
:
branches
:
[ "main" ]
schedule
:
-
cron
:
"
32 7 * * 1
"
jobs
:
analyze
:
name
:
Analyze (${{ matrix.language }})
runs-on
:
ubuntu-latest
timeout-minutes
:
360
permissions
:
security-events
:
write
packages
:
read
actions
:
read
contents
:
read
strategy
:
fail-fast
:
false
matrix
:
include
:
-
language
:
java-kotlin
build-mode
:
none
-
language
:
actions
build-mode
:
none
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v7
-
name
:
Set up JDK
if
:
matrix.language == 'java-kotlin'
uses
:
actions/setup-java@v5.6.0
with
:
distribution
:
"
temurin
"
java-version
:
"
8
"
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v4.37.3
with
:
languages
:
${{ matrix.language }}
build-mode
:
${{ matrix.build-mode }}
queries
:
security-and-quality
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v4.37.3
with
:
category
:
"
/language:${{ matrix.language }}
"
Back
|
FazBrowse Home
|
New Git URL