We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc69acf commit 87addaaCopy full SHA for 87addaa
.github/workflows/codeql-analysis.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
- name: Setup Cpp
63
- uses: aminya/setup-cpp@v2
+ uses: aminya/setup-cpp@v1
64
with:
65
compiler: ${{ matrix.compiler }}
66
vcvarsall: ${{ contains(matrix.os, 'windows' )}}
@@ -84,7 +84,7 @@ jobs:
84
85
# Initializes the CodeQL tools for scanning.
86
- name: Initialize CodeQL
87
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
88
89
languages: ${{ matrix.language }}
90
# If you wish to specify custom queries, you can do so here or in a config file.
0 commit comments