ActionRank

Setup Elixir

Abandoned

actions/setup-elixir · MIT · archived

Set up your GitHub Actions workflow with OTP and Elixir

157 starsLast commit 5 years agoLatest v1.5.0
F
26
/ 100
Security 50Maintenance 0Popularity 41Reliability 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-elixir@3c118cec41f6c3bfc2c7f2aef9bec886ab0b2324 # v1.5.0

Mutable tags like v1.5.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-elixir@3c118cec41f6c3bfc2c7f2aef9bec886ab0b2324 # v1.5.0

Score breakdown

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