Skip to content

Commit

Permalink
Upgrade CodeQL actions
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Jan 15, 2024
1 parent 31f393b commit de9702e
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 @@ -33,8 +33,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: github/codeql-action/init@v1
- uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- uses: github/codeql-action/analyze@v1
- uses: github/codeql-action/analyze@v3

0 comments on commit de9702e

Please sign in to comment.