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
35
36
36
# Initializes the CodeQL tools for scanning.
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
38
+ uses : github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3
39
39
with :
40
40
languages : ${{ matrix.language }}
41
41
# If you wish to specify custom queries, you can do so here or in a config file.
46
46
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
47
47
# If this step fails, then you should remove it and run the build manually (see below)
48
48
- name : Autobuild
49
- uses : github/codeql-action/autobuild@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
49
+ uses : github/codeql-action/autobuild@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3
50
50
51
51
# ℹ️ Command-line programs to run using the OS shell.
52
52
# 📚 https://git.io/JvXDl
60
60
# make release
61
61
62
62
- name : Perform CodeQL Analysis
63
- uses : github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f # v3
63
+ uses : github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3
You can’t perform that action at this time.
0 commit comments