ci+deps: tighten workflows, bump go-sdk to v1.6.1, setup-go to v6#94
Merged
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
This was referenced Jun 7, 2026
Bundled CI hygiene + dependency security fix. Workflow tightening: - Release: restrict tag trigger from '*' to 'v*' so accidental non-version tags don't kick off a release. - Release: run `make test` before building so a broken main can't ship binaries. - CI: also run on push to main, catching anything that lands via direct push or stale-branch merge. - actions/setup-go: v4 -> v6 in both workflows (matches Dependabot's recommendation). Dependabot alerts closed: - go-sdk: v1.3.1 -> v1.6.1, resolving 3 high-severity alerts on github.com/modelcontextprotocol/go-sdk (null Unicode JSON parsing, cross-site tool execution without auth, DNS rebinding protection disabled by default on localhost). Transitive bumps from go mod tidy: - github.com/google/jsonschema-go v0.4.2 -> v0.4.3 - github.com/segmentio/encoding v0.5.3 -> v0.5.4 - golang.org/x/oauth2 v0.30.0 -> v0.35.0 - golang.org/x/sys v0.36.0 -> v0.41.0 Supersedes (closed): #72, #78, #84. Verified locally: full test suite green, `nbctl mcp` registers all 44 tools and reports "MCP server started, waiting for requests..." Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
cd5d24f to
2a5dbd2
Compare
RamanKharchee
approved these changes
Jun 7, 2026
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.
Summary
Bundled CI hygiene + dependency security fix:
1. Workflow tightening
2. Dependabot alerts
Bumps `github.com/modelcontextprotocol/go-sdk` from `v1.3.1` → `v1.4.1`, closing all three open high-severity alerts (#2, #3, #4):
Transitive bumps from `go mod tidy`: `segmentio/encoding` v0.5.3→v0.5.4, `oauth2` v0.30→v0.34, `x/sys` v0.36→v0.40.
Test plan
🤖 Generated with Claude Code