From adf149236a8591d3de2235625edc2c9557803d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:49:25 +0000 Subject: [PATCH] ci(deps): bump GitGuardian/ggshield-action from 1.48.0 to 1.49.0 Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/v1.48.0...v1.49.0) --- updated-dependencies: - dependency-name: GitGuardian/ggshield-action dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1b0b06a..92b4f3a 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.48.0 + uses: GitGuardian/ggshield-action@v1.49.0 env: GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }} GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}