Skip to content

Commit cf53356

Browse files
renovate-botfilipesilva
authored andcommitted
build: update scorecard action dependencies to f2027c5
1 parent 08b106e commit cf53356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: 'Run analysis'
30-
uses: ossf/scorecard-action@315c15e2156166631fd4cb10d6490514eb3fd74a
30+
uses: ossf/scorecard-action@682b53e351b930f033f957e05c77e0352482d9b9
3131
with:
3232
results_file: results.sarif
3333
results_format: sarif
@@ -44,6 +44,6 @@ jobs:
4444

4545
# Upload the results to GitHub's code scanning dashboard.
4646
- name: 'Upload to code-scanning'
47-
uses: github/codeql-action/upload-sarif@edd03fbd2c9728a78e2e10ff69c4af455b0de4fd
47+
uses: github/codeql-action/upload-sarif@f2027c51f718a2c0c5294955d90bedc88044bc9b
4848
with:
4949
sarif_file: results.sarif

0 commit comments

Comments
 (0)