ActionRank

GitHub Action for GraalVM

Actively maintained

graalvm/setup-graalvm · UPL-1.0

Set up your GitHub Actions workflow with a specific GraalVM distribution.

216 starsLast commit 2 days agoLatest v1.6.3
B
75
/ 100
Security 74Maintenance 100Popularity 44Reliability 70

Security signals

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

How to use it safely

Recommended: pin to commit SHA
uses: graalvm/setup-graalvm@0def53c0fd8534bc13416c9469f5be45265824fd # v1.6.3

Mutable tags like v1.6.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: graalvm/setup-graalvm@0def53c0fd8534bc13416c9469f5be45265824fd # v1.6.3

Score breakdown

Security (35%)74
Popularity (20%)44
Maintenance (30%)100
Reliability (15%)70