diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index b898bbac..00a67cc8 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4.2.1 with: fetch-depth: 0 - - uses: gitleaks/gitleaks-action@v2.3.6 + - uses: gitleaks/gitleaks-action@v2.3.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.