We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327f9cd commit 9d9807fCopy full SHA for 9d9807f
.github/workflows/pr-update-gitleaks.yml
@@ -34,7 +34,7 @@ jobs:
34
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
35
run: bash "${GITHUB_WORKSPACE}/scripts/npm_ci.sh"
36
# jscpd:ignore-end
37
- - uses: dev-hato/actions-update-gitleaks@add7d5dccd75b8db56ef5e55f1184594b7b8c13c # v0.0.100
+ - uses: dev-hato/actions-update-gitleaks@0a6f657e118befef2299e0ef60f5930dce660f2d # v0.0.101
38
with:
39
github-token: ${{secrets.GITHUB_TOKEN}}
40
concurrency:
0 commit comments