From 5ed39662749172f2e660a6b816e29130762b2666 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Sep 2024 16:08:12 +0000 Subject: [PATCH] chore(deps): update zricethezav/gitleaks docker tag to v8.19.2 --- .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 d32c5d4b..233abdd7 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.18.4 + uses: docker://zricethezav/gitleaks:v8.19.2 with: args: detect --no-git --verbose --source ${{ github.workspace }}