From 3b3572a45e32adc8c2c64e67aae32aee6819d4f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:16:35 +0000 Subject: [PATCH] Update actions/dependency-review-action action to v4.3.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 874d4afb91..95d1e36eeb 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,6 +17,6 @@ jobs: - name: 'Checkout Repository' uses: actions/checkout@v4.1.4 - name: 'Dependency Review' - uses: actions/dependency-review-action@v4.3.1 + uses: actions/dependency-review-action@v4.3.2 with: allow-licenses: Apache-2.0, Artistic-2.0, GPL-3.0, MIT