You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverted Renovate (added in 2.2.0). Deleted the reusable renovate.yml. The
self-hosted Renovate machine — a dashboard issue, a per-consumer renovate.json5,
a status-check/token-scope surface — was far more than the one gap that
actually bit us: composite action.yml refs Dependabot can't see
(dependabot-core#6704).
Closed that gap in the existing radar instead. New opt-in composite-refs job
in the reusable upgrade-check.yml: sweeps every whuppi/ci ref across .github
(workflows AND composites) to the latest release — uniform, so the pin never
splits — and pins third-party actions inside composites to the latest SHA via pinact. Dependabot keeps pub deps + third-party actions in workflow files;
the two never overlap. A consumer opts in with sweepActions: true + CI_ACTIONS_TOKEN and adds whuppi/ci* to its Dependabot ignore.
Added pinact to the pinned tool supply chain (PINACT_VERSION), owned by self-upgrade.yml like actionlint/zizmor.