From 93e0665be6a436263173c479fb3b094fe3090958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 04:33:51 +0000 Subject: [PATCH] build(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/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 356ddb7..bceac2f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -65,7 +65,7 @@ jobs: with: fetch-depth: 0 - name: gitleaks - uses: gitleaks/gitleaks-action@v2.3.9 + uses: gitleaks/gitleaks-action@v3.0.0 env: # Required for the action to determine the commit range on pull_request events. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}