From cc3739494c56bc0edfedc7a8d7d4c642021f3b63 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Wed, 15 Jul 2026 23:31:05 -0400 Subject: [PATCH] ci: pin gadfly reusable @f542d4e (forward netherstorm endpoint) [skip ci] The netherstorm reviewer failed with 'unknown provider': the correctly formatted GADFLY_ENDPOINT_NETHERSTORM user var was never forwarded by the reusable workflow (hardcoded env list). Mirrors gadfly#22. 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 a902da3..82489ff 100644 --- a/.gitea/workflows/adversarial-review.yml +++ b/.gitea/workflows/adversarial-review.yml @@ -42,7 +42,7 @@ jobs: # and cache the reusable-workflow ref, so a moved v1 tag keeps resolving to the # stale cached copy. A unique sha forces a cache miss → fresh fetch. Bump this # sha to adopt central swarm changes. - uses: steve/gadfly/.gitea/workflows/review-reusable.yml@b6a33dc218b493f9a1b9be29fda1f1487e2a896f + uses: steve/gadfly/.gitea/workflows/review-reusable.yml@f542d4e1cdc1ffe0ed0020f6398999ef9fabd682 # Least privilege: forward only the review secrets (not `secrets: inherit`, # which would expose every repo secret). GITEA_TOKEN is the automatic token. secrets: