diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 3e10a9c2..ae3e7833 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -30,7 +30,7 @@ jobs: - name: 'Checkout repository' uses: actions/checkout@v6 - name: 'Dependency Review' - uses: actions/dependency-review-action@v4.8.2 + uses: actions/dependency-review-action@v4.8.3 # Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options. with: comment-summary-in-pr: always