From bb5f577e73b098e2b474aa13046005eac3fccbb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 12:02:30 +0000 Subject: [PATCH] [github-action] bump GitGuardian/ggshield-action from 1.45.0 to 1.47.0 Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.45.0 to 1.47.0. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/v1.45.0...v1.47.0) --- updated-dependencies: - dependency-name: GitGuardian/ggshield-action dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yaml b/.github/workflows/security-scan.yaml index 6599f40..b7a4540 100644 --- a/.github/workflows/security-scan.yaml +++ b/.github/workflows/security-scan.yaml @@ -46,7 +46,7 @@ jobs: path: . - name: GitGuardian scan - uses: GitGuardian/ggshield-action@v1.45.0 + uses: GitGuardian/ggshield-action@v1.47.0 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}