diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2842675..8a34e59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,6 +90,6 @@ jobs: with: fetch-depth: 0 - name: Gitleaks secret scan - uses: gitleaks/gitleaks-action@v2 + uses: gitleaks/gitleaks-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}