We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3228b2 commit 74305c3Copy full SHA for 74305c3
.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@0935c02957f6fd78bc52166570e4e345c539120f # master
+ uses: GitGuardian/ggshield-action@8b29edc57b582045b12d45c8cc8f8040e121693b # master
27
env:
28
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
29
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
0 commit comments