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 32
32
33
33
# Initializes the CodeQL tools for scanning.
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5
35
+ uses : github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723
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@32dc499307d133bb5085bae78498c0ac2cf762d5
62
+ uses : github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723
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@32dc499307d133bb5085bae78498c0ac2cf762d5
54
+ uses : github/codeql-action/upload-sarif@16964e90ba004cdf0cd845b866b5df21038b7723
55
55
with :
56
56
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments