Skip to content

Commit 2364a34

Browse files
Merge 3fa3a70 into 0cc4bde
2 parents 0cc4bde + 3fa3a70 commit 2364a34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/05-codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
# Initializes the CodeQL tools for scanning.
115115
- name: Initialize CodeQL
116-
uses: github/codeql-action/init@v3
116+
uses: github/codeql-action/init@v4
117117
with:
118118
languages: ${{ matrix.language }}
119119
build-mode: ${{ matrix.build-mode }}
@@ -129,7 +129,7 @@ jobs:
129129
# https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
130130
- if: matrix.build-mode == 'autobuild'
131131
name: Autobuild
132-
uses: github/codeql-action/autobuild@v3
132+
uses: github/codeql-action/autobuild@v4
133133

134134
# ℹ️ Command-line programs to run using the OS shell.
135135
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -182,6 +182,6 @@ jobs:
182182
run: ccache -sv || ccache -s || echo "FAILED to read ccache info, oh well"
183183

184184
- name: Perform CodeQL Analysis
185-
uses: github/codeql-action/analyze@v3
185+
uses: github/codeql-action/analyze@v4
186186
with:
187187
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)