We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8090b4e commit dc58e4fCopy full SHA for dc58e4f
.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@dc49d9c9d78a6e2262feccf85c519ca47cdb24cd # v0.0.98
+ - uses: dev-hato/actions-update-gitleaks@b6790d4d1b6b50a659a680b92ddf6f072cc03993 # v0.0.99
35
with:
36
github-token: ${{secrets.GITHUB_TOKEN}}
37
concurrency:
0 commit comments