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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
41
+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
64
+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
68
+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
69
69
with :
70
70
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments