We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49114b2 commit f571be9Copy full SHA for f571be9
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