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 \