diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7ffbb8..a7b958b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: continue-on-error: true # Report-only secret scan across the git history. - name: Secret scan (gitleaks) - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} continue-on-error: true