docs: update maturity scorecard (#95933)

* docs: update maturity scorecard

* docs: rerender maturity scorecard from all evidence
This commit is contained in:
Dallin Romney
2026-06-22 21:37:03 -07:00
committed by GitHub
parent 1f1cb5f2cb
commit d3dc7aaa87
7 changed files with 5550 additions and 5369 deletions

View File

@@ -601,7 +601,7 @@ describe("ci workflow guards", () => {
expect(generateJob.uses).toBe("./.github/workflows/qa-profile-evidence.yml");
expect(generateJob.with).toMatchObject({
ref: "${{ needs.validate_selected_ref.outputs.selected_revision }}",
qa_profile: "release",
qa_profile: "all",
fail_on_qa_failure: false,
});