Skip to content

Commit 9531cc1

Browse files
committed
Bump versions of scorecards action
1 parent 95d3a5f commit 9531cc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scorecards.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
25+
uses: actions/checkout@v4.2.2
2626
with:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
30-
uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972 # tag=v2.0.3
30+
uses: ossf/scorecard-action@v2.4.1
3131
with:
3232
results_file: results.sarif
3333
results_format: sarif
@@ -46,14 +46,14 @@ jobs:
4646
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4747
# format to the repository Actions tab.
4848
- name: "Upload artifact"
49-
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag=v3.0.0
49+
uses: actions/upload-artifact@v4.6.1
5050
with:
5151
name: SARIF file
5252
path: results.sarif
5353
retention-days: 5
5454

5555
# Upload the results to GitHub's code scanning dashboard.
5656
- name: "Upload to code-scanning"
57-
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
57+
uses: github/codeql-action/upload-sarif@v3.28.11
5858
with:
5959
sarif_file: results.sarif

0 commit comments

Comments
 (0)