File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
35
35
persist-credentials : false
36
36
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
38
+ uses : github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
39
39
with :
40
40
languages : javascript-typescript
41
41
config-file : .github/codeql/codeql-config.yml
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
44
+ uses : github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
45
45
Original file line number Diff line number Diff line change 73
73
retention-days : 90
74
74
75
75
# Upload the results to GitHub's code scanning dashboard.
76
- - uses : github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
76
+ - uses : github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
77
77
with :
78
78
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments