We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb0cb6 commit 0cb57d5Copy full SHA for 0cb57d5
1 file changed
.github/workflows/ci.yml
@@ -148,7 +148,7 @@ jobs:
148
run: ./gradlew detektReportMerge
149
150
- name: Upload SARIF to Github using the upload-sarif action
151
- uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
+ uses: github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3
152
if: success() || failure()
153
with:
154
sarif_file: build/reports/detekt/merged.sarif
0 commit comments