From 35e20802f90e751a258021efde68291832e7d321 Mon Sep 17 00:00:00 2001 From: Ildar Nurislamov Date: Wed, 26 Aug 2026 18:05:03 +0400 Subject: [PATCH] ci: switch security-fix to gpt-5.6-terra; pin ai-review to 1.32.20260826 security-fix.yml: gpt-5.3-codex -> gpt-5.6-terra, matching the ai-review model change released as github-workflows 1.32.20260826 (jitsucom/github-workflows#10). ai-review.yml: bump the pinned release from 1.30.20260821 to 1.32.20260826. Co-Authored-By: Claude Fable 5 --- .github/workflows/ai-review.yml | 2 +- .github/workflows/security-fix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index b16161e96..35da8ea8a 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -20,7 +20,7 @@ jobs: # are reviewed too: the reusable workflow passes allow-bots: true to codex-action, # so its write-access check no longer aborts on the bot actor. Draft PRs are # skipped inside the reusable workflow. - uses: jitsucom/github-workflows/.github/workflows/ai-review.yml@1.30.20260821 + uses: jitsucom/github-workflows/.github/workflows/ai-review.yml@1.32.20260826 secrets: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} AI_CODE_REVIEW_APP_ID: ${{ secrets.AI_CODE_REVIEW_APP_ID }} diff --git a/.github/workflows/security-fix.yml b/.github/workflows/security-fix.yml index 3edca0269..2d76087f9 100644 --- a/.github/workflows/security-fix.yml +++ b/.github/workflows/security-fix.yml @@ -475,7 +475,7 @@ jobs: openai-api-key: ${{ secrets.OPENAI_API_KEY }} prompt-file: .github/codex/security-fix.prompt.md output-file: .github/codex/security-fix.output.md - model: gpt-5.3-codex + model: gpt-5.6-terra effort: high # Same CLI release as ai-review.yml in jitsucom/github-workflows — # verified clean with v1.11; keeps a CLI release from changing