Skip to content

Commit c174a2b

Browse files
committed
ci(hypatia-scan): repin reusable + grant actions:read so the scan runs
The standards hypatia-scan-reusable was pinned at a stale ref (0-jobs failure) AND the caller permissions block omitted actions:read, which the reusable requires. Either gap alone leaves the run broken (0 jobs, or startup_failure once the ref resolves). Repins to 8e6ba7d (standards #380) and adds actions:read. Validated end-to-end on eclexia#42 (hypatia-scan now runs the full scan + posts findings). Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PWMMxryCcPrAjJ8tuGvygG
1 parent eea9cea commit c174a2b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ permissions:
2222
contents: read
2323
security-events: write
2424
pull-requests: write
25+
# The standards reusable declares actions:read; a caller permissions
26+
# block that omits it pins actions to `none`, so the reusable's request
27+
# exceeds the grant and the run dies as `startup_failure` (no jobs).
28+
actions: read
2529

2630
jobs:
2731
hypatia:
2832
timeout-minutes: 30
29-
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@915139d73560e65a8240b8fc7768698658502c89
33+
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@8e6ba7d4a0890d25425855a77404d4690d0ab4b5 # standards #380; repin from a 0-jobs stale ref (paired with actions:read above)
3034
secrets: inherit

0 commit comments

Comments
 (0)