From dd60b9cdb52bba6b05b1f1b08429a38f81a8da24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:53:32 +0000 Subject: [PATCH] Bump openai/codex-action from 1.7 to 1.8 Bumps [openai/codex-action](https://github.com/openai/codex-action) from 1.7 to 1.8. - [Changelog](https://github.com/openai/codex-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/codex-action/compare/5c3f4ccdb2b8790f73d6b21751ac00e602aa0c02...e0fdf01220eb9a88167c4898839d273e3f2609d1) --- updated-dependencies: - dependency-name: openai/codex-action dependency-version: '1.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codex-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codex-review.yml b/.github/workflows/codex-review.yml index b4b5e08f..778269fd 100644 --- a/.github/workflows/codex-review.yml +++ b/.github/workflows/codex-review.yml @@ -35,7 +35,7 @@ jobs: - name: Run Codex review id: run_codex - uses: openai/codex-action@5c3f4ccdb2b8790f73d6b21751ac00e602aa0c02 # v1.7 + uses: openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1 # v1.8 env: # Use env variables to handle untrusted metadata safely PR_TITLE: ${{ github.event.pull_request.title }}