actions-marketplace-validations/setup-scala

GitHub Action to install any version of Java (GraalVM, Java 8, Java 11, Java 14, ...)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 18, 2023
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/olafurpg_setup-scala@520132c5fb93cae72d3eb41fa74c52caa285d431 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
java-versionThe Java version to install, a string matching the output format from `jabba ls-remote`. For example, "adopt@1.8" for the latest AdoptOpenJDK 8 version, "adopt@1.11" for the latest AdoptOpenJDK 11 version, or "graalvm@" for the latest GraalVM version. adopt@1.8
jabba-versionThe Jabba version to install.0.11.2

no outputs