We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f640aea commit 4a234aaCopy full SHA for 4a234aa
.github/actions/ci/leaks/action.yml
@@ -11,7 +11,7 @@ runs:
11
using: composite
12
steps:
13
- name: Check Leaks
14
- uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2
+ uses: gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2.3.7
15
env:
16
GITLEAKS_LICENSE: ${{ inputs.gitleaks_license }}
17
GITLEAKS_CONFIG: .github/actions/ci/leaks/gitleaks.toml
0 commit comments