From 701cb946aaa8cd7f280da81852e57d457d58d60f Mon Sep 17 00:00:00 2001 From: ModeSevenIndustrialSolutions Date: Thu, 9 Oct 2025 16:18:57 +0100 Subject: [PATCH] CI: Re-instate bypass of python-audit-action failures The lftools dependencies contain a number of security issues that otherwise block the build/release process. Change-Id: Ic5c3f08337175aab6cbde6209adea733c58a2305 Signed-off-by: ModeSevenIndustrialSolutions --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9c665eba..e4c0edd8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -145,6 +145,7 @@ jobs: permissions: contents: read timeout-minutes: 10 + continue-on-error: true steps: # Harden the runner used by this workflow # yamllint disable-line rule:line-length -- 2.16.6