File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Install Go
2121 uses : actions/setup-go@v6
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Checkout code
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939
4040 - name : Install Go
4141 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-24.04
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : check
1717 uses : codeready-toolchain/toolchain-cicd/gomod-check@master
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515
1616 - name : Run govulncheck
1717 uses : codeready-toolchain/toolchain-cicd/govulncheck-action@master
Original file line number Diff line number Diff line change 2525 steps :
2626 # Checkout from PR event
2727 - name : Checkout code from PR event
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 if : ${{ github.event_name == 'pull_request_target' }}
3030 with :
3131 ref : ${{github.event.pull_request.head.ref}}
4545 # Checkout the code based on the data retrieved from the previous step
4646 # Is executed only for comment events
4747 - name : Checkout code from PR
48- uses : actions/checkout@v5
48+ uses : actions/checkout@v6
4949 if : ${{ github.event_name == 'issue_comment' }}
5050 with :
5151 repository : ${{ fromJson(steps.request.outputs.data).head.repo.full_name }}
Original file line number Diff line number Diff line change 2323 steps :
2424 # Checkout from PR event
2525 - name : Checkout code from PR event
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 if : ${{ github.event_name == 'pull_request_target' }}
2828 with :
2929 ref : ${{github.event.pull_request.head.ref}}
4343 # Checkout the code based on the data retrieved from the previous step
4444 # Is executed only for comment events
4545 - name : Checkout code from PR
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747 if : ${{ github.event_name == 'issue_comment' }}
4848 with :
4949 repository : ${{ fromJson(steps.request.outputs.data).head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments