File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
39
39
# Initializes the CodeQL tools for scanning.
40
40
- name : Initialize CodeQL
41
- uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
41
+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
42
42
with :
43
43
languages : javascript
44
44
# If you wish to specify custom queries, you can do so here or in a config file.
61
61
# ./location_of_script_within_repo/buildscript.sh
62
62
63
63
- name : Perform CodeQL Analysis
64
- uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
64
+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
65
65
with :
66
66
category : " /language:javascript"
Original file line number Diff line number Diff line change 65
65
66
66
# Upload the results to GitHub's code scanning dashboard.
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2
68
+ uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments