From d8b74d655a24a0eda718da195b34bb8665b93ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 04:54:00 +0000 Subject: [PATCH] Bump openai/codex-action from 1.11 to 1.12 Bumps [openai/codex-action](https://github.com/openai/codex-action) from 1.11 to 1.12. - [Changelog](https://github.com/openai/codex-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/codex-action/compare/52fe01ec70a42f454c9d2ebd47598f9fd6893d56...86365089eb2b84e0a8fb0717b304f8bdcb13b20e) --- updated-dependencies: - dependency-name: openai/codex-action dependency-version: '1.12' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codex-review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codex-review.yaml b/.github/workflows/codex-review.yaml index a987d4a..2b193fc 100644 --- a/.github/workflows/codex-review.yaml +++ b/.github/workflows/codex-review.yaml @@ -282,7 +282,7 @@ jobs: # the authorization decision already made by the check job. - name: Run Codex review id: run_codex - uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1.11 + uses: openai/codex-action@86365089eb2b84e0a8fb0717b304f8bdcb13b20e # v1.12 with: allow-users: ${{ github.actor }} codex-args: '["review", "-", "--config", "model_reasoning_effort=\"${{ needs.check.outputs.effort }}\""]'