Skip to content

Commit ae55cf4

Browse files
committed
chore(gh): Update codeql action
1 parent 1329709 commit ae55cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
${{ github.workspace }}/detekt.sarif.json
5252
)" > ${{ github.workspace }}/detekt.sarif.json
5353
54-
- uses: github/codeql-action/upload-sarif@v2
54+
- uses: github/codeql-action/upload-sarif@v3
5555
if: ${{ always() }}
5656
with:
5757
sarif_file: ${{ github.workspace }}/detekt.sarif.json

0 commit comments

Comments
 (0)