Skip to content

chore(agents): bump codex to 0.135.0#90

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
bump-agents/codex-0.135.0
Open

chore(agents): bump codex to 0.135.0#90
github-actions[bot] wants to merge 1 commit into
mainfrom
bump-agents/codex-0.135.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 1, 2026

Automated bump for codex to version 0.135.0.

tuple prev url sha256 (computed by CI)
linux/x86_64 0.130.0 https://github.com/openai/codex/releases/download/rust-v0.135.0/codex-x86_64-unknown-linux-musl.tar.gz a15e7dad657da4a0e120eede29556fee6d50e8c919759cc2ecba3c99099363e2
linux/aarch64 0.130.0 https://github.com/openai/codex/releases/download/rust-v0.135.0/codex-aarch64-unknown-linux-musl.tar.gz 568bce1d593ef25ffdf5549369a8606085652294646a5c4961547a894ea2f76d

CI downloaded each artifact from the URL above and recorded the
SHA-256 shown here.

How to verify the SHA-256s

Upstream publishes per-asset digests on the GitHub release page:
https://github.com/openai/codex/releases/tag/rust-v0.135.0

Spot-check from the CLI:

gh release view rust-v0.135.0 --repo openai/codex --json assets \
  --jq '.assets[] | select(.name | test("^codex-(x86_64|aarch64)-unknown-linux-musl\\.tar\\.gz$")) | "\(.name) \(.digest)"'

Each printed sha256:… must match the row above for the corresponding arch.

Why this needs a human

Once merged, the hashes above lock these binaries in place — every
future build aborts unless the download matches byte-for-byte. CI
just computed them from a single fetch against upstream, so merging
without spot-checking trusts whatever upstream served at that one
moment. The cross-check above is what catches a CDN-edge tamper or
an upstream-account compromise before it propagates into our
images. A surprise version jump (off-schedule, several releases at
once, pre-release tag) is its own signal worth a second look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants