Skip to content

Commit

Permalink
Update github/codeql-action digest to 18fe527 (#5498)
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 2, 2022
1 parent a7b10e4 commit f0b9b44
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@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # tag=v2
uses: github/codeql-action/upload-sarif@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # 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@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # tag=v2
uses: github/codeql-action/upload-sarif@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # tag=v2
if: success() || failure()
with:
sarif_file: build/reports/detekt/merge.sarif

0 comments on commit f0b9b44

Please sign in to comment.