File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11name : Scorecard supply-chain security
2+
23on :
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
You can’t perform that action at this time.
0 commit comments