From 50fcfc25af8588d3a1e36d3a73301f5b37032d8f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Dec 2024 20:06:28 +0000 Subject: [PATCH] chore(deps): update zricethezav/gitleaks docker tag to v8.22.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 d0036769..dca4023e 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.22.0 + uses: docker://zricethezav/gitleaks:v8.22.1 with: args: detect --no-git --verbose --source ${{ github.workspace }}