From a18c563b24478b58e1febf82da00c96a755988e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:55:34 +0000 Subject: [PATCH] chore(deps): bump openai/codex-action from 1 to 1.9 in the actions group Bumps the actions group with 1 update: [openai/codex-action](https://github.com/openai/codex-action). Updates `openai/codex-action` from 1 to 1.9 - [Changelog](https://github.com/openai/codex-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/codex-action/compare/v1...v1.9) --- updated-dependencies: - dependency-name: openai/codex-action dependency-version: '1.9' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/translate-locale-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translate-locale-reusable.yml b/.github/workflows/translate-locale-reusable.yml index 8d0ce4a7c9..5011b2d100 100644 --- a/.github/workflows/translate-locale-reusable.yml +++ b/.github/workflows/translate-locale-reusable.yml @@ -233,7 +233,7 @@ jobs: id: mdx_repair if: steps.stale.outputs.skip != 'true' && steps.translate_docs.outcome == 'success' && steps.mdx_check.outcome == 'failure' continue-on-error: true - uses: openai/codex-action@v1 + uses: openai/codex-action@v1.9 env: LOCALE: ${{ inputs.locale }} with: