File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
35
35
36
36
# Initializes the CodeQL tools for scanning.
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v2
38
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v2
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
42
42
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
43
43
# If this step fails, then you should remove it and run the build manually (see below)
44
44
- name : Autobuild
45
- uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v2
45
+ uses : github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v2
46
46
47
47
# ℹ️ Command-line programs to run using the OS shell.
48
48
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
55
55
# ./location_of_script_within_repo/buildscript.sh
56
56
57
57
- name : Perform CodeQL Analysis
58
- uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v2
58
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v2
Original file line number Diff line number Diff line change 43
43
44
44
# Upload the results to GitHub's code scanning dashboard.
45
45
- name : " Upload to code-scanning"
46
- uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
46
+ uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
47
47
with :
48
48
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments