Skip to content

Commit b7aed0e

Browse files
authored
[CI] Bump CodeQL to version 3 (#269)
close #268
1 parent 9c30d0c commit b7aed0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
create-symlink: true
3636
max-size: 1G
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@v2
38+
uses: github/codeql-action/init@v3
3939
with:
4040
languages: ${{ matrix.language }}
4141
- name: CMake configure
@@ -55,4 +55,4 @@ jobs:
5555
CC: gcc-14
5656
CXX: g++-14
5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@v2
58+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)