Skip to content

ci: modernize action and toolchain pins#25

Merged
intel352 merged 2 commits into
mainfrom
chore/node24-go1264-action-pins
Jun 6, 2026
Merged

ci: modernize action and toolchain pins#25
intel352 merged 2 commits into
mainfrom
chore/node24-go1264-action-pins

Conversation

@intel352
Copy link
Copy Markdown
Contributor

@intel352 intel352 commented Jun 6, 2026

Summary

  • bump Go module/workflow defaults to Go 1.26.4
  • pin GitHub Actions to audited SHAs with version comments
  • disable setup-go built-in cache to avoid hidden older cache action paths
  • use pinned setup-wfctl v0.74.6 instead of manually downloading wfctl

Verification

  • actionlint .github/workflows/*.yml
  • GOWORK=off go mod tidy
  • GOWORK=off go test ./...

Copilot AI review requested due to automatic review settings June 6, 2026 22:37
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Modernizes the project’s CI/release automation by moving to a newer Go toolchain baseline and hard-pinning GitHub Actions (and wfctl installation) to improve supply-chain auditability and reduce implicit behavior changes.

Changes:

  • Bump Go module/workflow defaults to Go 1.26.4.
  • Pin GitHub Actions to specific commit SHAs (with version comments) and disable setup-go caching.
  • Replace manual wfctl download with a pinned GoCodeAlone/setup-wfctl action.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
go.mod Updates Go version and adjusts indirect dependency versions.
.github/workflows/release.yml Pins actions by SHA, disables setup-go cache, and switches to setup-wfctl for wfctl provisioning.
.github/workflows/ci.yml Pins actions by SHA, sets Go 1.26.4, and disables setup-go cache.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread go.mod Outdated
@intel352 intel352 merged commit d949b31 into main Jun 6, 2026
3 checks passed
@intel352 intel352 deleted the chore/node24-go1264-action-pins branch June 6, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants