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 ea41956 commit cf1b852Copy full SHA for cf1b852
.github/workflows/build.yaml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
sed -i 's#${{ github.workspace }}/##' build/reports/detekt/*.sarif
43
- name: Upload SARIF file
44
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
45
with:
46
sarif_file: 'build/reports/detekt/'
47
category: detekt
0 commit comments