diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index a85e712..c9ca418 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -31,7 +31,7 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v6.0.2 - name: "Dependency Review" - uses: actions/dependency-review-action@v4.9.0 + uses: actions/dependency-review-action@v5.0.0 # Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options. with: comment-summary-in-pr: always