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 }}