File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Run Trivy vulnerability scanner in repo mode
1616 uses : aquasecurity/trivy-action@master
Original file line number Diff line number Diff line change 2525 cancel-in-progress : true
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 0
3131 - name : Cache Maven packages
Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 ref : ${{github.event.inputs.branch}}
3838 token : ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 ref : ${{github.event.release.target_commitish}}
3333 token : ${{ secrets.RELEASE_PERSONAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Self-hosted Renovate
3333 uses :
renovatebot/[email protected]
You can’t perform that action at this time.
0 commit comments