From e222674df993a49485e5d227e038062a477306fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:22:36 +0000 Subject: [PATCH] ci(deps): Bump GitGuardian/ggshield-action from 1.52.1 to 1.52.2 Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.52.1 to 1.52.2. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/v1.52.1...v1.52.2) --- updated-dependencies: - dependency-name: GitGuardian/ggshield-action dependency-version: 1.52.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f22d2c7d..dab3b346 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: fetch-depth: 0 - id: scan name: Scan commits with ggshield - uses: GitGuardian/ggshield-action@v1.52.1 + uses: GitGuardian/ggshield-action@v1.52.2 env: GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }} GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}