From 6f01e400001b8b318233716b096ec3bc57b96963 Mon Sep 17 00:00:00 2001 From: Coveo Renovate Bot Date: Tue, 27 Feb 2024 21:15:20 +0000 Subject: [PATCH] chore(deps): update actions/dependency-review-action action to v4 --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 0f7c7c1..20792c6 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -53,7 +53,7 @@ jobs: core.setFailure(`Could not determine configuration for inputs: ${inputs}`) - name: Scan - uses: actions/dependency-review-action@v3 + uses: actions/dependency-review-action@v4 with: comment-summary-in-pr: ${{ inputs.comment-summary-in-pr }} fail-on-severity: high