From d1c537e3ab2f081eb5b9432045de637108097310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:28:09 +0000 Subject: [PATCH] chore(deps): bump openai/codex-action from 1.6 to 1.8 Bumps [openai/codex-action](https://github.com/openai/codex-action) from 1.6 to 1.8. - [Changelog](https://github.com/openai/codex-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/codex-action/compare/c25d10f3f498316d4b2496cc4c6dd58057a7b031...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/pr-labels.yml | 2 +- .github/workflows/release-pr-update.yml | 2 +- .github/workflows/release-pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 6d5b0ad511..8e60e21f68 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -124,7 +124,7 @@ jobs: - name: Run Codex labeling id: run_codex if: ${{ (github.event_name == 'workflow_dispatch' || steps.pr.outputs.is_fork != 'true') && github.actor != 'dependabot[bot]' }} - uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031 + uses: openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1 with: openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }} prompt-file: .github/codex/prompts/pr-labels.md diff --git a/.github/workflows/release-pr-update.yml b/.github/workflows/release-pr-update.yml index 72333e3ea5..fa8161c53a 100644 --- a/.github/workflows/release-pr-update.yml +++ b/.github/workflows/release-pr-update.yml @@ -74,7 +74,7 @@ jobs: echo "output_file=${output_file}" >> "$GITHUB_OUTPUT" - name: Run Codex release review if: steps.find.outputs.found == 'true' - uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031 + uses: openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1 with: openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }} prompt-file: .github/codex/prompts/release-review.md diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index f16694a080..0385450366 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -102,7 +102,7 @@ jobs: mkdir -p "$output_dir" echo "output_file=${output_file}" >> "$GITHUB_OUTPUT" - name: Run Codex release review - uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031 + uses: openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1 with: openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }} prompt-file: .github/codex/prompts/release-review.md