Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fc69acf

Browse files
committedApr 21, 2023
Upgrade codeql to v2 scripts
1 parent 40bf91a commit fc69acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/codeql-analysis.yml

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

6161

6262
- name: Setup Cpp
63-
uses: aminya/setup-cpp@v1
63+
uses: aminya/setup-cpp@v2
6464
with:
6565
compiler: ${{ matrix.compiler }}
6666
vcvarsall: ${{ contains(matrix.os, 'windows' )}}
@@ -99,4 +99,4 @@ jobs:
9999
cmake --build ./build --config ${{matrix.build_type}}
100100
101101
- name: Perform CodeQL Analysis
102-
uses: github/codeql-action/analyze@v1
102+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)
Please sign in to comment.