File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 gitleaks :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : gitleaks-action
2525 uses : zricethezav/gitleaks-action@master
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout the latest code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727 with :
2828 token : ${{ secrets.GITHUB_TOKEN }}
2929 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
Original file line number Diff line number Diff line change 2323 renovate-helmrelease :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727 with :
2828 fetch-depth : 1
2929
Original file line number Diff line number Diff line change 2222 update_labels :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626
2727 - uses : actions-ecosystem/action-size@v2
2828 id : size
You can’t perform that action at this time.
0 commit comments