devonfw-actions/Checkout and Prepare Step

Apply workarounds + Java Setup + Maven Repository Caching

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 11, 2023
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: devonfw-actions/java-maven-setup@8bba793c57c58e02531b2dd375a0cc19cb0fb613 # v8

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

namedescriptionrequireddefault
maven-cache-keyCache key for maven repositoryno
maven-cache-restore-keyCache restore key for maven repositoryno
maven-cache-pathMaven repository path to be cachedno~/.m2/repository
jacoco-cache-keyCache key for jacoco and test execution datano
jacoco-cache-restore-keyCache restore key for jacoco and test execution datano
java-versionJava version to setupno
repository_pathPath to clone the repository to, by default .no.
repositoryno${{ github.repository }}
cloneWheather to clone the repository as part of the composite action, defaulted to truenotrue
GPG_PRIVATE_KEYno
GPG_PASSPHRASEno
BUILD_USERno
BUILD_USER_PASSWDno
BUILD_USER_EMAILno
GIT_TOKENGitHub actions token for repository cloning defaults to github.tokenno${{ github.token }}

no outputs