File tree Expand file tree Collapse file tree 1 file changed +20
-21
lines changed
Expand file tree Collapse file tree 1 file changed +20
-21
lines changed Original file line number Diff line number Diff line change 44 push :
55
66jobs :
7- analyze :
8- name : Code Scanning - CodeQL
9- runs-on : ubuntu-latest
10- timeout-minutes : 25
11- permissions :
12- security-events : write
13- packages : read
14- actions : read
15- contents : read
16- strategy :
17- fail-fast : false
18- steps :
19- - uses : hyperwallet/public-security-workflows/codeql@main
20- with :
21- language : javascript-typescript
22- build-mode : ' none'
23- timeout-minutes : 25
24-
25- dependency-review :
26- uses : hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
27-
7+ analyze :
8+ name : Code Scanning - CodeQL
9+ runs-on : ubuntu-latest
10+ timeout-minutes : 25
11+ permissions :
12+ security-events : write
13+ packages : read
14+ actions : read
15+ contents : read
16+ strategy :
17+ fail-fast : false
18+ steps :
19+ - uses : hyperwallet/public-security-workflows/codeql@main
20+ with :
21+ language : javascript-typescript
22+ build-mode : ' none'
23+ timeout-minutes : 25
24+
25+ dependency-review :
26+ uses : hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
You can’t perform that action at this time.
0 commit comments