Update actions/checkout action to v7
Some checks failed
gitleaks / scan (push) Failing after 15s
gitleaks / scan (pull_request) Failing after 16s

This commit is contained in:
Renovate Bot 2026-06-27 21:12:57 +00:00
parent fa587d43de
commit c8d0e4aa18

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