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 1329709 commit ae55cf4Copy full SHA for ae55cf4
.github/workflows/check.yml
@@ -51,7 +51,7 @@ jobs:
51
${{ github.workspace }}/detekt.sarif.json
52
)" > ${{ github.workspace }}/detekt.sarif.json
53
54
- - uses: github/codeql-action/upload-sarif@v2
+ - uses: github/codeql-action/upload-sarif@v3
55
if: ${{ always() }}
56
with:
57
sarif_file: ${{ github.workspace }}/detekt.sarif.json
0 commit comments