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 3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
37+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
3838 with :
3939 languages : ${{ matrix.language }}
4040 # If you wish to specify custom queries, you can do so here or in a config file.
4848 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
4949 # If this step fails, then you should remove it and run the build manually (see below)
5050 - name : Autobuild
51- uses : github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
51+ uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
5252
5353 # ℹ️ Command-line programs to run using the OS shell.
5454 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6161 # ./location_of_script_within_repo/buildscript.sh
6262
6363 - name : Perform CodeQL Analysis
64- uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
64+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
6565 with :
6666 category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments