Update actions/checkout action to v7 - autoclosed #4

Closed
renovate wants to merge 1 commit from renovate/actions-checkout-7.x into main
Showing only changes of commit c8d0e4aa18 - Show all commits

View file

@ -22,7 +22,7 @@ jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
# Full history — gitleaks needs depth to scan a commit range.
fetch-depth: 0