ActionRank

Setup Node.js environment

Actively maintained

actions/setup-node · MIT

Set up your GitHub Actions workflow with a specific version of node.js

4.9k starsLast commit 3 days agoLatest v7.0.0
B
75
/ 100
Security 68Maintenance 96Popularity 74Reliability 49

Security signals

OpenSSF Scorecard6.3 / 10
SECURITY.md presentNo
Immutable releasesEnabled
Known vulnerabilitiesNone on record

How to use it safely

Recommended: pin to commit SHA
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # 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-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0

Score breakdown

Security (35%)68
Popularity (20%)74
Maintenance (30%)96
Reliability (15%)49