ci(hypatia-scan): repin reusable + grant actions:read (estate hypatia fix)#64
Merged
Merged
Conversation
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
This was referenced Jun 20, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the chronically-failing
hypatia-scanworkflow. Two gaps, both required:standards/hypatia-scan-reusable.yml@915139d7…, which doesn't resolve → every run failed with 0 jobs. Repinned to8e6ba7d4a0890d25425855a77404d4690d0ab4b5(standards #380, current HEAD).permissions:block declaresactions: read, but this caller's block omitted it (soactionsdefaulted tonone). Once the pin resolves, that mismatch makes the run die asstartup_failure. Addedactions: read.Validated end-to-end on eclexia#42: with both changes, hypatia-scan runs the full scan and posts its findings comment (it had been red estate-wide for the reusable-wrapper repos). Same root cause + identical fix here. (
timeout-minutes: 30on the job is unchanged.)Draft / review-gated per the estate
.github/workflows/policy.🤖 Generated with Claude Code
https://claude.ai/code/session_01PWMMxryCcPrAjJ8tuGvygG
Generated by Claude Code