chore: update Go deps, GitHub Actions, and Nix vendor hash#736
Merged
Conversation
Go: bump charmbracelet/glamour v1.0.0, charmbracelet/huh v1.0.0, mozilla-ai/any-llm-go v0.9.0, anthropic-sdk-go v1.26.0, ollama v0.17.7, and transitive deps. Actions: setup-go v6.3.0, setup-node v6.3.0, install-nix-action v31.10.0, create-github-app-token v2.2.1, trufflehog v3.93.8, codeql-action v4.32.6, docker/setup-qemu-action v4.0.0, docker/setup-buildx-action v4.0.0, docker/login-action v4.0.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates project dependencies and CI tooling to newer versions, keeping the Go module graph, GitHub Actions pins, and Nix build inputs in sync.
Changes:
- Bumped Go module dependencies (including glamour, huh, any-llm-go, anthropic-sdk-go, ollama) and refreshed
go.sum. - Updated GitHub Actions pins (setup-go, setup-node, install-nix-action, create-github-app-token, trufflehog, codeql-action, docker actions) while keeping full-SHA pinning.
- Updated Nix
vendorHashto match the new Go dependency vendoring.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
go.mod |
Updates direct + indirect Go dependency versions to the new set. |
go.sum |
Refreshes module checksums to match the updated dependency graph. |
flake.nix |
Updates vendorHash for buildGoModule so Nix builds remain reproducible. |
.github/workflows/security.yml |
Updates pinned action SHAs/versions for security scanning jobs. |
.github/workflows/ci.yml |
Updates pinned action SHAs/versions for CI jobs (Go + Node + Nix). |
.github/workflows/lint.yml |
Updates pinned action SHAs/versions for linting workflows (notably Nix installer). |
.github/workflows/pages.yml |
Updates pinned action SHA/version for Nix installer used in docs build. |
.github/workflows/release.yml |
Updates pinned action SHAs/versions for Go + Docker build/release steps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
cpcloud
added a commit
that referenced
this pull request
Mar 19, 2026
## Summary - Bump Go deps: glamour v1.0.0, huh v1.0.0, any-llm-go v0.9.0, anthropic-sdk-go v1.26.0, ollama v0.17.7, and transitive deps - Bump GitHub Actions: setup-go v6.3.0, setup-node v6.3.0, install-nix-action v31.10.0, create-github-app-token v2.2.1, trufflehog v3.93.8, codeql-action v4.32.6, docker/setup-qemu-action v4.0.0, docker/setup-buildx-action v4.0.0, docker/login-action v4.0.0 - Update Nix vendor hash for new Go dependencies - All tests pass, no new OSV findings, no dead code Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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