ci: simplify maturity scorecard QA evidence inputs#95898
Merged
Conversation
RomneyDa
force-pushed
the
ci/maturity-scorecard-qa-evidence
branch
from
June 23, 2026 01:00
860bfd5 to
b4d4637
Compare
RomneyDa
force-pushed
the
ci/maturity-scorecard-qa-evidence
branch
from
June 23, 2026 01:56
b4d4637 to
0c5be9a
Compare
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jun 23, 2026
* ci: simplify maturity scorecard evidence inputs * ci: keep maturity renderer defaults runnable * ci: validate maturity evidence source * ci: split maturity scorecard codex agent * ci: remove codex copy from maturity evidence workflow * ci: narrow maturity evidence workflow secrets
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 Problem This Solves
The maturity scorecard workflow still required callers to know artifact patterns and source run plumbing before it could render from QA evidence. That made the default path awkward for operators and for follow-on automation.
Why This Change Was Made
This updates the maturity scorecard workflow to take only
qa_evidence_run_idandref. Ifqa_evidence_run_idis omitted, it calls the reusableqa-profile-evidence.ymlworkflow with the release QA profile, downloads the generated artifact, and renders from the singleqa-evidence.jsonit finds. Rendering is always strict.The workflow also validates the requested ref before any secret-bearing maturity job checks it out or runs local actions, matching the trust model used by the QA evidence workflow.
User Impact
Maintainers can manually run the maturity scorecard workflow with just a ref, or provide an existing QA evidence run id. Other automation can depend on the same default behavior without passing artifact patterns or strictness knobs.
Evidence
go run github.com/rhysd/actionlint/cmd/[email protected] .github/workflows/maturity-scorecard.yml .github/workflows/qa-profile-evidence.ymlgit diff --check origin/main...HEADRemote changed-gate note:
node scripts/crabbox-wrapper.mjs run --provider blacksmith-testbox ... pnpm check:changedis blocked locally because the installed Crabbox binary is below the required Testbox version. The default Crabbox provider is also blocked by missing Azure CLI/subscription config.