mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-21 20:22:22 +02:00
Workflow's new-branch fallback fell through to a full repo scan whenever merge-base with main equaled HEAD (empty range). That re-flagged every historical secret a prior PR had already cleared. Now: empty range means nothing new to scan, log + exit clean. Genuine no-shared-history case still falls through to full scan.