diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afd9f24..c2e603c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,7 +262,7 @@ jobs: # Escaneo de secretos sobre el árbol y su historia. Va al final para que # los checks de dependencias se vean aunque este falle. - name: Escaneo de secretos (gitleaks) - uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2 + uses: gitleaks/gitleaks-action@e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e # v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_ENABLE_UPLOAD_ARTIFACT: false