setup-java
setup-java copied to clipboard
Set up your GitHub Actions workflow with a specific version of Java
**Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** - [ ] Mark if documentation changes are required. - [ ] Mark if tests were...
**Description:** This PR adds support for setting up the [SapMachine](https://github.com/SAP/SapMachine) JDK/JRE using the setup-java action. The implementation is heavily inspired by the [dragonwell implementation](https://github.com/actions/setup-java/tree/main/src/distributions/dragonwell). The setup-java supports setting up SapMachine...
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...
**Description:** The environment variable name is inconsistent: sometimes it is `JAVA_HOME_17_AARCH64` and sometimes it is `JAVA_HOME_17_ARM64`. https://github.com/actions/setup-java/blob/9eda6b51cc4f6ee99be3dd5537b85e389e47bda9/src/distributions/base-installer.ts#L172 **Task version:** 'actions/setup-java@v3' (SHA:0ab4596768b603586c0de567f2430c30f5b0d2b0) **Platform:** - [x] Ubuntu - [ ] macOS -...
**Description:** The action fails to install Semeru arm64. I guess the installer should use `.distributionArchitecture()` instead of `.architecture`: https://github.com/actions/setup-java/blob/9eda6b51cc4f6ee99be3dd5537b85e389e47bda9/src/distributions/semeru/installer.ts#L36C47-L36C59 For example, Microsoft installer uses `.distributionArchitecture()`: https://github.com/actions/setup-java/blob/9eda6b51cc4f6ee99be3dd5537b85e389e47bda9/src/distributions/microsoft/installer.ts#L51 ``` Run actions/setup-java@v3 with:...
**Description:**  We use v3 of the action and use it to set up adopt jdk 17. It's causing a lot of headaches that it's trying to resolve latest version,...
We are looking to move people off of the old deprecated Adoptopenjdk API to the Temurin API for Hotspot builds. For the vast majority of binaries, the Temurin API will...
09-Nov-2023: Amended commit comments only. **Description:** The following input items have been added (copied from README.md update): - `update-env-javahome`: By default action updates `env.JAVA_HOME` with the path of java installed....
**Description:** The recommended configuration for the dependency-check-maven plugin is now to use a server to convey the NVD API key to the plugin. See nvdApiServerId at https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html It would be...
**Description:** Add an option to set a URL for a JDK build which setup-java will use to download, uncompress, and run per arch. **Justification:** I often use unreleased Java versions...