Skip to content

Commit 1489a29

Browse files
Update github/codeql-action action to v2
1 parent 0a0d5c2 commit 1489a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detekt-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
)" > ${{ github.workspace }}/detekt.sarif.json
9797
9898
# Uploads results to GitHub repository using the upload-sarif action
99-
- uses: github/codeql-action/upload-sarif@v1
99+
- uses: github/codeql-action/upload-sarif@v2
100100
with:
101101
# Path to SARIF file relative to the root of the repository
102102
sarif_file: ${{ github.workspace }}/detekt.sarif.json

0 commit comments

Comments
 (0)