From d24433592a30ce6dddf36d866846f513ce66027f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:18:20 +0000 Subject: [PATCH] ci(deps): bump GitGuardian/ggshield-action from 1.50.0 to 1.50.3 Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.50.0 to 1.50.3. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/v1.50.0...v1.50.3) --- updated-dependencies: - dependency-name: GitGuardian/ggshield-action dependency-version: 1.50.3 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 1565fe7..9d20e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: fetch-depth: 0 - id: scan name: Scan commits with ggshield - uses: GitGuardian/ggshield-action@v1.50.0 + uses: GitGuardian/ggshield-action@v1.50.3 env: GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }} GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}