chore: pin GitHub Actions to latest versions by commit hash#77
Merged
Conversation
alex-semenyuk
approved these changes
Jun 30, 2026
Update all workflow `uses` clauses to the latest releases and pin them to full commit SHAs for supply-chain integrity. chore: migrate golangci-lint config to v2 for golangci-lint-action v9 golangci-lint-action v9 runs golangci-lint v2, which removed the --exclude CLI flag and uses a new config schema. Migrate .golangci.yml to v2 (via `golangci-lint migrate`), moving the unused-parameter exclusion into a revive rule and gofmt/goimports into formatters. Drop the now-invalid action args. Remove an obsolete `// +build` constraint flagged by govet. chore: pin golangci-lint binary to v2.6.2 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Ry Jones <ry@linux.com>
4f766ca to
f3da834
Compare
Contributor
Author
EnriqueL8
approved these changes
Jun 30, 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.
Update all workflow
usesclauses to the latest releases and pin them to full commit SHAs for supply-chain integrity.