From 50f20afa1a82aecae4759fc228e5df89cae55831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:13:23 +0000 Subject: [PATCH] chore(deps): bump openai/codex-action from 1.4 to 1.7 Bumps [openai/codex-action](https://github.com/openai/codex-action) from 1.4 to 1.7. - [Changelog](https://github.com/openai/codex-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/codex-action/compare/086169432f1d2ab2f4057540b1754d550f6a1189...5c3f4ccdb2b8790f73d6b21751ac00e602aa0c02) --- updated-dependencies: - dependency-name: openai/codex-action dependency-version: '1.7' 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..63db0f2 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@5c3f4ccdb2b8790f73d6b21751ac00e602aa0c02 # v1.7 with: openai-api-key: ${{ env.OPENAI_API_KEY }} prompt-file: ${{ steps.mode.outputs.prompt_file }}