From 1edba37d66ce34d63097071931de54ce2a748f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 09:12:20 +0000 Subject: [PATCH] Bump gitleaks/gitleaks-action Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from bf2dc8e55639c1e091e9b45970152e4313705814 to e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/bf2dc8e55639c1e091e9b45970152e4313705814...e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-version: e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e 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 b7b5b25d..a0e1b3ac 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 - - uses: gitleaks/gitleaks-action@bf2dc8e55639c1e091e9b45970152e4313705814 + - uses: gitleaks/gitleaks-action@e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Only required for Organizations, not personal accosunts.