From 412bb5e0080f64302c182521d7c855b21671676f Mon Sep 17 00:00:00 2001 From: APF Portal Bot Date: Sun, 10 May 2026 02:52:56 +0000 Subject: [PATCH] chore(deps): update dependency gitleaks/gitleaks to v8.30.1 --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/security-scheduled.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 82b9405..c4be67d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: - name: Install gitleaks env: # renovate: datasource=github-releases depName=gitleaks/gitleaks - GITLEAKS_VERSION: '8.21.0' + GITLEAKS_VERSION: '8.30.1' GITHUB_TOKEN: ${{ secrets.GITHUBCOM_TOKEN }} run: | curl -sfL \ diff --git a/.gitea/workflows/security-scheduled.yml b/.gitea/workflows/security-scheduled.yml index 008778f..9e890a5 100644 --- a/.gitea/workflows/security-scheduled.yml +++ b/.gitea/workflows/security-scheduled.yml @@ -61,7 +61,7 @@ jobs: - name: Install gitleaks env: # renovate: datasource=github-releases depName=gitleaks/gitleaks - GITLEAKS_VERSION: '8.21.0' + GITLEAKS_VERSION: '8.30.1' GITHUB_TOKEN: ${{ secrets.GITHUBCOM_TOKEN }} run: | curl -sfL \ -- 2.30.2