We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73041ca commit 8020599Copy full SHA for 8020599
1 file changed
.github/workflows/update-gitleaks.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install packages
32
if: github.event_name != 'pull_request' || github.event.action != 'closed'
33
run: npm ci
34
- - uses: dev-hato/actions-update-gitleaks@b6790d4d1b6b50a659a680b92ddf6f072cc03993 # v0.0.99
+ - uses: dev-hato/actions-update-gitleaks@add7d5dccd75b8db56ef5e55f1184594b7b8c13c # v0.0.100
35
with:
36
github-token: ${{secrets.GITHUB_TOKEN}}
37
concurrency:
0 commit comments