File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929
3030 steps :
3131 - name : " Checkout code"
32- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5 .2
32+ uses : actions/checkout@4.2 .2
3333 with :
3434 persist-credentials : false
3535
3636 - name : " Run analysis"
37- uses : ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
37+ uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
3838 with :
3939 results_file : results.sarif
4040 results_format : sarif
5252 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5353 # format to the repository Actions tab.
5454 - name : " Upload artifact"
55- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
55+ uses : actions/upload-artifact@4.6 .2
5656 with :
5757 name : SARIF file
5858 path : results.sarif
You can’t perform that action at this time.
0 commit comments