Skip to content

chore(ci): normalize standards-reusable wrapper headers to MPL-2.0#54

Merged
hyperpolymath merged 1 commit into
mainfrom
claude/dazzling-albattani-ubS9r
Jun 21, 2026
Merged

chore(ci): normalize standards-reusable wrapper headers to MPL-2.0#54
hyperpolymath merged 1 commit into
mainfrom
claude/dazzling-albattani-ubS9r

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

What

The three standards-reusable wrapper workflows adopted in 5d49228 carried SPDX-License-Identifier: PMPL-1.0-or-later, regressing the MPL-2.0 estate license policy (gap-006). This normalizes all three to MPL-2.0:

  • .github/workflows/hypatia-scan.yml
  • .github/workflows/scorecard.yml
  • .github/workflows/governance.yml

Three-line diff (SPDX identifier only); no PMPL identifiers remain in .github/workflows/.

Out of scope (separate root cause)

The Hypatia CI failure seen on the prior PR is a different problem and is not fixed here: the scan job fails because the reusable it calls pins an unresolvable action —

##[error]Unable to resolve action `actions/cache@d4373f267a887d77f9eb0683a479ec60b1fe5b2b`, unable to find version

That pin lives inside hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@5a93d9d…, which is outside this session's repo scope. The fix must be made there: re-pin actions/cache to a current valid v4 release SHA. This wrapper (hypatia-scan.yml) is just a one-line uses: caller and is correct apart from the license header fixed here.

🤖 Generated with Claude Code


Generated by Claude Code

…ater → MPL-2.0

The three standards-reusable wrapper workflows adopted in 5d49228
(hypatia-scan / scorecard / governance) carried `PMPL-1.0-or-later`
SPDX identifiers, regressing the MPL-2.0 estate license policy
(gap-006). Normalize all three to MPL-2.0.

Note: the Hypatia CI failure (unresolvable `actions/cache@d4373f26…`
pin) is a separate root cause living inside the reusable itself —
hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml —
which is outside this session's repo scope and must be fixed there.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BJmfoz1ZS1Pejy9LLMY742
@hyperpolymath
hyperpolymath marked this pull request as ready for review June 21, 2026 02:23
@hyperpolymath
hyperpolymath merged commit 3293028 into main Jun 21, 2026
17 of 18 checks passed
@hyperpolymath
hyperpolymath deleted the claude/dazzling-albattani-ubS9r branch June 21, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants