From 53f4b0f814cb09e0a5db232b0cb4ea3fe9868903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 05:00:20 +0000 Subject: [PATCH] chore: bump GitGuardian/ggshield-action from 1.15.0 to 1.15.1 Bumps [GitGuardian/ggshield-action](https://github.com/GitGuardian/ggshield-action) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/GitGuardian/ggshield-action/releases) - [Commits](https://github.com/GitGuardian/ggshield-action/compare/77e073e59056e3833ce7c9c7c0cc903a2b364a50...fea5440feb817d5691ef2d91ac5fc2f1319be7d9) --- updated-dependencies: - dependency-name: GitGuardian/ggshield-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 10d1ae4..f887bca 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@77e073e59056e3833ce7c9c7c0cc903a2b364a50 # v1.15.0 + uses: GitGuardian/ggshield-action@fea5440feb817d5691ef2d91ac5fc2f1319be7d9 # v1.15.1 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}