Skip to content

Commit 1a43e91

Browse files
Update github/codeql-action action to v4
1 parent 4080298 commit 1a43e91

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
@@ -53,7 +53,7 @@ jobs:
5353
'${{ github.workspace }}/detekt.sarif.json'
5454
)" > '${{ github.workspace }}/detekt.sarif.json'
5555
56-
- uses: github/codeql-action/upload-sarif@v2
56+
- uses: github/codeql-action/upload-sarif@v4
5757
if: ${{ always() }}
5858
with:
5959
sarif_file: ${{ github.workspace }}/detekt.sarif.json

0 commit comments

Comments
 (0)