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 @@ -28,14 +28,14 @@ jobs:
28
28
29
29
# Initializes the CodeQL tools for scanning.
30
30
- name : Initialize CodeQL
31
- uses : github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
31
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
32
32
with :
33
33
languages : ${{ matrix.language }}
34
34
35
35
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
36
36
# If this step fails, then you should remove it and run the build manually (see below)
37
37
- name : Autobuild
38
- uses : github/codeql-action/autobuild@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
38
+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
39
39
40
40
# ℹ️ Command-line programs to run using the OS shell.
41
41
# 📚 https://git.io/JvXDl
49
49
# make release
50
50
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
52
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
You can’t perform that action at this time.
0 commit comments