File tree Expand file tree Collapse file tree 1 file changed +5
-31
lines changed
Expand file tree Collapse file tree 1 file changed +5
-31
lines changed Original file line number Diff line number Diff line change @@ -20,37 +20,11 @@ jobs:
2020 actions : read
2121
2222 steps :
23- - uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
24- with :
25- disable-sudo : true
26- egress-policy : block
27- allowed-endpoints : >
28- api.github.com:443
29- github.com:443
30- objects.githubusercontent.com:443
31- github-releases.githubusercontent.com:443
32- - name : Checkout repository
33- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34- with :
35- persist-credentials : false
36-
23+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3724 - name : Initialize CodeQL
38- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
25+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
3926 with :
40- languages : javascript-typescript
41- config-file : .github/codeql/codeql-config.yml
42- - name : StepSecurity - reapply egress restrictions
43- uses :
step-security/[email protected] 44- with :
45- disable-sudo : true
46- egress-policy : block
47- allowed-endpoints : >
48- api.github.com:443
49- github.com:443
50- objects.githubusercontent.com:443
51- github-releases.githubusercontent.com:443
52-
27+ languages : ' javascript'
28+ config-file : ./.github/codeql/codeql-config.yaml
5329 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.8
55- with :
56- wait-for-processing : false
30+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
You can’t perform that action at this time.
0 commit comments