From 4fa3bf909ee009d7e55b899cf298eac3d572690d Mon Sep 17 00:00:00 2001 From: Julian Arce <52429267+JuArce@users.noreply.github.com> Date: Wed, 9 Sep 2026 15:32:42 -0300 Subject: [PATCH] ci: bump the AI review workflows to actions v1.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both jobs were pinned at v1.0.0. The Claude review has been broken since 2026-09-08: @v1 of claude-code-action moved to a build whose installer leaves no binary at ~/.local/bin/claude, and v1.0.2 pins past it. v1.0.3 then fixes the review context — on issue_comment the checkout was the default branch rather than the PR, so reviews spent their turns trying to fetch the code under review. For the codex review the only change is the fork-PR guard added in v1.0.1. --- .github/workflows/pr_ai_review.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_ai_review.yaml b/.github/workflows/pr_ai_review.yaml index ac85c5f89..3f4521cf0 100644 --- a/.github/workflows/pr_ai_review.yaml +++ b/.github/workflows/pr_ai_review.yaml @@ -513,7 +513,7 @@ jobs: contents: read pull-requests: write issues: write - uses: yetanotherco/actions/.github/workflows/pr_review_codex.yml@v1.0.0 + uses: yetanotherco/actions/.github/workflows/pr_review_codex.yml@v1.0.3 with: custom_prompt: ${{ needs.prepare.outputs.custom_prompt }} secrets: @@ -527,7 +527,7 @@ jobs: pull-requests: write issues: read id-token: write - uses: yetanotherco/actions/.github/workflows/pr_review_claude.yml@v1.0.0 + uses: yetanotherco/actions/.github/workflows/pr_review_claude.yml@v1.0.3 with: model: opus max_turns: 50