From 35d1cf5ce933e5358a00ba46b1e1087272523213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:52:18 +0000 Subject: [PATCH] build(deps): bump GitGuardian/ggshield-action from 1.33.0 to 1.34.0 Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.33.0 to 1.34.0. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/0ebefb9aad794cfe4ea98897204db50e20ad5a00...4b450617504f2a3e1b58cbf0214f7ad3108cdab7) --- updated-dependencies: - dependency-name: GitGuardian/ggshield-action 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 9530677b2b..97d6d76a47 100644 --- a/.github/workflows/gitguardian.yml +++ b/.github/workflows/gitguardian.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan - uses: GitGuardian/ggshield-action@0ebefb9aad794cfe4ea98897204db50e20ad5a00 # master + uses: GitGuardian/ggshield-action@4b450617504f2a3e1b58cbf0214f7ad3108cdab7 # master env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}