Skip to content

Commit

Permalink
Update CodeQL action to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Jan 16, 2025
1 parent 4450c48 commit 79c4d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: sudo apt-get install libltdl-dev

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
# CodeQL lumps C with C++. Perl is not currently supported.
languages: cpp, python
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
make -j${{ env.NPROCS }} test-programs
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

- name: Detailed error logs
if: failure()
Expand Down

0 comments on commit 79c4d57

Please sign in to comment.