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 3bb6697 commit 457a58fCopy full SHA for 457a58f
.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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
+ uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
201
if: success() || failure()
202
with:
203
sarif_file: build/reports/detekt/merged.sarif
0 commit comments