Skip to content

Commit 9673a5a

Browse files
Update scorecard.yml actions versions
1 parent 1263f48 commit 9673a5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/scorecard.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Scorecard supply-chain security
2+
23
on:
34
# For Branch-Protection check. Only the default branch is supported. See
45
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection (disabled)
@@ -23,19 +24,19 @@ jobs:
2324

2425
steps:
2526
- name: "Checkout code"
26-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27+
uses: actions/checkout@v4
2728
with:
2829
persist-credentials: false
2930

3031
- name: "Run analysis"
31-
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
32+
uses: ossf/scorecard-action@v2.4.0 # https://github.com/marketplace/actions/ossf-scorecard-action
3233
with:
3334
results_file: results.sarif
3435
results_format: sarif
3536
publish_results: true
3637

3738
- name: "Upload artifact"
38-
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
39+
uses: actions/upload-artifact@v4
3940
with:
4041
name: SARIF file
4142
path: results.sarif

0 commit comments

Comments
 (0)