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 @@ -32,14 +32,14 @@ jobs:
3232
3333 # Initializes the CodeQL tools for scanning.
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2
35+ uses : github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v2
3636 with :
3737 languages : ${{ matrix.language }}
3838
3939 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4040 # If this step fails, then you should remove it and run the build manually (see below)
4141 - name : Autobuild
42- uses : github/codeql-action/autobuild@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2
42+ uses : github/codeql-action/autobuild@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v2
4343
4444 # ℹ️ Command-line programs to run using the OS shell.
4545 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5252 # ./location_of_script_within_repo/buildscript.sh
5353
5454 - name : Perform CodeQL Analysis
55- uses : github/codeql-action/analyze@2ca79b6fa8d3ec278944088b4aa5f46912db5d63 # v2
55+ uses : github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v2
You can’t perform that action at this time.
0 commit comments