-
Notifications
You must be signed in to change notification settings - Fork 0
[health-audit] Failed CI on Main #331
Copy link
Copy link
Open
Labels
ai:createdAI-generated - Requires human approval before implementationAI-generated - Requires human approval before implementationpriority:highHigh - Should be addressed soon (semver: priority)High - Should be addressed soon (semver: priority)size:xsXS - Trivial change, <1 hourXS - Trivial change, <1 hourtype:ciCI - CI/CD pipeline changesCI - CI/CD pipeline changes
Metadata
Metadata
Assignees
Labels
ai:createdAI-generated - Requires human approval before implementationAI-generated - Requires human approval before implementationpriority:highHigh - Should be addressed soon (semver: priority)High - Should be addressed soon (semver: priority)size:xsXS - Trivial change, <1 hourXS - Trivial change, <1 hourtype:ciCI - CI/CD pipeline changesCI - CI/CD pipeline changes
The
_gh-aw-pin-refresh.ymlworkflow continues to install the wrong gh-aw CLI version, causing CI failures on main. This has been a recurring issue since 2026-05-14.Failing Workflow
gh-aw-pin-refresh(Mon/Thu 12:00 UTC)v0.68.3but action tag is@v0.74.4Root Cause
.github/workflows/_gh-aw-pin-refresh.ymlline 80 still has a hardcoded version that was not updated alongside the Renovate-bumped action tag:Impact
All 3 compiled lock files remain at
v0.68.3:agentics-maintenance.ymllink-checker.lock.ymlrepo-health-audit.lock.ymlRunning
gh aw upgradewith the wrong CLI version prevents migration to v0.74.4.Fix
Update
.github/workflows/_gh-aw-pin-refresh.ymlline 80 toversion: v0.74.4, then triggergh-aw-pin-refreshwithoperation: upgrade.Prior tracking: #329 (2026-05-19), #325, #323, #321, #318, #312
Related to #330
Note
🔒 Integrity filter blocked 1 item
The following item were blocked because they don't meet the GitHub integrity level.
list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: