Update python:alpine container pin to remediated digest in action/workflow lock data - #49791
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update python:alpine image to address vulnerabilities
Update Aug 2, 2026
python:alpine container pin to remediated digest in action/workflow lock data
pelikhan
marked this pull request as ready for review
August 2, 2026 14:05
Collaborator
|
@copilot resolve the merge conflicts on this branch. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the pinned python:alpine container digest across canonical, embedded, and generated workflow data.
Changes:
- Replaces the previous digest in all pin datasets.
- Regenerates MCP Inspector lock references.
- However, the new digest resolves to Python 3.15.0b4, not a remediated stable image.
Show a summary per file
| File | Description |
|---|---|
.github/aw/actions-lock.json |
Updates the canonical container pin. |
pkg/actionpins/data/action_pins.json |
Synchronizes embedded action-pin data. |
pkg/workflow/data/action_pins.json |
Synchronizes workflow pin data. |
.github/workflows/mcp-inspector.lock.yml |
Refreshes generated manifest and predownload references. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 4
- Review effort level: Balanced
Comment on lines
+255
to
+256
| "digest": "sha256:c40ec5a55436b283c1570e649ff40a8188e7e0221d7f285e624b20167c712ead", | ||
| "pinned_image": "python:alpine@sha256:c40ec5a55436b283c1570e649ff40a8188e7e0221d7f285e624b20167c712ead" |
Comment on lines
+255
to
+256
| "digest": "sha256:c40ec5a55436b283c1570e649ff40a8188e7e0221d7f285e624b20167c712ead", | ||
| "pinned_image": "python:alpine@sha256:c40ec5a55436b283c1570e649ff40a8188e7e0221d7f285e624b20167c712ead" |
| # - mcp/notion@sha256:df0d6781d03f37bd5b962c85ae1f288382f31b7108c489473641ffc372f43dc9 | ||
| # - node:lts-alpine@sha256:f70403e87646dc51b45295f4b8b70cdad0b63d2297c4c9899119b03f7af7a6b3 | ||
| # - python:alpine@sha256:26730869004e2b9c4b9ad09cab8625e81d256d1ce97e72df5520e806b1709f92 | ||
| # - python:alpine@sha256:c40ec5a55436b283c1570e649ff40a8188e7e0221d7f285e624b20167c712ead |
Comment on lines
+255
to
+256
| "digest": "sha256:c40ec5a55436b283c1570e649ff40a8188e7e0221d7f285e624b20167c712ead", | ||
| "pinned_image": "python:alpine@sha256:c40ec5a55436b283c1570e649ff40a8188e7e0221d7f285e624b20167c712ead" |
…ge-scan-python-alpine # Conflicts: # .github/aw/actions-lock.json # pkg/actionpins/data/action_pins.json # pkg/workflow/data/action_pins.json Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Collaborator
|
@copilot Unresolved review threads to address (newest first):
I also attempted a branch refresh. Please address the items above, rerun checks as needed, and then continue with the
|
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 daily container image scan flagged high-severity CVEs on the pinned
python:alpinedigest used by workflow tooling. This change rotates that pin to a newer digest and propagates it through generated lock artifacts consumed by compilation/runtime paths.Container pin update
python:alpinein.github/aw/actions-lock.jsonto:sha256:c40ec5a55436b283c1570e649ff40a8188e7e0221d7f285e624b20167c712eadSynchronized generated pin datasets
pkg/actionpins/data/action_pins.jsonpkg/workflow/data/action_pins.jsonWorkflow lock refresh
.github/workflows/mcp-inspector.lock.ymlso predownload/manifest references use the updatedpython:alpinepin.