From f3e7475fae617e69d3ba8128342aaeff3e564a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:51:11 +0000 Subject: [PATCH] build(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/gitguardian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitguardian.yml b/.github/workflows/gitguardian.yml index adc80a503b..64c74f4332 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.50.0 + uses: GitGuardian/ggshield-action@v1.50.3 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}