File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v6
22+ uses : actions/checkout@v7
2323 with :
2424 fetch-depth : 0 # Gitleaks needs the full history to scan properly
2525
3838
3939 steps :
4040 - name : Checkout code
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
4242
4343 - name : Install Go
4444 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 1919 egress-policy : audit
2020
2121 - name : Checkout
22- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
22+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2323 with :
2424 fetch-depth : 0
2525
Original file line number Diff line number Diff line change 1919 IMAGE_NAME : ${{ github.repository }}
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
22+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2323 with :
2424 fetch-depth : 0
2525 - name : Git Fetch
Original file line number Diff line number Diff line change 1212 if : (github.actor != 'dependabot[bot]')
1313 steps :
1414 # Fetch project source
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616
1717 - uses : returntocorp/semgrep-action@v1
1818 with :
You can’t perform that action at this time.
0 commit comments