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 fd5cf10 commit b46eb88Copy full SHA for b46eb88
.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@69380a64a54eb293ae6f22d4364ae745b77f937c # master
+ uses: GitGuardian/ggshield-action@0935c02957f6fd78bc52166570e4e345c539120f # master
27
env:
28
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
29
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
0 commit comments