codex: allow the reviewed Debian CI image update - #91
Merged
Conversation
The CI workflow pins still select Debian 11. Moving its failed job to Debian 12 changes the exact workflow blob checked by the controller. Allow the reviewed image update from either the inherited workflow or its pinned version. Retain the existing pin transition so current plans stay valid until the source update is admitted. Keep rejecting other contents, mode changes, deletions, and a rollback to the older image. Exercise both image-update paths and the unchanged pin transition, and check that an unreviewed source or destination still fails. Signed-off-by: Taylor Blau <ttaylorr@openai.com>
tnm-oai
approved these changes
Sep 8, 2026
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 free
to 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.
Debian 11 CI fails during
apt-get updatebecause its security metadata has expired. Debian 11 reached the end of LTS support on August 31; the three-line source change in #80 moves the job to Debian 12.Allow that exact workflow blob through the controller, from either the inherited workflow or the version with pinned actions. Existing plans remain valid. Other contents, mode changes, deletions, and rollback to the old image remain rejected.
Validation: the focused regression fails on the current controller and passes with this change. Checks against the real workflow objects pass for all three permitted transitions; five negative cases pass. Shell syntax and whitespace checks pass. The full controller suite was not rerun for this change.