File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v2
38
+ uses : github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v2
45
+ uses : github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v2
58
+ uses : github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
You can’t perform that action at this time.
0 commit comments