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 9192b49 commit 1e42697Copy full SHA for 1e42697
.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@fca7ace96b7d713c7035871441bd52efbe39e27e # v3
+ uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
201
if: success() || failure()
202
with:
203
sarif_file: build/reports/detekt/merged.sarif
0 commit comments