Skip to content

Commit 154f18a

Browse files
authored
Merge pull request #2636 from hoffie/autobuild/codeql-v2
Autobuild: Use CodeQL v2
2 parents bc2f246 + f14abc5 commit 154f18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220

221221
- name: Initialize CodeQL
222222
if: matrix.config.run_codeql
223-
uses: github/codeql-action/init@v1
223+
uses: github/codeql-action/init@v2
224224
with:
225225
languages: 'cpp'
226226

@@ -311,4 +311,4 @@ jobs:
311311

312312
- name: Perform CodeQL Analysis
313313
if: matrix.config.run_codeql
314-
uses: github/codeql-action/analyze@v1
314+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)