From 58deba6bde9e6c705d4c3edf748a77ef44d9bf14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:46:28 +0000 Subject: [PATCH] chore(deps): bump gitleaks/gitleaks-action from 1 to 2 Bumps [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action) from 1 to 2. - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/v1...v2) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-version: '2' 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 d3a7ad3..711fd93 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Secret scan - uses: gitleaks/gitleaks-action@v1 + uses: gitleaks/gitleaks-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}