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 77
77
78
78
# Initializes the CodeQL tools for scanning.
79
79
- name : Initialize CodeQL
80
- uses : github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3
80
+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3
81
81
with :
82
82
languages : ${{ matrix.language }}
83
83
# If you wish to specify custom queries, you can do so here or in a config file.
91
91
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
92
92
# If this step fails, then you should remove it and run the build manually (see below)
93
93
- name : Autobuild
94
- uses : github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3
94
+ uses : github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3
95
95
96
96
# ℹ️ Command-line programs to run using the OS shell.
97
97
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -104,7 +104,7 @@ jobs:
104
104
# ./location_of_script_within_repo/buildscript.sh
105
105
106
106
- name : Perform CodeQL Analysis
107
- uses : github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3
107
+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3
108
108
with :
109
109
category : " /language:${{matrix.language}}"
110
110
You can’t perform that action at this time.
0 commit comments