Skip to content

Commit f14abc5

Browse files
committed
1 parent 9d8f07d commit f14abc5

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)