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 144 setup-java issues
Sort by recently updated
recently updated
newest added

**Description:** I want to optionally annotate the cache-key with an extra description, such that if we have multiple jobs, that all only have a partial execution of the pom, they...

feature request

**Description:** Added configuration to update npm and actions dependencies on a weekly basis. **Related issue:** [Link to the related issue.](https://github.com/actions/setup-java/issues/690) **Check list:** - [ ] Mark if documentation changes are...

**Description:** As a regulated entity we want to ensure that the actions we reuse are using up to date dependencies. **Justification:** Add the required dependabot configuration to manage build time...

feature request

**Description:** Given that the action now supports reading the Java version from the `.sdkmanrc` file, it would be advantageous to read a default distribution from that file as well. SDKMan...

feature request
needs triage

**Description:** I have two build workflows, one for push events ([build.yml](https://github.com/pdfclown/pdfclown-common/blob/d9036b7f819f94d97ec5b99d621014a8b556945a/.github/workflows/build.yml)) and another for daily snapshot publishing ([build-nightly.yml](https://github.com/pdfclown/pdfclown-common/blob/d9036b7f819f94d97ec5b99d621014a8b556945a/.github/workflows/build-nightly.yml)). They use `setup-java` in the same way: two invocations each workflow, one...

bug

**Description:** Emits the following warning during set-up and post set-up steps: ``` (node:2563) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...`...

bug

**Description:** This change eliminates the Node.js deprecation warning caused by the punycode module. - Replaced the affected dependency (uri-js) with a maintained alternative. - Upgraded transitive dependencies to versions. -...

Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml) and [xmlbuilder2](https://github.com/oozcitak/xmlbuilder2). These dependencies need to be updated together. Updates `js-yaml` from 4.1.0 to 4.1.1 Changelog Sourced from js-yaml's changelog. [4.1.1]...

dependencies
javascript

## Summary Bumps `@actions/cache` from **4.0.3** to **5.0.1**. ## Changes - Updated `package.json` and `package-lock.json` with new dependency version - Rebuilt dist bundles (`dist/setup/index.js`, `dist/cleanup/index.js`) - Regenerated license cache files...

**Description:** Updated the Java version in the README setup examples from 21 to 25 to reflect the latest supported version. This change ensures that users are guided to use the...