File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 persist-credentials : false
4242
5858 ${{ matrix.repository.repo }}
5959
6060 - name : Checkout Target
61- uses : actions/checkout@v4
61+ uses : actions/checkout@v5
6262 with :
6363 repository : ${{ matrix.repository.owner }}/${{ matrix.repository.repo }}
6464 token : ${{ steps.get-token.outputs.token }}
Original file line number Diff line number Diff line change 1616 found-files : ${{ steps.zizmor-check.outputs.found-files }}
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020 - name : Run zizmor
2121 id : zizmor-check
2222 shell : bash
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
13+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414 with :
1515 persist-credentials : false
1616 - name : Run Snyk to import ${{ github.event.repository.name }} to Snyk
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ runs:
1313 using : " composite"
1414 steps :
1515 - name : " Checkout Repository"
16- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
16+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
1717 with :
1818 fetch-depth : 0
1919
2020 - name : " Checkout Target Branch"
21- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
21+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
2222 with :
2323 ref : ${{ github.base_ref }}
2424
3737 severity : ${{ inputs.severities }}
3838
3939 - name : Checkout current commit
40- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
40+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
4141 with :
4242 ref : ${{ github.sha }}
4343 clean : false
You can’t perform that action at this time.
0 commit comments