FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codeql-action/.github/workflows/codeql.yml at main · lvyinggithub/codeql-action · GitHub
lvyinggithub
/
codeql-action
Public
forked from
github/codeql-action
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codeql-action
/
.github
/
workflows
/
codeql.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
26 lines (23 loc) · 604 Bytes
Breadcrumbs
codeql-action
/
.github
/
workflows
/
codeql.yml
Copy path
File metadata and controls
26 lines (23 loc) · 604 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
name
:
"
CodeQL action
"
on
:
push
:
branches
:
[main, v1]
pull_request
:
branches
:
[main, v1]
jobs
:
build
:
strategy
:
matrix
:
os
:
[ubuntu-latest,windows-latest,macos-latest]
runs-on
:
${{ matrix.os }}
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
./init
id
:
init
with
:
languages
:
javascript
config-file
:
./.github/codeql/codeql-config.yml
#
confirm steps.init.outputs.codeql-path points to the codeql binary
-
name
:
Print CodeQL Version
run
:
${{steps.init.outputs.codeql-path}} version --format=json
-
uses
:
./analyze
Back
|
FazBrowse Home
|
New Git URL