From c8888a8aaa7a08091fedbb1b0d10bd69939d0531 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Dec 2024 16:09:57 +0000 Subject: [PATCH] chore(deps): update zricethezav/gitleaks docker tag to v8.21.4 --- .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 3a942787..7599dfe4 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.2 + uses: docker://zricethezav/gitleaks:v8.21.4 with: args: detect --no-git --verbose --source ${{ github.workspace }}