Pin Serena MCP image to remediated SHA tag and propagate digest across workflow artifacts - #49693
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix container image findings for serena-mcp-server
Pin Serena MCP image to remediated SHA tag and propagate digest across workflow artifacts
Aug 2, 2026
Contributor
🔍 Triage Summary
Pins Serena MCP image to remediated SHA + propagates digest. Draft, no CI yet. Automated triage — see the triage report for full context.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Pins Serena MCP to the remediated SHA tag and propagates its digest through caches, compiled workflows, and golden fixtures.
Changes:
- Replaces Serena’s mutable
latesttag withsha-2491b68. - Synchronizes the new digest across pin caches and generated artifacts.
- Includes an unrelated timeout increase in
smoke-checkout-pr-dispatch.lock.ymlthat requires reverting.
Show a summary per file
| File | Description |
|---|---|
pkg/workflow/testdata/wasm_golden/WasmBinary/smoke-copilot.golden |
Updates WASM golden references. |
pkg/workflow/testdata/wasm_golden/fixtures/shared/mcp/serena.md |
Updates fixture source image. |
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden |
Updates compiled golden references. |
pkg/workflow/data/action_pins.json |
Refreshes embedded workflow pin. |
pkg/actionpins/data/action_pins.json |
Refreshes action-pin data. |
.github/workflows/typist.lock.yml |
Propagates the Serena pin. |
.github/workflows/terminal-stylist.lock.yml |
Propagates the Serena pin. |
.github/workflows/spec-librarian.lock.yml |
Propagates the Serena pin. |
.github/workflows/smoke-copilot.lock.yml |
Propagates the Serena pin. |
.github/workflows/smoke-copilot-arm.lock.yml |
Propagates the Serena pin. |
.github/workflows/smoke-copilot-aoai-apikey.lock.yml |
Propagates the Serena pin. |
.github/workflows/smoke-checkout-pr-dispatch.lock.yml |
Unrelatedly doubles generated timeouts. |
.github/workflows/shared/mcp/serena.md |
Pins the shared Serena source. |
.github/workflows/sergo.lock.yml |
Propagates the Serena pin. |
.github/workflows/semantic-function-refactor.lock.yml |
Propagates the Serena pin. |
.github/workflows/linter-miner.lock.yml |
Propagates the Serena pin. |
.github/workflows/go-fan.lock.yml |
Propagates the Serena pin. |
.github/workflows/glossary-maintainer.lock.yml |
Propagates the Serena pin. |
.github/workflows/developer-docs-consolidator.lock.yml |
Propagates the Serena pin. |
.github/workflows/daily-testify-uber-super-expert.lock.yml |
Propagates the Serena pin. |
.github/workflows/daily-mcp-concurrency-analysis.lock.yml |
Propagates the Serena pin. |
.github/workflows/daily-file-diet.lock.yml |
Propagates the Serena pin. |
.github/workflows/daily-compiler-quality.lock.yml |
Propagates the Serena pin. |
.github/workflows/archie.lock.yml |
Propagates the Serena pin. |
.github/aw/actions-lock.json |
Updates the canonical image digest cache. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 32/32 changed files
- Comments generated: 1
- Review effort level: Balanced
| # --allow-tool shell(yq) | ||
| # --allow-tool write | ||
| timeout-minutes: 10 | ||
| timeout-minutes: 20 |
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
The security scan flagged
ghcr.io/github/serena-mcp-server:latestas a high-risk image with concentrated Critical/High findings. This change removes the mutable/vulnerablelatestreference from workflow sources and compiled artifacts, and pins Serena to a newer immutable image digest.Workflow source update
ghcr.io/github/serena-mcp-server:sha-2491b68instead of:latest..github/workflows/shared/mcp/serena.mdContainer pin cache refresh
.github/aw/actions-lock.jsonwith:ghcr.io/github/serena-mcp-server:sha-2491b68sha256:2fc3fab11db8baca5b4fa760ec52f1010425c97edc8bf4c6437f0cdabd17fcb7pkg/actionpins/data/action_pins.jsonpkg/workflow/data/action_pins.jsonCompiled workflow + golden artifact alignment
.lock.ymloutputs so manifests/download steps now reference the new Serena tag+digest.