Skip to content

Commit 0c45c0a

Browse files
Codeql workflow fix (#70)
1 parent 126bc06 commit 0c45c0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
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.
@@ -43,7 +44,7 @@ jobs:
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
@@ -57,4 +58,4 @@ jobs:
5758
# make release
5859

5960
- name: Perform CodeQL Analysis
60-
uses: github/codeql-action/analyze@v3
61+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)