1 parent 5970450 commit 9316502Copy full SHA for 9316502
1 file changed
.github/workflows/gitleaks.yml
@@ -13,7 +13,8 @@ jobs:
13
- uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
- - uses: gitleaks/gitleaks-action@v2
+ - uses: gitleaks/gitleaks-action@83d9cd684c87d95d656c1458ef04895a7f1cbd8e
17
+ if: ${{ secrets.GITLEAKS_LICENSE != '' }}
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
0 commit comments