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 1c8aa19 commit 2c99c6bCopy full SHA for 2c99c6b
.github/workflows/ci.yml
@@ -197,7 +197,7 @@ jobs:
197
run: ./gradlew detektReportMerge
198
199
- name: Upload SARIF to Github using the upload-sarif action
200
- uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
+ uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3
201
if: success() || failure()
202
with:
203
sarif_file: build/reports/detekt/merged.sarif
0 commit comments