Skip to content

Commit 446493a

Browse files
committed
fix: bump codeql to 4.31.7
Fixes CI error due to CODEQL_ACTION_VERSION mismatch (set to 4.31.7 in codeql v3.31.7)
1 parent ce55423 commit 446493a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
7575
# queries: security-extended,security-and-quality
7676

77-
uses: github/codeql-action/autobuild@bffd034ab1518ad839a542b8a7356e13a240e076 # ratchet:github/codeql-action/autobuild@v3.31.7
77+
uses: github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # ratchet:github/codeql-action/autobuild@v4.31.7
7878
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7979

8080
# If the Autobuild fails above, remove it and uncomment the following three lines.
@@ -85,6 +85,6 @@ jobs:
8585
# ./location_of_script_within_repo/buildscript.sh
8686
- name: Perform CodeQL Analysis
8787
# ℹ️ Command-line programs to run using the OS shell.
88-
uses: github/codeql-action/analyze@bffd034ab1518ad839a542b8a7356e13a240e076 # ratchet:github/codeql-action/analyze@v3.31.7
88+
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # ratchet:github/codeql-action/analyze@v4.31.7
8989
with:
9090
category: '/language:${{matrix.language}}'

0 commit comments

Comments
 (0)