setup-java
setup-java copied to clipboard
Set up your GitHub Actions workflow with a specific version of Java
**Description:** This Pull request improves the regex pattern used in the tool-versions file to ensure compatibility with all ASDF versions across the supported distributions. The goal is to provide better...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.2.5. Release notes Sourced from ts-jest's releases. v29.2.5 Please refer to CHANGELOG.md for details. v29.2.4 Please refer to CHANGELOG.md for details. v29.2.3 Please refer to...
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.4.0 to 0.5.0. Changelog Sourced from @βactions/glob's changelog. 0.5.0 Added excludeHiddenFiles option, which is disabled by default to preserve existing behavior #1791: Add glob option to ignore...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.11.0. Release notes Sourced from eslint-plugin-jest's releases. v28.11.0 28.11.0 (2025-01-15) Features valid-expect: allow calling expect with no arguments (#1688) (ff0349e) v28.10.1 28.10.1 (2025-01-15) Bug Fixes...
**Description:** Describe your changes. **Related issue:** Add link to the related issue. **Check list:** - [ ] Mark if documentation changes are required. - [ ] Mark if tests were...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 22.13.11. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**Description:** Per https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html#passphraseenvname the mechanism currently used by this task is deprecated. This is reenforced by the fact that https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html#passphrase will fail if `` is `true`. The recommended way to...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 π Changelog 3.5.2 π Changelog 3.5.1 π Changelog 3.5.0 diff π Release note 3.4.2 π Changelog 3.4.1...
The GraalVM Community edition should be an option. It is nice to use the `setup_java` action for matrix builds and consistency between regular JDK and GraalVM workflows. But it would...
**Description:** Add support for `.sdkmanrc` file in `java-version-file` parameter, as well as tests and updated documentation related to the new feature. I've renamed one e2e test (setup-java-version-from-file-major-minor-patch-with-dist) to include the...