ActionRank

Setup Julia environment

Actively maintained

julia-actions/setup-julia · MIT

This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.

107 starsLast commit todayLatest v3.0.2
B
71
/ 100
Security 71Maintenance 96Popularity 44Reliability 58

Security signals

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

How to use it safely

Recommended: pin to commit SHA
uses: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3.0.2

Mutable tags like v3.0.2 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: julia-actions/setup-julia@fa02766e078afaaf09b14210362cee14137e6a32 # v3.0.2

Score breakdown

Security (35%)71
Popularity (20%)44
Maintenance (30%)96
Reliability (15%)58