Conversation
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the bundled MCP gateway to v0.4.9 and propagates its refreshed digest through compiled workflows.
Changes:
- Bumps
DefaultMCPGatewayVersionto v0.4.9. - Refreshes all embedded image pins.
- Regenerates affected workflows and adds a patch changeset.
Show a summary per file
| File | Description |
|---|---|
pkg/constants/version_constants.go |
Updates the default MCP gateway version. |
pkg/actionpins/data/action_pins.json |
Refreshes the action-pin digest. |
pkg/workflow/data/action_pins.json |
Refreshes the workflow pin data. |
.github/aw/actions-lock.json |
Updates the repository action lock. |
.changeset/patch-bump-mcpg-v0-4-9.md |
Documents the patch release. |
.github/workflows/smoke-copilot-sub-agents.lock.yml |
Regenerates the workflow with v0.4.9. |
.github/workflows/smoke-copilot-small.lock.yml |
Regenerates the workflow with v0.4.9. |
.github/workflows/smoke-copilot-sdk.lock.yml |
Regenerates the workflow with v0.4.9. |
.github/workflows/notion-issue-summary.lock.yml |
Regenerates the workflow with v0.4.9. |
.github/workflows/github-remote-mcp-auth-test.lock.yml |
Updates the remote MCP test workflow. |
.github/workflows/github-mcp-tools-report.lock.yml |
Updates the MCP tools report workflow. |
.github/workflows/example-permissions-warning.lock.yml |
Refreshes the example workflow. |
.github/workflows/example-failure-category-filter.lock.yml |
Refreshes the example workflow. |
.github/workflows/daily-team-status.lock.yml |
Refreshes the daily workflow. |
.github/workflows/daily-squid-image-scan.lock.yml |
Refreshes the daily workflow. |
.github/workflows/daily-max-ai-credits-test.lock.yml |
Refreshes the daily test workflow. |
.github/workflows/daily-go-test-parallelizer.lock.yml |
Refreshes the daily workflow. |
.github/workflows/daily-github-docs-seo-optimizer.lock.yml |
Refreshes the daily workflow. |
.github/workflows/daily-credit-limit-test.lock.yml |
Refreshes the daily test workflow. |
.github/workflows/daily-byok-ollama-test.lock.yml |
Refreshes the daily test workflow. |
.github/workflows/copilot-pr-merged-report.lock.yml |
Refreshes the report workflow. |
.github/workflows/copilot-centralization-optimizer.lock.yml |
Refreshes the optimizer workflow. |
.github/workflows/copilot-centralization-drilldown.lock.yml |
Refreshes the drilldown workflow. |
.github/workflows/codex-github-remote-mcp-test.lock.yml |
Refreshes the Codex MCP test workflow. |
Review details
Tip
Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 79/289 changed files
- Comments generated: 0
- Review effort level: Balanced
|
❌ Design Decision Gate 🏗️ failed during design decision gate check. Warning Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding. What happenedThe threat detection engine failed to produce results. Review the workflow run logs for details.
|
|
❌ Test Quality Sentinel failed during test quality analysis. Warning Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding. What happenedThe threat detection engine failed to produce results. Review the workflow run logs for details.
|
|
Warning Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding. What happenedThe threat detection engine failed to produce results. Review the workflow run logs for details. Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "api.individual.githubcopilot.com"See Network Configuration for more information.
|
|
🧠 Matt Pocock Skills Reviewer failed during the skills-based review. Warning Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding. What happenedThe threat detection engine failed to produce results. Review the workflow run logs for details.
|
|
❌ Ponytail Reviewer failed. Please review the logs for details. Warning Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding. What happenedThe threat detection engine failed to produce results. Review the workflow run logs for details.
|
|
Duplicate of #51754 |
Bumps the pinned
gh-aw-mcpgcontainer image fromv0.4.8tov0.4.9and refreshes the associated digest pins and generated artifacts.Version bump
DefaultMCPGatewayVersionconstant inpkg/constants/version_constants.gotov0.4.9Digest pin refresh
skopeo inspectand updatedghcr.io/github/gh-aw-mcpg:v0.4.9entries in:.github/aw/actions-lock.jsonpkg/actionpins/data/action_pins.jsonpkg/workflow/data/action_pins.jsonRegenerated artifacts
.lock.ymlfiles (make recompile) so the new pinned image reference propagates through generated workflowsChangeset