From 58d4942c54668eb9e48df258f8a3939fd391c8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:14:31 +0000 Subject: [PATCH] chore(actions): bump gitleaks/gitleaks-action from 2.3.7 to 2.3.9 Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from 2.3.7 to 2.3.9. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/v2.3.7...v2.3.9) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-version: 2.3.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/python-gitleaks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-gitleaks.yml b/.github/workflows/python-gitleaks.yml index 48fcf43..4f7fa81 100644 --- a/.github/workflows/python-gitleaks.yml +++ b/.github/workflows/python-gitleaks.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Run gitleaks - uses: gitleaks/gitleaks-action@v2.3.7 + uses: gitleaks/gitleaks-action@v2.3.9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}