From 3ceef7bcf141d41d2d8dd1cbcab9b065790b207e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 04:56:04 +0000 Subject: [PATCH] chore: bump GitGuardian/ggshield-action from 1.17.3 to 1.18.0 Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.17.3 to 1.18.0. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/e1e79d4024761c6d9c55735e95cb3b0039a59a9e...e8c7faca244bf925c5cdda82f8f3db232ac8de6f) --- updated-dependencies: - dependency-name: GitGuardian/ggshield-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/git-guardian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-guardian.yml b/.github/workflows/git-guardian.yml index 5db1740..d61aba6 100644 --- a/.github/workflows/git-guardian.yml +++ b/.github/workflows/git-guardian.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan - uses: GitGuardian/ggshield-action@e1e79d4024761c6d9c55735e95cb3b0039a59a9e # v1.17.3 + uses: GitGuardian/ggshield-action@e8c7faca244bf925c5cdda82f8f3db232ac8de6f # v1.18.0 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}