We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bc8225 + 8fda94b commit c130259Copy full SHA for c130259
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@a2e44d72cff0739ecfa943d052ef9fac40aad2aa # v0.0.76
+ - uses: dev-hato/actions-update-gitleaks@ad280e179bc19989512ff2bf22a91807f9b11451 # v0.0.77
34
with:
35
github-token: ${{secrets.GITHUB_TOKEN}}
36
concurrency:
0 commit comments