From a1f3a98799ba38221b057144b0cf4d29bc1455ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 22:02:10 +0000 Subject: [PATCH] chore(release): 0.1.32 --- .github/release-notes.md | 15 ++------------- .github/release-pr-state.json | 6 +++--- sdk/typescript/package.json | 2 +- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/.github/release-notes.md b/.github/release-notes.md index 420e9940a..792deb41c 100644 --- a/.github/release-notes.md +++ b/.github/release-notes.md @@ -1,20 +1,9 @@ - + ## Highlights -- require explicit scan-fatal worker errors ([#996](https://github.com/openai/codex-security/pull/996)) -- explain that the local Git hook is advisory ([#1000](https://github.com/openai/codex-security/pull/1000)) -- bump docker/build-push-action from 7.3.0 to 7.4.0 ([#992](https://github.com/openai/codex-security/pull/992)) -- bump the third-party group across 2 directories with 6 updates ([#1003](https://github.com/openai/codex-security/pull/1003)) -- bump docker/setup-buildx-action from 4.3.0 to 4.4.1 ([#1002](https://github.com/openai/codex-security/pull/1002)) -- support Codex 0.156.1 with Bubblewrap ([#997](https://github.com/openai/codex-security/pull/997)) -- suggest finding owners ([#1010](https://github.com/openai/codex-security/pull/1010)) -- \[codex\] align security policy with Codex bug bounty scope ([#1001](https://github.com/openai/codex-security/pull/1001)) -- support long filenames when staging documents ([#1016](https://github.com/openai/codex-security/pull/1016)) -- include Objective-C sources in scan inventories ([#989](https://github.com/openai/codex-security/pull/989)) -- ignore URL parameters when reading device codes ([#979](https://github.com/openai/codex-security/pull/979)) -- page reducer inputs by serialized size ([#1025](https://github.com/openai/codex-security/pull/1025)) +- return the Deep Scan ID in structured output ([#1026](https://github.com/openai/codex-security/pull/1026)) diff --git a/.github/release-pr-state.json b/.github/release-pr-state.json index 6d707c2ba..eb3020033 100644 --- a/.github/release-pr-state.json +++ b/.github/release-pr-state.json @@ -1,9 +1,9 @@ { - "baseVersion": "0.1.30", - "baseCommit": "6eecd8ca2587fe44d3b971026d32d591b5ecd315", + "baseVersion": "0.1.31", + "baseCommit": "c09a996de0009e54b96ec16b2aa724674655b3f3", "sections": { "highlights": { - "generatedHash": "d61514ff994bd174c26cdf3d70334124afc65f7941f6e10ed07897bd7f9ec7a3", + "generatedHash": "a9e6e8b549a67a9839bcf595998429544da9b12a0601b7ad34ecc019157a9dfc", "humanOwned": false }, "upgrades": { diff --git a/sdk/typescript/package.json b/sdk/typescript/package.json index b1c267b52..d9b129344 100644 --- a/sdk/typescript/package.json +++ b/sdk/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@openai/codex-security", - "version": "0.1.31", + "version": "0.1.32", "description": "TypeScript SDK and CLI for Codex Security", "license": "Apache-2.0", "author": "OpenAI",