Skip to content

Commit

Permalink
ci: Replace outdated codeql actions
Browse files Browse the repository at this point in the history
Replaces the version v1 of the CodeQL Action which was deprecated on
January 18th, 2023, and is no longer updated or supported. More information:
https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/

gitlint-ignore: all
  • Loading branch information
mlasch committed Jul 27, 2023
1 parent 5146594 commit d449b60
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 @@ -31,12 +31,12 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@master

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: cpp

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

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

0 comments on commit d449b60

Please sign in to comment.