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 f4a4fac commit c080532Copy full SHA for c080532
1 file changed
.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@8b29edc57b582045b12d45c8cc8f8040e121693b # master
+ uses: GitGuardian/ggshield-action@33598664f24734b2c3f8eeac2f1bf3db0426a474 # master
27
env:
28
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
29
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
0 commit comments