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 32
32
33
33
# Initializes the CodeQL tools for scanning.
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477
35
+ uses : github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
# If you wish to specify custom queries, you can do so here or in a config file.
59
59
# ./location_of_script_within_repo/buildscript.sh
60
60
61
61
- name : Perform CodeQL Analysis
62
- uses : github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477
62
+ uses : github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
Original file line number Diff line number Diff line change 51
51
52
52
# Upload the results to GitHub's code scanning dashboard.
53
53
- name : " Upload to code-scanning"
54
- uses : github/codeql-action/upload-sarif@8775e868027fa230df8586bdf502bbd9b618a477
54
+ uses : github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5
55
55
with :
56
56
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments