Skip to content

Commit 5f60a55

Browse files
hyperpolymathclaude
andcommitted
fix(ci): add missing SPDX headers to workflow files
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: ada.yml codeql.yml comprehensive-quality.yml generator-generic-ossf-slsa3-publish.yml instant-sync.yml mirror.yml pages.yml secret-scanner.yml workflow-linter.yml Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 472e34c commit 5f60a55

9 files changed

Lines changed: 9 additions & 0 deletions

.github/workflows/ada.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
name: Ada (GNAT)

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
name: CodeQL Security Analysis

.github/workflows/comprehensive-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
name: Comprehensive Quality Gates

.github/workflows/generator-generic-ossf-slsa3-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
# This workflow uses actions that are not certified by GitHub.

.github/workflows/instant-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
# Instant Forge Sync - Triggers propagation to all forges on push/release

.github/workflows/mirror.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
name: Mirror to Git Forges

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
name: GitHub Pages (Ddraig SSG)
23
on:
34
push:

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
# Prevention workflow - scans for hardcoded secrets before they reach main

.github/workflows/workflow-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
23
# SPDX-License-Identifier: MPL-2.0
34
# Prevention workflow - validates all workflows have proper security config

0 commit comments

Comments
 (0)