From 2f0485345f563ba41145e7c0b7b1c95af9632ea4 Mon Sep 17 00:00:00 2001 From: Prekzursil Date: Sat, 25 Jul 2026 13:18:40 +0300 Subject: [PATCH] DO NOT MERGE: A/B probe arm (pin @v1 -> @main) Evidence artifact for the "is it safe to move the v1 tag in quality-zero-platform" decision. Repins reusable-quality.yml from @v1 to @main so CI here executes the 20-commits-ahead template that moving the tag would publish to every consumer. Carries the same single comment line as the control branch, so control vs probe differ by exactly one variable: the pin. Not for merge. Close when the tag decision is recorded. --- .github/workflows/quality.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 724de6c7..f5944ca7 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -1,3 +1,4 @@ +# DO NOT MERGE - evidence branch for the quality-zero-platform v1 tag-move decision (paired A/B; sibling branch differs only in the reusable pin). # Lean 6-gate quality caller (ADDITIVE — see the lean-gate charter, 2026-06-16). # # This thin caller delegates to the shared reusable lean-quality template. It does @@ -24,6 +25,6 @@ concurrency: jobs: quality: - uses: Prekzursil/quality-zero-platform/.github/workflows/reusable-quality.yml@v1 + uses: Prekzursil/quality-zero-platform/.github/workflows/reusable-quality.yml@main with: opengrep-paths: "backend frontend"