From 0e2093912c9c46bc00ceb5d96b78ca822331c172 Mon Sep 17 00:00:00 2001 From: davesmallnhs <263884314+davesmallnhs@users.noreply.github.com> Date: Tue, 19 May 2026 11:52:34 +0100 Subject: [PATCH] Without fail-on-severity set, the dependency-review-action defaults to failing on any severity level. But it has been added and set to high, for consistency --- .github/workflows/dependency-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 215109fc..cda906c1 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -13,3 +13,4 @@ jobs: uses: actions/dependency-review-action@v5 with: allow-ghsas: GHSA-w596-4wvx-j9j6 # Due to APIM Pytest dependency + fail-on-severity: high