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-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
3434 name : Filesystem scan
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v6
37+ - uses : actions/checkout@v7
3838 - name : Trivy scan
3939 uses : aquasecurity/trivy-action@v0.36.0
4040 with :
5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@v6
53+ uses : actions/checkout@v7
5454 - name : Set up Python
5555 uses : actions/setup-python@v6
5656 with :
Original file line number Diff line number Diff line change 2323 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2424
2525 - name : Checkout dev branch
26- uses : actions/checkout@v6
26+ uses : actions/checkout@v7
2727 with :
2828 ref : dev
2929 fetch-depth : 0
Original file line number Diff line number Diff line change 2121 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2222
2323 - name : Checkout Renovate branch
24- uses : actions/checkout@v6
24+ uses : actions/checkout@v7
2525 with :
2626 ref : ${{ github.event.pull_request.head.ref }}
2727 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments