Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the evidence-only @main pin out of merged CI

If this probe is merged, every subsequent push and pull request will execute whichever reusable workflow happens to be on the external repository's main branch at dispatch time, so unreviewed upstream changes can alter, break, or weaken this repository's required quality checks without any local commit. Keep this probe off the merge target or replace @main with a vetted immutable commit SHA before merging so verification remains deterministic.

AGENTS.md reference: AGENTS.md:L5-L6

Useful? React with 👍 / 👎.

with:
opengrep-paths: "backend frontend"
Loading