Skip to content

Commit

Permalink
ci: update CodeQL
Browse files Browse the repository at this point in the history
CodeQL action v2 will be deprecated on 2024-12-05.
  • Loading branch information
LDVG committed Dec 2, 2024
1 parent 8fcb1bf commit e86db10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3

- name: Build project
run: |
Expand All @@ -34,4 +34,4 @@ jobs:
make
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit e86db10

Please sign in to comment.