chore: bump verified pins to latest tips - #289
Merged
Merged
Conversation
PIN_NOMOUNT -> 7eb06026 (dev tip) PIN_RESUKISU -> 3c188288 (main tip)
There was a problem hiding this comment.
🟢 Approval recommended
The change is limited to updating pinned SHAs and does not alter workflow logic; only a minor comment/doc mismatch was noted.
Pull request overview
This PR updates the “verified” (audited) commit pins used by the CI workflow so that nomount and ReSukiSU are pinned to newer upstream commits when commit_mode=verified.
Changes:
- Bump
PIN_NOMOUNTto7eb06026fe788ceea0f3c4de4a0b42ffa0a4cc99. - Bump
PIN_RESUKISUto3c1882886dbbb54f4aae7ddf205f8ccde32c2a34.
File summaries
| File | Description |
|---|---|
| .github/workflows/main.yml | Updates audited “verified” pins for upstream dependencies used by the workflow’s commit resolution logic. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -176,9 +176,9 @@ jobs: | |||
| } | |||
|
|
|||
| # Audited pins (from root-variants.yml). Used only when commit_mode=verified. | |||
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.
Bumps all three audited root pins to current branch tips (verified by the repo's own pin reader): PIN_NOMOUNT 7e1b5a42 -> 7eb06026, PIN_KERNELSU e38512f1 -> 3c124062, PIN_RESUKISU 0b5efe9e -> 3c188288. SUSFS pins already match live, untouched.