Skip to content

Commit

Permalink
ci: Update codeql-action GitHub action
Browse files Browse the repository at this point in the history
The GitHub actions `github/codeql-action` version 2 has been deprecated.
Updating to version 3.
  • Loading branch information
LukasWoodtli committed Apr 25, 2024
1 parent 6aac64d commit 544494e
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 @@ -25,12 +25,12 @@ jobs:
sudo apt-get install cmake libcunit1-dev ninja-build unzip wget
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: cpp

- name: Build all binaries
run: tools/ci/run_ci.sh --run-build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit 544494e

Please sign in to comment.