Skip to content

chore: update gh-aw-mcpg container to v0.0.94#600

Merged
lpcox merged 1 commit intomainfrom
lpcox/migrate-to-github
Feb 3, 2026
Merged

chore: update gh-aw-mcpg container to v0.0.94#600
lpcox merged 1 commit intomainfrom
lpcox/migrate-to-github

Conversation

@lpcox
Copy link
Collaborator

@lpcox lpcox commented Feb 3, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 3, 2026 05:29
@lpcox lpcox merged commit 3a84ef2 into main Feb 3, 2026
3 checks passed
@lpcox lpcox deleted the lpcox/migrate-to-github branch February 3, 2026 05:29
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates GitHub Actions workflow definitions to use the newer gh-aw-mcpg container release.

Changes:

  • Bump gh-aw-mcpg container references from v0.0.84 to v0.0.94 across multiple locked workflows.
  • Switch gh-aw-mcpg image references from ghcr.io/githubnext/... to ghcr.io/github/... where applicable.
  • Pin the sandbox.mcp.container image (with tag) in the smoke workflow markdown configs.

Reviewed changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated 13 comments.

Show a summary per file
File Description
.github/workflows/test-improver.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/test-coverage-improver.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/smoke-copilot.md Pins smoke config to gh-aw-mcpg:v0.0.94.
.github/workflows/smoke-copilot.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/smoke-codex.md Pins smoke config to gh-aw-mcpg:v0.0.94.
.github/workflows/smoke-codex.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/semantic-function-refactor.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/release.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/plan.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/mcp-gateway-log-analyzer.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/issue-monster.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/go-logger.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/go-fan.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/duplicate-code-detector.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.
.github/workflows/daily-compliance-checker.lock.yml Updates gh-aw-mcpg image used for downloads and gateway container run.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Suggested change
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.84 node:lts-alpine

Copilot uses AI. Check for mistakes.
await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Suggested change
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.84 node:lts-alpine

Copilot uses AI. Check for mistakes.
await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Copilot uses AI. Check for mistakes.
await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Copilot uses AI. Check for mistakes.
await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Suggested change
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.84 node:lts-alpine

Copilot uses AI. Check for mistakes.
await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Copilot uses AI. Check for mistakes.
await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Copilot uses AI. Check for mistakes.
await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Copilot uses AI. Check for mistakes.
await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Suggested change
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.84 node:lts-alpine

Copilot uses AI. Check for mistakes.
await determineAutomaticLockdown(github, context, core);
- name: Download container images
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/githubnext/gh-aw-mcpg:v0.0.84 node:lts-alpine
run: bash /opt/gh-aw/actions/download_docker_images.sh ghcr.io/github/github-mcp-server:v0.30.2 ghcr.io/github/gh-aw-mcpg:v0.0.94 node:lts-alpine
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The gh-aw-mcpg image is bumped to v0.0.94 here, but this workflow’s generated run metadata later in the file still reports awmg_version as "v0.0.84". Please update awmg_version to v0.0.94 as well so the recorded run info matches the container actually used.

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Contributor

github-actions bot commented Feb 3, 2026

Smoke Test Results

Last 2 Merged PRs:

Test Results:
✅ GitHub MCP
✅ Serena MCP
✅ Playwright
✅ File Writing
✅ Bash Tool

Status: PASS

cc @lpcox

AI generated by Smoke Copilot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant