Skip to content

ci: modernize action pins and Go baseline#32

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

ci: modernize action pins and Go baseline#32
intel352 merged 2 commits into
masterfrom
chore/node24-go1264-action-pins

Conversation

@intel352
Copy link
Copy Markdown
Contributor

@intel352 intel352 commented Jun 6, 2026

Summary

  • pin the release workflow to audited action SHAs with version comments
  • bump the module Go directive to 1.26.4
  • install wfctl v0.74.6 directly from the release with checksum verification

Verification

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

Copilot AI review requested due to automatic review settings June 6, 2026 23:01
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

This PR modernizes the release pipeline by updating the Go toolchain baseline, pinning GitHub Actions to audited SHAs, and switching wfctl installation to a verified-download approach to improve supply-chain integrity.

Changes:

  • Update go.mod Go directive from 1.26.0 to 1.26.4.
  • Pin actions/checkout, actions/setup-go, and goreleaser/goreleaser-action to specific commit SHAs (with version comments).
  • Install wfctl v0.74.6 via gh release download and verify the binary against checksums.txt, then use it via GITHUB_PATH.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Bumps the module Go directive to 1.26.4 to align with the updated baseline.
.github/workflows/release.yml Pins actions to SHAs and installs/verifies wfctl from releases to harden the release workflow.

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

@intel352 intel352 merged commit 9c08c30 into master Jun 6, 2026
5 checks passed
@intel352 intel352 deleted the chore/node24-go1264-action-pins branch June 6, 2026 23:08
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