Skip to content

Commit 87addaa

Browse files
committed
Correct codeql version
1 parent fc69acf commit 87addaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161

6262
- name: Setup Cpp
63-
uses: aminya/setup-cpp@v2
63+
uses: aminya/setup-cpp@v1
6464
with:
6565
compiler: ${{ matrix.compiler }}
6666
vcvarsall: ${{ contains(matrix.os, 'windows' )}}
@@ -84,7 +84,7 @@ jobs:
8484
8585
# Initializes the CodeQL tools for scanning.
8686
- name: Initialize CodeQL
87-
uses: github/codeql-action/init@v1
87+
uses: github/codeql-action/init@v2
8888
with:
8989
languages: ${{ matrix.language }}
9090
# If you wish to specify custom queries, you can do so here or in a config file.

0 commit comments

Comments
 (0)