chore: bump go toolchain, dependencies, and harden CI - #19
Merged
Conversation
- update go from 1.26.4 to 1.26.5 in go.mod and mise.toml - bump go-isatty, golang.org/x/sys, and golang.org/x/text - pin codeql and goreleaser actions to explicit versions - set persist-credentials false on checkout steps - disable setup-go cache and add dependabot cooldown - add zizmor tool pin to mise.toml
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.
Routine maintenance bumping the Go toolchain and dependencies, plus security hardening of the GitHub Actions workflows.
Changes
Toolchain & Dependencies
1.26.4to1.26.5(go.mod,mise.toml)github.com/mattn/go-isatty0.0.22→0.0.23golang.org/x/sys0.46.0→0.47.0golang.org/x/text0.38.0→0.40.0(indirect)CI Hardening
github/codeql-action/*tov4.37.0(was floatingv4)goreleaser/goreleaser-actionv7.2.2→v7.2.3persist-credentials: falseonactions/checkoutsteps incodeql.ymlandrelease.ymlsetup-gocache in the release workflowTooling
dependabotcooldown.default-days: 7to reduce update noisezizmor 1.27.0tool pin tomise.tomlNotes
zizmoris a GitHub Actions static analysis tool, added to support ongoing workflow security auditing.