From a3f78f45fe603df0519ad6414f105a8fb61b4d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:20:13 +0000 Subject: [PATCH] build(deps): bump GitGuardian/ggshield-action from 1.18.1 to 1.22.0 Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.18.1 to 1.22.0. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/1e099444b1a89b0858270cad7459bb670155fd20...9074c0893e8ee86ccd6418177a0eb3e5aa02262a) --- 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 924563e8ee..c3fc34b6ff 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@1e099444b1a89b0858270cad7459bb670155fd20 # master + uses: GitGuardian/ggshield-action@9074c0893e8ee86ccd6418177a0eb3e5aa02262a # master env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}