chore(ci): consolidate dependabot PR fixes into single branch#56
Merged
Conversation
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.
Consolidates the remaining failing Dependabot updates into a single PR to reduce review and merge overhead.
Changes
go.modfrom1.26.4→1.26.5.go_modules/golang.org/x/term-0.45.0PR:golang.org/x/term0.43.0→0.45.0golang.org/x/sys(indirect)0.44.0→0.47.0golangci/golangci-lint-action@v6→@v9withinstall-mode: binaryactions/upload-pages-artifact@v3→@v5goreleaser/goreleaser-action@v6→@v7Why
These combine the required dependency/action updates while fixing the CI failures seen in the previously failing Dependabot branches:
#54(x/termbump): govulncheck failures on Go 1.26.4 stdlib vulnerabilities.#36(goreleaser-action): govulncheck failures on Go 1.26.4 stdlib vulnerabilities.#34(golangci-lint-actionv9): govulncheck failures plusgoinstall/module path regression (/v2package path mismatch).#35(upload-pages-artifactv5): workflow/test compatibility issue with older CI state; updated branch basis + action bumpincludes the safe, current workflow posture.
Testing
go.mod,go.sum.github/workflows/ci.yml.github/workflows/pages.yml.github/workflows/release.ymlNotes
This intentionally replaces multiple small Dependabot bumps with one consolidated change set so maintainers can review/merge once.