setup-graalvm
setup-graalvm copied to clipboard
GitHub Action for setting up GraalVM distributions.
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 Commits fb98306 Bumped v5.28.4...
I can't reopen the issue, removed the version still not works. https://github.com/optimism-java/hildr/actions/runs/7231369944/workflow
 I use in my hosts act runner, and it took time too much. ```yml - name: Setup Graalvm uses: graalvm/setup-graalvm@v1 with: java-version: '17' version: '22.3.2' components: 'native-image' cache: 'gradle'...
Adds a `distribution_url` property to the action, which overrides the download URL unconditionally. It is up to the caller to provide an archive which works on their Github Actions runner;...
Hey there GraalVM team, I'm testing against GVM `master` for a few bugs which are anticipated to be fixed in the upcoming Sept release. While I could figure out how...
``` steps: - uses: actions/checkout@v3 - name: Set up JDK 17 uses: graalvm/setup-graalvm@v1 with: java-version: '17.0.7' version: 'latest' distribution: 'graalvm' native-image-musl: 'true' github-token: ${{ secrets.GITHUB_TOKEN }} cache: 'maven' ``` Fails...
Even though we've implemented is https://github.com/graalvm/setup-graalvm/pull/31, dev builds will still break projects in case a specific JDK version is required for a project but not available anymore due to it...
Hi, I would like to know if exist an example to use `setup-graalvm` for **Azure Pipelines**. Many thanks in advance Juan Antonio