diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d28bd93..54ce7e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -825,7 +825,7 @@ jobs: - name: Scan with Gitleaks if: env.GITLEAKS == '1' - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ github.token }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }} # Only required for Organizations, not personal accounts.