File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 add_label :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v6
1212 - uses : actions-ecosystem/action-add-labels@v1
1313 if : ${{ github.event.pull_request.head.repo.full_name != github.repository }}
1414 with :
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828
2929 steps :
3030 - name : " Checkout code"
31- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
31+ uses : actions/checkout@v6
3232 with :
3333 persist-credentials : false
3434
3535 - name : " Run analysis"
36- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
36+ uses : ossf/scorecard-action@v2.4.3
3737 with :
3838 results_file : results.sarif
3939 results_format : sarif
4848 # uploads of run results in SARIF format to the repository Actions tab.
4949 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
5050 - name : " Upload artifact"
51- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
51+ uses : actions/upload-artifact@v7
5252 with :
5353 name : SARIF file
5454 path : results.sarif
5757 # Upload the results to GitHub's code scanning dashboard (optional).
5858 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5959 - name : " Upload to code-scanning"
60- uses : github/codeql-action/upload-sarif@83a02f7883b12e0e4e1a146174f5e2292a01e601 # v2.16.4
60+ uses : github/codeql-action/upload-sarif@v4
6161 with :
6262 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments