-
Notifications
You must be signed in to change notification settings - Fork 425
chore: CLI version updates 2026-06-21 #40618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
79106fd
723a724
bf679d8
a45dad1
16487a4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -567,6 +567,11 @@ | |
| "digest": "sha256:5c83359327a0bacc3d34db730bea6557d39d341cee0bf6c58c9a896e33150e80", | ||
| "pinned_image": "ghcr.io/github/github-mcp-server:v1.3.0@sha256:5c83359327a0bacc3d34db730bea6557d39d341cee0bf6c58c9a896e33150e80" | ||
| }, | ||
| "ghcr.io/github/github-mcp-server:v1.4.0": { | ||
| "image": "ghcr.io/github/github-mcp-server:v1.4.0", | ||
| "digest": "sha256:2afb26356481d1a350e14544a6e160f7f7ec1561a1ea309b823665abf0309036", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Smoke test: digest pin looks consistent with the versioned tag — good supply-chain hygiene. |
||
| "pinned_image": "ghcr.io/github/github-mcp-server:v1.4.0@sha256:2afb26356481d1a350e14544a6e160f7f7ec1561a1ea309b823665abf0309036" | ||
| }, | ||
| "ghcr.io/github/serena-mcp-server:latest": { | ||
| "image": "ghcr.io/github/serena-mcp-server:latest", | ||
| "digest": "sha256:bf343399e3725c45528f531a230f3a04521d4cdef29f9a5af6282ff0d3c393c5", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Smoke test: nice to see the github-mcp-server v1.4.0 digest pinned here for reproducibility. 👍