FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/.github/workflows/codeql.yml at 20.3.x · angular/angular-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angular-cli
Public
Notifications
You must be signed in to change notification settings
Fork
11.8k
Star
27k
Code
Issues
253
Pull requests
27
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
.github
/
workflows
/
codeql.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
34 lines (31 loc) · 916 Bytes
Breadcrumbs
angular-cli
/
.github
/
workflows
/
codeql.yml
Copy path
File metadata and controls
34 lines (31 loc) · 916 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
name
:
'
CodeQL
'
on
:
push
:
branches
:
['main', '*.*.x']
schedule
:
-
cron
:
'
39 9 * * 1
'
permissions
:
{}
jobs
:
analyze
:
name
:
Analyze
runs-on
:
'
ubuntu-latest
'
permissions
:
security-events
:
write
packages
:
read
strategy
:
fail-fast
:
false
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
#
v5.0.0
with
:
persist-credentials
:
false
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@42213152a85ae7569bdb6bec7bcd74cd691bfe41
#
v3.30.9
with
:
languages
:
javascript-typescript
build-mode
:
none
config-file
:
.github/codeql/config.yml
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@42213152a85ae7569bdb6bec7bcd74cd691bfe41
#
v3.30.9
with
:
category
:
'
/language:javascript-typescript
'
Back
|
FazBrowse Home
|
New Git URL