From c25c26c250da94f6f8e1598c834b7282eab08e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:44:37 +0000 Subject: [PATCH] Bump gitleaks/gitleaks-action Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from 961680e5305a30eb575f3ddf6bb6b2e265b68f0a to bcfb9cce635345aac9996cedc19b2de8e01b894f. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/961680e5305a30eb575f3ddf6bb6b2e265b68f0a...bcfb9cce635345aac9996cedc19b2de8e01b894f) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-version: bcfb9cce635345aac9996cedc19b2de8e01b894f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08e8579..f18426e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: # This post-v2.3.9 commit is pinned because it updates the official action to # the Node 24 action runtime. The scanner binary is pinned independently. - name: Install Gitleaks and scan the event commit range - uses: gitleaks/gitleaks-action@961680e5305a30eb575f3ddf6bb6b2e265b68f0a # master (Node 24) + uses: gitleaks/gitleaks-action@bcfb9cce635345aac9996cedc19b2de8e01b894f # master (Node 24) env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_CONFIG: .gitleaks.toml