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@a669cc5936cc5e1b6a362ec1ff9e410dc570d190
35
+ uses : github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394
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@a669cc5936cc5e1b6a362ec1ff9e410dc570d190
62
+ uses : github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394
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@a669cc5936cc5e1b6a362ec1ff9e410dc570d190
54
+ uses : github/codeql-action/upload-sarif@959cbb7472c4d4ad70cdfe6f4976053fe48ab394
55
55
with :
56
56
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments