From 0648d45d2fcaae79bfb462a1a7824b0177fb83bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:00:10 +0000 Subject: [PATCH] build(deps): bump openai/codex-action Bumps [openai/codex-action](https://github.com/openai/codex-action) from 94bb7a052e529936e5260a35838e61b190855739 to 086169432f1d2ab2f4057540b1754d550f6a1189. - [Changelog](https://github.com/openai/codex-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/codex-action/compare/94bb7a052e529936e5260a35838e61b190855739...086169432f1d2ab2f4057540b1754d550f6a1189) --- updated-dependencies: - dependency-name: openai/codex-action dependency-version: '086169432f1d2ab2f4057540b1754d550f6a1189' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/jira_codex_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira_codex_pr.yml b/.github/workflows/jira_codex_pr.yml index abb503fc..b35e459d 100644 --- a/.github/workflows/jira_codex_pr.yml +++ b/.github/workflows/jira_codex_pr.yml @@ -249,7 +249,7 @@ jobs: mkdir -p "${RUNNER_TEMP}/codex-home" - name: Run Codex to implement ticket - uses: openai/codex-action@94bb7a052e529936e5260a35838e61b190855739 # v1 + uses: openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189 # v1 with: openai-api-key: ${{ secrets.OPENAI_API_KEY }} codex-home: ${{ runner.temp }}/codex-home