Compare commits

...

1 Commits

Author SHA1 Message Date
infra-sre 4341a1d9d6 fix(ci): add 10m timeout to secret-scan job (mc#1099 follow-up)
Block internal-flavored paths / Block forbidden paths (pull_request) Waiting to run
E2E API Smoke Test / E2E API Smoke Test (pull_request) Blocked by required conditions
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Blocked by required conditions
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Blocked by required conditions
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Blocked by required conditions
Secret scan / Scan diff for credential-shaped strings (pull_request) Waiting to run
gate-check-v3 / gate-check (pull_request) Waiting to run
qa-review / approved (pull_request) Waiting to run
security-review / approved (pull_request) Waiting to run
CI / Shellcheck (E2E scripts) (pull_request) Successful in 45s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 34s
CI / Detect changes (pull_request) Successful in 1m24s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 25s
E2E API Smoke Test / detect-changes (pull_request) Successful in 1m47s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 1m39s
sop-tier-check / tier-check (pull_request) Successful in 39s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m51s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 2m16s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 2m31s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 3m42s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 4m4s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 5m24s
CI / Python Lint & Test (pull_request) Successful in 8m6s
CI / Canvas (Next.js) (pull_request) Successful in 23m51s
CI / Canvas Deploy Reminder (pull_request) Has been cancelled
CI / Platform (Go) (pull_request) Successful in 26m35s
CI / all-required (pull_request) Successful in 28m44s
sop-checklist / all-items-acked (pull_request) acked: 0/7 — missing: comprehensive-testing, local-postgres-e2e, staging-smoke, +4 — body-unfilled: comprehensive-testing, local-postgres-e2
audit-force-merge / audit (pull_request) Successful in 6s
Frozen runner holding a runner slot indefinitely blocks all CI.
// Key: infra-sre
2026-05-16 00:08:17 +00:00
+5
View File
@@ -30,6 +30,11 @@ jobs:
scan:
name: Scan diff for credential-shaped strings
runs-on: ubuntu-latest
# Hard CI gate — must complete or the PR is unmergable. 10-minute ceiling
# is generous for a diff-scan against a single SHA. If this times out, the
# runner is frozen and holding a slot — the step timeout triggers clean
# failure, releasing the runner for the next job.
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: