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 d4c5454 commit 79a081aCopy full SHA for 79a081a
.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@a087d989341125c3b2cb9fae6c58b67147f58fc3 # master
+ uses: GitGuardian/ggshield-action@d0d08872632cd1686ef9ffcaada2c8e9fcd7a541 # master
27
env:
28
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
29
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
0 commit comments