From 9f1c28e4dcd0af80b868b3aa0191bc8bc7d83bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 22:33:02 +0000 Subject: [PATCH] build(deps): bump GitGuardian/ggshield-action from 1.46.0 to 1.47.0 Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.46.0 to 1.47.0. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/v1.46.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/gitguardian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitguardian.yml b/.github/workflows/gitguardian.yml index 54696546d6..a7d896f1ba 100644 --- a/.github/workflows/gitguardian.yml +++ b/.github/workflows/gitguardian.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan - uses: GitGuardian/ggshield-action@v1.46.0 + uses: GitGuardian/ggshield-action@v1.47.0 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}