We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805814f commit ba780abCopy full SHA for ba780ab
.github/workflows/gitguardian.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
fetch-depth: 0 # fetch all history so multiple commits can be scanned
25
- name: GitGuardian scan
26
- uses: GitGuardian/ggshield-action@0cb2e309a0ce2cd43141dc998c28d9b225a7a1fe # master
+ uses: GitGuardian/ggshield-action@0ebefb9aad794cfe4ea98897204db50e20ad5a00 # master
27
env:
28
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
29
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
0 commit comments