From e8b900993dd77f3b54150e72e4a666916b73c468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:18:31 +0000 Subject: [PATCH] chore: bump GitGuardian/ggshield-action from 1.18.1 to 1.19.1 (#59) Bumps [GitGuardian/ggshield-action](https://github.com/gitguardian/ggshield-action) from 1.18.1 to 1.19.1. - [Release notes](https://github.com/gitguardian/ggshield-action/releases) - [Commits](https://github.com/gitguardian/ggshield-action/compare/1e099444b1a89b0858270cad7459bb670155fd20...31037b4c0084321265050375fc799278393fb836) --- updated-dependencies: - dependency-name: GitGuardian/ggshield-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ee866e4..341d5c1 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@1e099444b1a89b0858270cad7459bb670155fd20 # v1.18.1 + uses: GitGuardian/ggshield-action@31037b4c0084321265050375fc799278393fb836 # v1.19.1 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}