Skip to content

Commit

Permalink
Merge pull request #431 from kingthorin/codeql-v3
Browse files Browse the repository at this point in the history
Update CodeQL workflow to use v3 actions
  • Loading branch information
ricekot authored Jan 23, 2024
2 parents a6fc8c5 + c4f4287 commit eb7157e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v2
- uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2
- uses: github/codeql-action/autobuild@v3
- uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit eb7157e

Please sign in to comment.