From 35d52f5d642896c48fb46992446f99247a70472f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:03:12 +0000 Subject: [PATCH] Bump gitleaks/gitleaks-action Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from b63d6855b47b4f60b3d2d55b2ff6f72cb5e8feff to bcfb9cce635345aac9996cedc19b2de8e01b894f. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/b63d6855b47b4f60b3d2d55b2ff6f72cb5e8feff...bcfb9cce635345aac9996cedc19b2de8e01b894f) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-version: bcfb9cce635345aac9996cedc19b2de8e01b894f dependency-type: direct:production ... 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 6f95d78..73effc2 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 - - uses: gitleaks/gitleaks-action@b63d6855b47b4f60b3d2d55b2ff6f72cb5e8feff + - uses: gitleaks/gitleaks-action@bcfb9cce635345aac9996cedc19b2de8e01b894f env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Only required for Organizations, not personal accounts.