From c8d0e4aa1819107b6b4b14908e940424ca90f0bb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Jun 2026 21:12:57 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .forgejo/workflows/gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/gitleaks.yml b/.forgejo/workflows/gitleaks.yml index 10d7847..230648d 100644 --- a/.forgejo/workflows/gitleaks.yml +++ b/.forgejo/workflows/gitleaks.yml @@ -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 -- 2.49.1