chore: upgrade gh-aw agent config and recompile workflows to v0.61.2#2128
Merged
Conversation
Update agentic-workflows agent config prompt references from v0.58.2 to v0.61.2 and recompile all workflow lock files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates this repository’s Agentic Workflows configuration and regenerates compiled workflow lockfiles to align with gh-aw v0.61.2, including updated action pins and runtime path conventions used by the generated workflows.
Changes:
- Bumped agent prompt/documentation references from
v0.58.2→v0.61.2in the dispatcher agent config. - Recompiled workflow
.lock.ymlfiles againstgh-aw v0.61.2(notably moving from/opt/gh-awpaths to${{ runner.temp }}/${RUNNER_TEMP}layout and updating related steps). - Recompiled
.github/aw/actions-lock.jsonwith newer pinned action versions/SHAs (including newgithub/gh-aw-actions/setup@v0.61.2entry).
Reviewed changes
Copilot reviewed 21 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/nightly-workflow-compiler.lock.yml | Regenerated lockfile for v0.61.2; updates setup action, paths, safe-outputs generation, and MCP gateway/guard wiring. |
| .github/workflows/nightly-schema-updater.lock.yml | Regenerated lockfile for v0.61.2 with updated setup/path conventions and safe-outputs generation. |
| .github/workflows/nightly-docs-reconciler.lock.yml | Regenerated lockfile for v0.61.2; updates setup/path conventions and MCP config (incl. guard-policy additions for Serena MCP). |
| .github/workflows/mcp-gateway-log-analyzer.lock.yml | Regenerated lockfile for v0.61.2; updates setup/path conventions and safe-outputs generation. |
| .github/workflows/ghcr-download-tracker.lock.yml | Regenerated lockfile for v0.61.2; updates setup/path conventions and MCP guard-policy configuration. |
| .github/workflows/daily-compliance-checker.lock.yml | Regenerated lockfile for v0.61.2; updates setup/path conventions and safe-outputs generation. |
| .github/aw/actions-lock.json | Updated pinned GitHub Actions versions/SHAs used by compiled workflows (incl. gh-aw setup action entries). |
| .github/agents/agentic-workflows.agent.md | Updated referenced gh-aw prompt/config URLs to v0.61.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
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.
Updates agentic-workflows agent config prompt references from v0.58.2 to v0.61.2 and recompiles all 22 workflow lock files.
Changes:
.github/agents/agentic-workflows.agent.md: All prompt file URLs updated to v0.61.2.github/aw/actions-lock.json: Recompiled.lock.ymlworkflow files: Recompiled against v0.61.2