diff --git a/.github/workflows/repo-health.yml b/.github/workflows/repo-health.yml index c2ecacd..425fb2a 100644 --- a/.github/workflows/repo-health.yml +++ b/.github/workflows/repo-health.yml @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 0 - name: Scan for secrets - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}