Uh oh!
There was an error while loading. Please reload this page.
fix(automation): harden nightly dispatch, pins, and audit roles - #48
Draft
ORESoftware wants to merge 3 commits into
Draft
fix(automation): harden nightly dispatch, pins, and audit roles#48ORESoftware wants to merge 3 commits into
ORESoftware wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Outcome
Make the nightly clients controller a single durable GitHub-hosted schedule and make every automation branch update fast-forward-only.
Why
The live 2026-08-20 reliability drill exposed two misleading daily runs: the substantive run could fail while the DST-companion trigger completed green after only the clock gate. GitHub now supports an IANA timezone on scheduled workflows, so the duplicate trigger and gate are no longer needed.
Changes
<prefix>-lib-corerepository when a historical<prefix>-libpredecessor still exists;Risk and roll-forward
The scheduled start moves from 03:00 to 03:17 Chicago time. Manual dispatch remains available. If GitHub rejects the timezone field, the controller contract check will fail on this pull request and the default-branch schedule remains unchanged. The Zed audit will now name
zed-lib-core, but it remains red until resolver-backed client and CLI dependencies are added. The change is additive and reviewable; no branch history, artifact, issue, or existing pull request is deleted.Security impact
This narrows automation behavior by removing history-rewriting pushes. Existing secret boundaries and fail-closed validation remain unchanged. The separately missing
ZED_PKG_TOKENis not introduced or bypassed by this change.Validation
bash -n tools/audit_harden_client.shzed-lib-coreand reported only the two expected missing consumer edgesgit diff --checkNo merge conflicts were encountered. Cross-repository behavior remains limited to the existing
zed-pkg/zed-clilock branch and discovered client review branches.Linear project: https://linear.app/denman/project/githubcomzed-pkg-5a53230ae6cc
Fleet context: ORESoftware/k8s-cluster#1222