mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
The previous fix used || true in a single-step which masked API failures and had no propagation delay — Default Setup remained active when the SARIF upload ran, causing the same conflict error. Changes: - New job `disable-default-setup` runs first: calls the API, waits 30s, then polls to confirm state=not-configured before exiting - `analyze` job depends on `disable-default-setup` via `needs:` so CodeQL only runs after the state change is confirmed propagated Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>