Skip to content

Commit

Permalink
ci: Update codeql-action/analyze GitHub action
Browse files Browse the repository at this point in the history
The GitHub action `github/codeql-action/analyze` version 2 has been
deprecated. Updating to version 3.
  • Loading branch information
LukasWoodtli committed Apr 25, 2024
1 parent e47c926 commit cf99850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
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 cf99850

Please sign in to comment.