FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-pulsar-example/.github/workflows/codeql-analysis.yml at master · majusko/java-pulsar-example · GitHub
majusko
/
java-pulsar-example
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
12
Code
Issues
1
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
java-pulsar-example
/
.github
/
workflows
/
codeql-analysis.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
36 lines (31 loc) · 713 Bytes
Breadcrumbs
java-pulsar-example
/
.github
/
workflows
/
codeql-analysis.yml
Copy path
File metadata and controls
36 lines (31 loc) · 713 Bytes
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
name
:
"
CodeQL
"
on
:
push
:
branches
:
[ master ]
pull_request
:
branches
:
[ master ]
schedule
:
-
cron
:
'
43 18 * * 0
'
jobs
:
analyze
:
name
:
Analyze
runs-on
:
ubuntu-latest
permissions
:
actions
:
read
contents
:
read
security-events
:
write
strategy
:
fail-fast
:
false
matrix
:
language
:
[ 'java' ]
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v2
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@v1
with
:
languages
:
${{ matrix.language }}
-
name
:
Autobuild
uses
:
github/codeql-action/autobuild@v1
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@v1
Back
|
FazBrowse Home
|
New Git URL