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@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
41
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
64
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
65
65
with :
66
66
category : " /language:javascript"
Original file line number Diff line number Diff line change 67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
70
+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments