File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=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@f49aabe0b5af0936a0987cfb85d86b75731b0186 # tag=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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # tag=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@6bb031afdd8eb862ea3fc1848194185e076637e5 # tag=v3.28.11
5858 with :
5959 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments