fix(ci): update reusable workflow SHAs to @7fdc2705df74b4e352d2a1cde3e87a5923fdf329 - #100
Closed
hyperpolymath wants to merge 5 commits into
Closed
hyperpolymath wants to merge 5 commits into
hyperpolymath wants to merge 5 commits into
Conversation
…e87a5923fdf329 Part of estate-wide standards#426 remediation - Batch 11 SHA update. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
…e87a5923fdf329 Part of estate-wide standards#426 remediation - Batch 13 SHA update. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
hyperpolymath
enabled auto-merge (squash)
August 13, 2026 04:10
Owner
Author
|
Closing auto-generated PR as part of nuclear cleanup. Will be recreated fresh from current state if still needed. |
auto-merge was automatically disabled
August 14, 2026 03:43
Pull request was closed
hyperpolymath
added a commit
that referenced
this pull request
Sep 22, 2026
…estate-wide startup_failure) (#119) ## Summary Estate-wide incident: `github/codeql-action` **v4.38.1** fails GitHub workflow **startup** on every repo that took it — CodeQL/Hypatia runs die with `startup_failure`, zero jobs dispatched, no error text in any API surface. The evidence chain (full detail: **nexia-list#100**): | repo | ref | status | |---|---|---| | nexia-list | `@v4.38.1` tag (via dependabot #94) | 🔴 startup_failure → fixed by rollback #100 (merged) | | hypatia | `@1c5b675` (4.38.1 SHA) | 🔴 | | vexometer | `@v4.38.1` | 🔴 (since Sep-21) | | rsr-template-repo | `@1c5b675` | 🔴 | | affinescript / boj-server / deed-ecosystem | ≤ v4.38.0 | ✅ green | The v4.38.1 tag *exists* (peels to `1c5b675`) and byte-identical workflow content runs under a fresh path — so the failure is the **version value itself** at GitHub's start-validation layer, not content, permissions (probes with `security-events` start fine), or the default-setup conflict. ## Changes here - `codeql-reusable.yml`, `hypatia-scan-reusable.yml`: `codeql-action/*` re-pinned `1c5b675` (v4.38.1) → `b96794f0` (**v4.38.0** commit; wrong `# v3` comments corrected to `# v4.38.0`). - `actions.lock`: re-keyed to the v4.38.0 SHA entries (dependabot bumped the reusable pins without regenerating the lock). - `dependabot.yml`: **full hold** on `github/codeql-action` — scoped `versions:` ignores do NOT hold for this bot path (nexia-list#101 re-raised the bump in SHA form within an hour, copying the inline warning comment verbatim while swapping the SHA). ## Follow-ups Consumer rollbacks shipped in the same batch: nexia-list (merged ✅), **hypatia**, **vexometer**, **rsr-template-repo**, **metadatastician/burble** (each with the same dependabot hold). Reconsider the hold when upstream clears v4.38.1 or a newer release verifies green on one canary repo. Co-authored-by: arena-agent <arena-agent@users.noreply.github.com>
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.
Part of estate-wide standards#426 remediation - Batch 13 SHA update to fix Bug B (permission escalation) in reusable workflows.