From 39e4706d18d049eb0ac0178b79adad1e758c24c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Oct 2024 14:06:49 +0000 Subject: [PATCH] chore(deps): update zricethezav/gitleaks docker tag to v8.21.1 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1c279abf..60ffe6c0 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Run Gitleaks - uses: docker://zricethezav/gitleaks:v8.21.0 + uses: docker://zricethezav/gitleaks:v8.21.1 with: args: detect --no-git --verbose --source ${{ github.workspace }} -- 2.43.0