setup-java icon indicating copy to clipboard operation
setup-java copied to clipboard

Set up your GitHub Actions workflow with a specific version of Java

Results 113 setup-java issues
Sort by recently updated
recently updated
newest added

**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...

dependencies
javascript

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...

dependencies
javascript

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...

dependencies
javascript

**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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.24&new-version=22.13.11)](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...

dependencies
javascript

**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...

feature request

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...

dependencies
javascript

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...

feature request

**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...