From fff90eab28dd946d750ff3921e9c1225629a3c35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 07:41:31 +0000 Subject: [PATCH] Update actions/dependency-review-action action to v4.2.5 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 2e1503a17f..89d8463b1c 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.2 - name: 'Dependency Review' - uses: actions/dependency-review-action@v4.2.4 + uses: actions/dependency-review-action@v4.2.5 with: allow-licenses: Apache-2.0, Artistic-2.0, GPL-3.0, MIT