From ca40e53b572ecb460ef1910e2516f313f00adfe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 22:12:55 +0000 Subject: [PATCH] ci(deps): bump gitleaks/gitleaks-action Bumps the github-actions group with 1 update in the / directory: [gitleaks/gitleaks-action](https://github.com/gitleaks/gitleaks-action). Updates `gitleaks/gitleaks-action` from 2 to 3 - [Release notes](https://github.com/gitleaks/gitleaks-action/releases) - [Commits](https://github.com/gitleaks/gitleaks-action/compare/v2...v3) --- updated-dependencies: - dependency-name: gitleaks/gitleaks-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/01-pr-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-pr-validation.yml b/.github/workflows/01-pr-validation.yml index 9b5e266..ba3d8a3 100644 --- a/.github/workflows/01-pr-validation.yml +++ b/.github/workflows/01-pr-validation.yml @@ -49,7 +49,7 @@ jobs: # Pinned: gitleaks/gitleaks-action@v2.3.8 - name: Secret Scanning (Gitleaks) if: vars.ENABLE_GITLEAKS == 'true' - uses: gitleaks/gitleaks-action@v2 # gitleaks-action@f65c4cd93c2004495537552554e7c75d5069b2d8 + uses: gitleaks/gitleaks-action@v3 # gitleaks-action@f65c4cd93c2004495537552554e7c75d5069b2d8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}