File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
39+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4040 with :
4141 persist-credentials : false
4242
5858 ${{ matrix.repository.repo }}
5959
6060 - name : Checkout Target
61- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
61+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 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@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3 .0
16+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0 .0
1717 with :
1818 fetch-depth : 0
1919
2020 - name : " Checkout Target Branch"
21- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3 .0
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@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3 .0
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