From 0d518794507ab5fb349887679c931888c5ca2669 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sat, 18 Jul 2026 01:56:17 -0400 Subject: [PATCH] chore(reusable): bump reviewer image to sha-bb98fae (opencode-capable) sha-bb98fae is the image built from the PR #26 merge, so it bundles the opencode CLI and can run the new opencode/ engine. Consumers pinned to the gadfly ref of this commit inherit it. Previous pin (sha-f468fe6) predated opencode. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitea/workflows/review-reusable.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/review-reusable.yml b/.gitea/workflows/review-reusable.yml index 1be4f9a..29e140f 100644 --- a/.gitea/workflows/review-reusable.yml +++ b/.gitea/workflows/review-reusable.yml @@ -99,11 +99,11 @@ jobs: runs-on: ubuntu-latest timeout-minutes: ${{ inputs.timeout_minutes }} steps: - # sha-3095ebf predated the Gitea >= 1.27 workflow_call reclassification - # (entrypoint.sh, added in 9d74cb9) — so the dogfood self-review skipped every - # PR with "event 'workflow_call' not handled". Bumped to sha-f468fe6 (current - # main HEAD) which contains that fix. Bump per Gadfly release. - - uses: docker://gitea.stevedudenhoeffer.com/steve/gadfly:sha-f468fe6 + # Pin the reviewer image to an immutable sha (act_runner caches :latest, so a + # moved :latest is often NOT re-pulled). sha-bb98fae bundles the opencode CLI + # (PR #26, the `opencode/` engine) and includes the Gitea >= 1.27 + # workflow_call reclassification. Bump per Gadfly release. + - uses: docker://gitea.stevedudenhoeffer.com/steve/gadfly:sha-bb98fae env: # --- event context (from the CALLER's github.*) ------------------- GITEA_API: ${{ github.server_url }}/api/v1/repos/${{ github.repository }}