diff --git a/.github/workflows/gitGuardian.yml b/.github/workflows/gitGuardian.yml index c7f1553..32d21c6 100644 --- a/.github/workflows/gitGuardian.yml +++ b/.github/workflows/gitGuardian.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan - uses: GitGuardian/ggshield-action@v1.28.0 + uses: GitGuardian/ggshield-action@v1.29.0 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}