From c284da28c2db0177b662c163c00db88b3e016a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:42:08 +0000 Subject: [PATCH] chore(deps): bump openai/codex-action from 1.4 to 1.8 Bumps [openai/codex-action](https://github.com/openai/codex-action) from 1.4 to 1.8. - [Changelog](https://github.com/openai/codex-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/codex-action/compare/086169432f1d2ab2f4057540b1754d550f6a1189...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/ai-security-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-security-audit.yml b/.github/workflows/ai-security-audit.yml index a560e15..0472b65 100644 --- a/.github/workflows/ai-security-audit.yml +++ b/.github/workflows/ai-security-audit.yml @@ -245,7 +245,7 @@ jobs: - name: Run AI audit (full repo context) id: codex - uses: openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189 # v1.4 + uses: openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1 # v1.8 with: openai-api-key: ${{ env.OPENAI_API_KEY }} prompt-file: ${{ steps.mode.outputs.prompt_file }}