Skip to content

Commit a0f41f9

Browse files
renovate-botdgp1130
authored andcommitted
build: update scorecard action dependencies
1 parent 7ce0982 commit a0f41f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scorecard.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: 'Run analysis'
31-
uses: ossf/scorecard-action@5c8bc69dc88b65c66584e07611df79d3579b0377 # tag=v1.1.0
31+
uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # tag=v1.1.1
3232
with:
3333
results_file: results.sarif
3434
results_format: sarif
@@ -45,6 +45,6 @@ jobs:
4545

4646
# Upload the results to GitHub's code scanning dashboard.
4747
- name: 'Upload to code-scanning'
48-
uses: github/codeql-action/upload-sarif@a3a6c128d771b6b9bdebb1c9d0583ebd2728a108 # tag=v2.1.11
48+
uses: github/codeql-action/upload-sarif@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # tag=v2.1.12
4949
with:
5050
sarif_file: results.sarif

0 commit comments

Comments
 (0)