File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v6
15+ uses : actions/checkout@v7
1616 - name : check
1717 uses : codeready-toolchain/toolchain-cicd/gomod-check@master
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-24.04
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919
2020 - name : Install Go
2121 uses : actions/setup-go@v6
3535 runs-on : ubuntu-24.04
3636 steps :
3737 - name : Checkout code
38- uses : actions/checkout@v6
38+ uses : actions/checkout@v7
3939
4040 - name : Generate SBOM
4141 uses : CycloneDX/gh-gomod-generate-sbom@v2
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515
1616 - name : Run govulncheck
1717 uses : codeready-toolchain/toolchain-cicd/govulncheck-action@master
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 2222 steps :
2323 # Checkout from PR event
2424 - name : Checkout code from PR event
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626 if : ${{ github.event_name == 'pull_request_target' }}
2727 with :
2828 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@v6
46+ uses : actions/checkout@v7
4747 if : ${{ github.event_name == 'issue_comment' }}
4848 with :
4949 repository : ${{ fromJson(steps.request.outputs.data).head.repo.full_name }}
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout PR code
17- uses : actions/checkout@v6
17+ uses : actions/checkout@v7
1818 with :
1919 fetch-depth : 0
2020
You can’t perform that action at this time.
0 commit comments