From 01c1d62d4cfc1fd88b44a2aeef9d334412a3b175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 07:15:32 +0000 Subject: [PATCH] chore(deps): bump GitGuardian/ggshield from 1.47.0 to 1.48.0 Bumps [GitGuardian/ggshield](https://github.com/gitguardian/ggshield) from 1.47.0 to 1.48.0. - [Release notes](https://github.com/gitguardian/ggshield/releases) - [Changelog](https://github.com/GitGuardian/ggshield/blob/main/CHANGELOG.md) - [Commits](https://github.com/gitguardian/ggshield/compare/v1.47.0...v1.48.0) --- updated-dependencies: - dependency-name: GitGuardian/ggshield dependency-version: 1.48.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 fda14ff..117dfde 100644 --- a/.github/workflows/gitguardian.yml +++ b/.github/workflows/gitguardian.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan - uses: GitGuardian/ggshield/actions/secret@v1.47.0 + uses: GitGuardian/ggshield/actions/secret@v1.48.0 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}