diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index dca3b31..ab3d50d 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/dependency-review-action@v4 + - uses: actions/dependency-review-action@v5 with: fail-on-severity: high deny-licenses: AGPL-3.0, GPL-3.0