diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f67e8a..0723052 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,6 @@ jobs: fetch-depth: 0 - name: Scan for committed secrets - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}