chore(ci): normalize standards-reusable wrapper headers to MPL-2.0#54
Merged
Conversation
…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
marked this pull request as ready for review
June 21, 2026 02:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The three standards-reusable wrapper workflows adopted in
5d49228carriedSPDX-License-Identifier: PMPL-1.0-or-later, regressing the MPL-2.0 estate license policy (gap-006). This normalizes all three toMPL-2.0:.github/workflows/hypatia-scan.yml.github/workflows/scorecard.yml.github/workflows/governance.ymlThree-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
scanjob fails because the reusable it calls pins an unresolvable action —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-pinactions/cacheto a current validv4release SHA. This wrapper (hypatia-scan.yml) is just a one-lineuses:caller and is correct apart from the license header fixed here.🤖 Generated with Claude Code
Generated by Claude Code