diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index c52d69c..b153b1c 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/dependency-review-action@v4 + - uses: actions/dependency-review-action@v5 with: fail-on-severity: high comment-summary-in-pr: always