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 5757
5858 # Initializes the CodeQL tools for scanning.
5959 - name : Initialize CodeQL
60- uses : github/codeql-action/init@f94c9befffa4412c356fb5463a959ab7821dd57e # v3.31.3
60+ uses : github/codeql-action/init@c3d42c5d08633d8b33635fbd94b000a0e2585b3c # v3.31.4
6161 with :
6262 languages : ${{ matrix.language }}
6363 # If you wish to specify custom queries, you can do so here or in a config file.
7070 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
7171 # If this step fails, then you should remove it and run the build manually (see below)
7272 - name : Autobuild
73- uses : github/codeql-action/autobuild@f94c9befffa4412c356fb5463a959ab7821dd57e # v3.31.3
73+ uses : github/codeql-action/autobuild@c3d42c5d08633d8b33635fbd94b000a0e2585b3c # v3.31.4
7474
7575 # ℹ️ Command-line programs to run using the OS shell.
7676 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8383 # ./location_of_script_within_repo/buildscript.sh
8484
8585 - name : Perform CodeQL Analysis
86- uses : github/codeql-action/analyze@f94c9befffa4412c356fb5463a959ab7821dd57e # v3.31.3
86+ uses : github/codeql-action/analyze@c3d42c5d08633d8b33635fbd94b000a0e2585b3c # v3.31.4
8787 with :
8888 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments