fix(ci): quote workflow name with embedded colon in compliance-swarm.yml (#898)

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 <jonas@floden.nu>
This commit is contained in:
Jonas Flodén
2026-07-06 12:08:42 +02:00
committed by GitHub
parent 9b126d22b9
commit 8094f288fa
+1 -1
View File
@@ -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