Skip to content

Commit

Permalink
Update github/codeql-action digest to c3b6fce (#5507)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 5, 2022
1 parent 621bcc9 commit 2c3b2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/detekt-with-type-resolution.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:
arguments: :detekt-cli:runWithArgsFile

- name: Upload SARIF to Github using the upload-sarif action
uses: github/codeql-action/upload-sarif@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # tag=v2
uses: github/codeql-action/upload-sarif@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # tag=v2
if: success() || failure()
with:
sarif_file: build/detekt-report.sarif
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
arguments: detektMain detektTest :detektReportMergeSarif --continue

- name: Upload SARIF to Github using the upload-sarif action
uses: github/codeql-action/upload-sarif@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # tag=v2
uses: github/codeql-action/upload-sarif@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # tag=v2
if: success() || failure()
with:
sarif_file: build/reports/detekt/merge.sarif

0 comments on commit 2c3b2ce

Please sign in to comment.