Upgrade agentic workflows from gh-aw v0.72.1 to v0.80.9#2092
Merged
Conversation
Contributor
✅ External plugin PR checks passed
Per-plugin quality summary
No changed external plugin entries were detected in this PR. |
This was referenced Jun 23, 2026
- Recompile all 6 workflow lock files with gh-aw v0.80.9 - Update gh-aw-actions/setup v0.72.1 → v0.80.9 - Update actions/checkout v6.0.2 → v7.0.0 - Refresh container image pins across all workflows - Fix learning-hub-updater.md: add missing permissions.contents: read (root cause of safe_outputs 'Failed to apply bundle' failures) - Update dispatcher SKILL.md and agentic-workflows agent - Update actions-lock.json and copilot-setup-steps.yml Fixes: #2077 (learning-hub-updater), #2080 (cli-for-beginners-sync) Part of: #2076 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ea0f775 to
2a2b32d
Compare
aaronpowell
approved these changes
Jun 23, 2026
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.
Summary
Upgrades all 6 agentic workflows from
gh-aw v0.72.1tov0.80.9, fixing thesafe_outputsbundle failures affectinglearning-hub-updaterandcli-for-beginners-sync.Root cause
The
learning-hub-updaterandcli-for-beginners-syncworkflows were failing with:Two causes:
permissions.contents: readonlearning-hub-updater.md— the codemod in v0.80.9 adds this automaticallyChanges
learning-hub-updater.mdpermissions: contents: read(codemod fix).lock.ymlfilesgh-aw-actions/setupactions/checkout.github/agents/agentic-workflows.md.agent.md, content updated.github/skills/agentic-workflows/SKILL.mdWorkflows affected
learning-hub-updatercli-for-beginners-syncduplicate-resource-detectorresource-staleness-reportpr-duplicate-checkcodeowner-updateValidation
gh aw compile --validateCompiled: Yes, activeingh aw statusFixes #2077, fixes #2080, part of #2076