diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index c12925e..7be084c 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v6 - name: 'Dependency Review' - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 continue-on-error: true with: fail-on-severity: moderate