From 17a8656e0a3efad0f9e1191fddf9907c2c68a95c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Oct 2024 18:06:00 +0000 Subject: [PATCH] chore(deps): update zricethezav/gitleaks docker tag to v8.20.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 8df91613..ab9845c6 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.19.3 + uses: docker://zricethezav/gitleaks:v8.20.1 with: args: detect --no-git --verbose --source ${{ github.workspace }}