Skip to content

ci: modernize action pins and Go baseline#39

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

ci: modernize action pins and Go baseline#39
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

  • pin CI, release, and IaC conformance workflows to audited action SHAs with version comments
  • bump the module Go directive to 1.26.4
  • use wfctl v0.74.6 for contract validation, with release install checksum verification

Verification

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

Copilot AI review requested due to automatic review settings June 6, 2026 22:57
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 this repository’s CI/release workflows by pinning GitHub Actions to audited SHAs, aligning CI Go setup with go.mod, and updating contract validation tooling used in pipelines.

Changes:

  • Pinned actions/checkout, actions/setup-go, goreleaser/goreleaser-action, and peter-evans/repository-dispatch to specific SHAs with version comments.
  • Updated CI to use go-version-file: go.mod and disabled setup-go caching.
  • Updated wfctl usage to v0.74.6 (including a release workflow install step with checksum verification) and adjusted go.mod dependencies/Go baseline.

Reviewed changes

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

File Description
go.mod Updates the Go version directive and adjusts module requirements (including making cloudwatchlogs a direct dependency).
.github/workflows/release.yml Pins action refs and installs wfctl v0.74.6 via GitHub release download + checksum verification; pins GoReleaser action.
.github/workflows/iac-host-conformance.yml Pins action refs and aligns Go setup to go.mod.
.github/workflows/ci.yml Pins action refs, aligns Go setup to go.mod, and updates strict contract validation to wfctl v0.74.6.

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

Comment thread go.mod
@intel352 intel352 merged commit c180569 into main Jun 6, 2026
6 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