From 09502af7fe78dace29f8a06deedd9e032bab1ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:02:52 +0000 Subject: [PATCH] build(deps): bump zricethezav/gitleaks-action from 2.3.9 to 3.0.0 Bumps [zricethezav/gitleaks-action](https://github.com/zricethezav/gitleaks-action) from 2.3.9 to 3.0.0. - [Release notes](https://github.com/zricethezav/gitleaks-action/releases) - [Commits](https://github.com/zricethezav/gitleaks-action/compare/v2.3.9...v3.0.0) --- updated-dependencies: - dependency-name: zricethezav/gitleaks-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 630ca4a..2bd99ef 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -10,6 +10,6 @@ jobs: with: fetch-depth: 0 - name: gitleaks-action - uses: zricethezav/gitleaks-action@v2.3.9 + uses: zricethezav/gitleaks-action@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}