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 @@ -35,12 +35,12 @@ jobs:
3535
3636 steps :
3737 - name : " Checkout code"
38- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38+ uses : actions/checkout@v4 # v4.1.1
3939 with :
4040 persist-credentials : false
4141
4242 - name : " Run analysis"
43- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
43+ uses : ossf/scorecard-action@v2.3.1 # v2.3.1
4444 with :
4545 results_file : results.sarif
4646 results_format : sarif
6262 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6363 # format to the repository Actions tab.
6464 - name : " Upload artifact"
65- uses : actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
65+ uses : actions/upload-artifact@v4 # v3.pre.node20
6666 with :
6767 name : SARIF-file
6868 path : results.sarif
You can’t perform that action at this time.
0 commit comments