ActionRank

Setup Ruby

Abandoned

actions/setup-ruby · MIT · archived

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

188 starsLast commit 5 years agoLatest v1.1.3
F
27
/ 100
Security 50Maintenance 0Popularity 45Reliability 0

Security signals

OpenSSF ScorecardNo data
SECURITY.md presentNo
Immutable releasesNot enabled
Known vulnerabilitiesNone on record

How to use it safely

Recommended: pin to commit SHA
uses: actions/setup-ruby@e932e7af67fc4a8fc77bd86b744acd4e42fe3543 # v1.1.3

Mutable tags like v1.1.3 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-ruby@e932e7af67fc4a8fc77bd86b744acd4e42fe3543 # v1.1.3

Score breakdown

Security (35%)50
Popularity (20%)45
Maintenance (30%)0
Reliability (15%)0