From 3d6b2cec42886ac196a68e8b03b348d313183fac Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:30:58 +0100 Subject: [PATCH] fix(ci): add missing SPDX headers to workflow files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Governance reusable's "Workflow security linter" job requires every .github/workflows/*.yml to carry an SPDX-License-Identifier on line 1. These files were missing it, so the Governance workflow failed on every push — one more red workflow feeding the ci_activity notification flood. Identifier (MPL-2.0) is taken from this repo's own existing workflow headers, which agree unanimously — not assumed. Files: k9-svc-validation.yml Co-Authored-By: Claude Opus 4.8 --- .github/workflows/k9-svc-validation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/k9-svc-validation.yml b/.github/workflows/k9-svc-validation.yml index e36c9ac..9524ab0 100644 --- a/.github/workflows/k9-svc-validation.yml +++ b/.github/workflows/k9-svc-validation.yml @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: MPL-2.0 name: K9-SVC Validation on: push: