File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2727
2828 # Initializes the CodeQL tools for scanning.
2929 - name : Initialize CodeQL
30- uses : github/codeql-action/init@v3
30+ uses : github/codeql-action/init@v4
3131 with :
3232 languages : ${{ matrix.language }}
33+ tools : https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20251111/codeql-bundle.tar.zst
3334 # If you wish to specify custom queries, you can do so here or in a config file.
3435 # By default, queries listed here will override any specified in a config file.
3536 # Prefix the list here with "+" to use these queries and those in the config file.
4344 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4445 # If this step fails, then you should remove it and run the build manually (see below)
4546 - name : Autobuild
46- uses : github/codeql-action/autobuild@v3
47+ uses : github/codeql-action/autobuild@v4
4748
4849 # ℹ️ Command-line programs to run using the OS shell.
4950 # 📚 https://git.io/JvXDl
5758 # make release
5859
5960 - name : Perform CodeQL Analysis
60- uses : github/codeql-action/analyze@v3
61+ uses : github/codeql-action/analyze@v4
You can’t perform that action at this time.
0 commit comments