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