From 8094f288fa1e8fbf47453fdcd90e66ea7f2dcd28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Flod=C3=A9n?= Date: Mon, 6 Jul 2026 12:08:42 +0200 Subject: [PATCH] fix(ci): quote workflow name with embedded colon in compliance-swarm.yml (#898) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The unquoted "compliance: full swarm" value contains a colon+space, which YAML parses as the start of a nested mapping, causing GitHub Actions to reject the whole file as invalid. Signed-off-by: Jonas Flodén --- .github/workflows/compliance-swarm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compliance-swarm.yml b/.github/workflows/compliance-swarm.yml index 62ba6791..8a1082a0 100644 --- a/.github/workflows/compliance-swarm.yml +++ b/.github/workflows/compliance-swarm.yml @@ -1,4 +1,4 @@ -name: compliance: full swarm +name: "compliance: full swarm" # Full hybrid audit: deterministic scanners + LLM-driven deep_audit checks # (RoPA drift, AGPL §13 evaluation, IDOR/access-control reasoning, ISMS clause