Skip to content

Commit

Permalink
chore(gh): Update codeql action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Dec 27, 2024
1 parent 1329709 commit ae55cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
${{ github.workspace }}/detekt.sarif.json
)" > ${{ github.workspace }}/detekt.sarif.json
- uses: github/codeql-action/upload-sarif@v2
- uses: github/codeql-action/upload-sarif@v3
if: ${{ always() }}
with:
sarif_file: ${{ github.workspace }}/detekt.sarif.json
Expand Down

0 comments on commit ae55cf4

Please sign in to comment.