From c9dab69d143cb614c1840a5b06d6ffc358f4752d Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sat, 18 Jul 2026 12:50:20 -0400 Subject: [PATCH] chore(reusable): pin the reviewer image to sha-b37cd09 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adopt the provider-wide lens budget build (PR #27) for gadfly's own reviews and for consumers pinning this reusable. No image rebuild needed — the tag already exists — so skip CI. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitea/workflows/review-reusable.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/review-reusable.yml b/.gitea/workflows/review-reusable.yml index 730a136..f1e7504 100644 --- a/.gitea/workflows/review-reusable.yml +++ b/.gitea/workflows/review-reusable.yml @@ -100,10 +100,11 @@ jobs: timeout-minutes: ${{ inputs.timeout_minutes }} steps: # 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 + # moved :latest is often NOT re-pulled). sha-b37cd09 adds the provider-wide + # lens budget (PR #27: one shared lens-permit pool per provider, the model cap + # removed) on top of the opencode CLI engine (PR #26) and the Gitea >= 1.27 # workflow_call reclassification. Bump per Gadfly release. - - uses: docker://gitea.stevedudenhoeffer.com/steve/gadfly:sha-bb98fae + - uses: docker://gitea.stevedudenhoeffer.com/steve/gadfly:sha-b37cd09 env: # --- event context (from the CALLER's github.*) ------------------- GITEA_API: ${{ github.server_url }}/api/v1/repos/${{ github.repository }}