From b4a9c7cfa5adeb338981e422013f9035894ff4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:22:50 +0000 Subject: [PATCH] chore(deps): bump gitleaks/gitleaks-action from 2.3.9 to 3.0.0 Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from 2.3.9 to 3.0.0. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/v2.3.9...v3.0.0) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9a1cb2a1..957b9210 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -331,7 +331,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: gitleaks/gitleaks-action@v2.3.9 + - uses: gitleaks/gitleaks-action@v3.0.0 continue-on-error: true with: config-path: .github/gitleaks.toml