Bump hub reusable-workflow pins to 2.0.518 - #118
Conversation
The pinned validate-task.yml/merge-bot-task.yml/publish-plan-task.yml/ build-release-task.yml SHAs (2.0.483) predate the hub commit that added spec/secrets.json to prose_lint.py's HUB_HOSTED dead-path exemption (ptr727/ProjectTemplate#1030, 7787662), so every mention of that now-retired path in AUDIT.md/GOVERNANCE.md/OPERATIONS.md/ WORKFLOW.md fails the Lint sources job's dead-path check. Bumps to the current hub main (2.0.518), which includes the exemption. Also fixes a semicolon in OPERATIONS.md the same check flagged.
|
Warning Review limit reachedNext included review available in 1 minute. View limit detailsLimit details: You’ve used all 10 included reviews currently available. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Comment |
PR Summary by QodoUpdate hub reusable-workflow pins to 2.0.518
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to workflow SHA pin updates and a minor documentation punctuation fix with no apparent functional regressions in the local workflow definitions.
Pull request overview
Updates this repo’s GitHub Actions workflows to use the latest pinned hub reusable workflows (ProjectTemplate 2.0.518), aligning CI behavior with current hub main, and makes a small prose tweak in OPERATIONS.md.
Changes:
- Bump ProjectTemplate reusable-workflow pins from 2.0.483 to 2.0.518 across CI workflows.
- Minor punctuation/prose adjustment in
OPERATIONS.mdin the “Repository Tooling Hazards” section.
File summaries
| File | Description |
|---|---|
| OPERATIONS.md | Rewords a sentence to remove the semicolon and improve readability without changing meaning. |
| .github/workflows/test-pull-request.yml | Updates validate-task.yml pin to the 2.0.518 SHA. |
| .github/workflows/publish-release.yml | Updates publish-plan-task.yml, validate-task.yml, and build-release-task.yml pins to the 2.0.518 SHA. |
| .github/workflows/merge-bot-pull-request.yml | Updates merge-bot-task.yml pin to the 2.0.518 SHA. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can group findings by type and pick your Finding display, from Minimal to Full |
Summary
Bumps the pinned
validate-task.yml/merge-bot-task.yml/publish-plan-task.yml/build-release-task.ymlSHAs from 2.0.483 to the current hubmain(2.0.518), and fixes asemicolon in
OPERATIONS.mdprose.Why
The 2.0.483 pin predates
ptr727/ProjectTemplate#1030(7787662), which added the now-retiredspec/secrets.jsontoprose_lint.py'sHUB_HOSTEDdead-path exemption set. Until the pincatches up, every prose mention of that path (correctly describing it as no longer carried
locally, in
AUDIT.md,GOVERNANCE.md,OPERATIONS.md,WORKFLOW.md) fails theLint sources job's dead-path check, surfaced while driving #116's promotion PR (main's ruleset requires thatcheck,
develop's doesn't).Verified locally:
prose_lint.py --diff aa192d2 -- .(the exact base #116 runs against) reportszero violations after this change.