fix(ci): hard-gate block-internal-paths — remove continue-on-error #2342

Merged
devops-engineer merged 1 commits from fix/block-internal-paths-hard-gate into main 2026-06-06 21:52:40 +00:00
@@ -34,6 +34,8 @@ jobs:
check:
name: Block forbidden paths
runs-on: ubuntu-latest
# Hard gate — detected internal-path leaks fail the workflow.
# continue-on-error removed per directive (fail-open → fail-closed).
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: