From a4cf9202cdd88430162b8457a6f977f792c5aace Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Wed, 15 Jul 2026 23:02:06 -0400 Subject: [PATCH] ci: pin gadfly reusable @b6a33dc (Gitea 1.27 workflow_call hotfix) [skip ci] Gitea 1.27 hands called workflows event_name=workflow_call, so every review since 2026-07-14 self-skipped in 1s while reporting success. The hotfix lineage (gadfly 5007597 + entrypoint reclassification, image sha-ed9e946) restores the exact pre-upgrade reviewer; gadfly main carries the same fix for the executus re-platform rollout. Co-Authored-By: Claude Fable 5 --- .gitea/workflows/adversarial-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/adversarial-review.yml b/.gitea/workflows/adversarial-review.yml index fca7329..5b74aa4 100644 --- a/.gitea/workflows/adversarial-review.yml +++ b/.gitea/workflows/adversarial-review.yml @@ -41,7 +41,7 @@ jobs: # Tracks gadfly's v1 release tag — a curated pointer re-moved on each release # (unlike @main, which moves on every push). Central swarm tuning propagates # here automatically; the tradeoff vs a full sha pin is that v1 is mutable. - uses: steve/gadfly/.gitea/workflows/review-reusable.yml@5007597cf921dc3f0a83c708878facfe65fd8e8b + uses: steve/gadfly/.gitea/workflows/review-reusable.yml@b6a33dc218b493f9a1b9be29fda1f1487e2a896f # Least privilege: forward only the review secrets (not `secrets: inherit`, # which would expose every repo secret). GITEA_TOKEN is the automatic token. secrets: