Skip to content

Commit 98cbf3b

Browse files
authored
chore(deps): update github/codeql-action action to v3 (#13288)
1 parent 8c708e0 commit 98cbf3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
--clean-after-build
6767
6868
- name: Initialize CodeQL
69-
uses: github/codeql-action/init@v2
69+
uses: github/codeql-action/init@v3
7070
with:
7171
languages: ${{ matrix.language }}
7272

@@ -86,4 +86,4 @@ jobs:
8686
cmake --build build/output
8787
8888
- name: Perform CodeQL Analysis
89-
uses: github/codeql-action/analyze@v2
89+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)