diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index eb27053..e1fdc8f 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -22,3 +22,4 @@ jobs: base-ref: 'main' head-ref: '${{ github.ref_name }}' # Usar la rama actual en el evento push comment-summary-in-pr: always + fail-on-severity: low