We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77d696e + c5b47cc commit df09b46Copy full SHA for df09b46
1 file changed
.github/workflows/pr-update-gitleaks.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install packages
31
if: github.event_name != 'pull_request' || github.event.action != 'closed'
32
run: bash "${GITHUB_WORKSPACE}/scripts/npm_ci.sh"
33
- - uses: dev-hato/actions-update-gitleaks@52921abb0680cfaba9e7ae00fd375f81e812971c # v0.0.73
+ - uses: dev-hato/actions-update-gitleaks@a328544ab63e69ea58603e5136e2f57e0092c873 # v0.0.75
34
with:
35
github-token: ${{secrets.GITHUB_TOKEN}}
36
concurrency:
0 commit comments