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 36b455d

Browse files
committedFeb 7, 2025·
Update codeql actions.
The v2 actions are now deprecated so use v3.
1 parent 3a31eb3 commit 36b455d

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
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@v2
39+
uses: github/codeql-action/init@v3
4040
with:
4141
languages: ${{ matrix.language }}
4242

@@ -48,4 +48,4 @@ jobs:
4848
cmake --build ./build
4949
5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v2
51+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)
Please sign in to comment.