Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ai-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading