ActionRank

Setup Go environment

Actively maintained

actions/setup-go · MIT

Set up your GitHub Actions workflow with a specific version of Go

1.7k starsLast commit 5 days agoLatest v7.0.0
B
70
/ 100
Security 63Maintenance 92Popularity 66Reliability 49

Security signals

OpenSSF Scorecard5.5 / 10
SECURITY.md presentNo
Immutable releasesEnabled
Known vulnerabilitiesNone on record

How to use it safely

Recommended: pin to commit SHA
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0

Mutable tags like v7.0.0 can be rewritten to point at malicious commits. Pinning to the full commit SHA is the only reference GitHub guarantees immutable.

Full workflow example
steps:
  - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0

Score breakdown

Security (35%)63
Popularity (20%)66
Maintenance (30%)92
Reliability (15%)49