From 86a3b7806644fccd3d64fed1b3d7cea7f8556b76 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 19 Nov 2025 10:38:13 -0800 Subject: [PATCH] fix: temporarily set the default version of Codex CLI to 0.58.0 --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d83acc2..b4054fe 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,8 @@ inputs: codex-version: description: "Version of `@openai/codex` to install." required: false - default: "" + # Temporary fix to prevent picking up 0.59.0. + default: "0.58.0" codex-args: description: "Additional args to pass through to `codex exec`. If this value starts with `[`, it will be parsed as a JSON array; otherwise, it will be parsed as a shell-like string." required: false