We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0dfaf commit f34ff1dCopy full SHA for f34ff1d
.github/workflows/gitleaks.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
- - uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9
21
- if: ${{ env.GITLEAKS_LICENSE != '' }}
+ - uses: gitleaks/gitleaks-action@83d9cd684c87d95d656c1458ef04895a7f1cbd8e
+ if: ${{ secrets.GITLEAKS_LICENSE != '' }}
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments