Skip to content

Commit

Permalink
Update github/codeql-action digest to 4238421 (#5532)
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 15, 2022
1 parent 7c5935e commit 35ba768
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@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # tag=v2
uses: github/codeql-action/upload-sarif@4238421316c33d73aeea2801274dd286f157c2bb # 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@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # tag=v2
uses: github/codeql-action/upload-sarif@4238421316c33d73aeea2801274dd286f157c2bb # v2
if: success() || failure()
with:
sarif_file: build/reports/detekt/merge.sarif

0 comments on commit 35ba768

Please sign in to comment.