Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s GitHub Agentic Workflows lockfiles to a newer gh-aw generator/runtime version, refreshing pinned action SHAs, container images, and MCP gateway configuration across many workflows.
Changes:
- Bump
gh-awgenerated workflow lockfiles fromv0.42.2tov0.42.9(and related tool/image versions). - Add MCP Gateway payload directory configuration (
MCP_GATEWAY_PAYLOAD_DIR) and mount wiring in multiple workflows. - Switch repo checkout steps to sparse checkout of
.githuband.agents.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated 18 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test-improver.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/test-coverage-improver.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/smoke-copilot.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring, MCP server mount tweaks. |
| .github/workflows/smoke-codex.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring, Codex version bump. |
| .github/workflows/semantic-function-refactor.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/release.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/plan.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring, prompt assembly tweaks. |
| .github/workflows/nightly-mcp-stress-test.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/nightly-docs-reconciler.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/mcp-gateway-log-analyzer.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/large-payload-tester.md | Removes explicit filesystem MCP server entrypoint (relying on image defaults). |
| .github/workflows/large-payload-tester.lock.yml | Regenerated lockfile reflecting workflow markdown changes plus gh-aw/tool version bumps and payload dir wiring. |
| .github/workflows/language-support-tester.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/issue-monster.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/go-logger.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/go-fan.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/duplicate-code-detector.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/workflows/daily-multi-device-docs-tester.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring, Codex version bump. |
| .github/workflows/daily-compliance-checker.lock.yml | Regenerated lockfile with updated gh-aw/tool versions, sparse checkout, MCP payload dir wiring. |
| .github/aw/actions-lock.json | Removes old setup@v0.42.2 entry and keeps updated setup@v0.42.9 pin. |
| .github/agents/agentic-workflows.agent.md | Updates documentation links to reference gh-aw v0.42.9. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
| sparse-checkout: | | ||
| .github | ||
| .agents | ||
| depth: 1 |
There was a problem hiding this comment.
actions/checkout doesn’t have a depth input (it uses fetch-depth). As written, this value will be ignored and may confuse future maintenance; rename to fetch-depth: 1 (or drop it since the default is 1).
| depth: 1 | |
| fetch-depth: 1 |
No description provided.