We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4080298 commit 1a43e91Copy full SHA for 1a43e91
.github/workflows/check.yml
@@ -53,7 +53,7 @@ jobs:
53
'${{ github.workspace }}/detekt.sarif.json'
54
)" > '${{ github.workspace }}/detekt.sarif.json'
55
56
- - uses: github/codeql-action/upload-sarif@v2
+ - uses: github/codeql-action/upload-sarif@v4
57
if: ${{ always() }}
58
with:
59
sarif_file: ${{ github.workspace }}/detekt.sarif.json
0 commit comments