diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 8eb5be4..bf71600 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Dependency review - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 with: fail-on-severity: ${{ inputs.fail-on-severity }} comment-summary-in-pr: on-failure