We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bf91a commit fc69acfCopy full SHA for fc69acf
1 file changed
.github/workflows/codeql-analysis.yml
@@ -60,7 +60,7 @@ jobs:
60
61
62
- name: Setup Cpp
63
- uses: aminya/setup-cpp@v1
+ uses: aminya/setup-cpp@v2
64
with:
65
compiler: ${{ matrix.compiler }}
66
vcvarsall: ${{ contains(matrix.os, 'windows' )}}
@@ -99,4 +99,4 @@ jobs:
99
cmake --build ./build --config ${{matrix.build_type}}
100
101
- name: Perform CodeQL Analysis
102
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments