Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-java from 3.6.0 to 3.7.0 (#393)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.6.0 to 3.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v3.7.0</h2> <p>In scope of this release we added support for Oracle JDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/pull/401">actions/setup-java#401</a>). Besides, we added logic to Pass the token input through on GHES for Microsoft Build of OpenJDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/pull/395">actions/setup-java#395</a>) and updated <a href="https://github-redirect.dependabot.com/actions/setup-java/pull/413">minimatch</a> dependency.</p> <pre lang="yaml"><code>steps: - name: Checkout uses: actions/checkout@v3 - name: Setup-java uses: actions/setup-java@v3 with: distribution: oracle java-version: 17 </code></pre> <h3>Supported distributions</h3> <p>Currently, the following distributions are supported:</p> <table> <thead> <tr> <th>Keyword</th> <th>Distribution</th> <th>Official site</th> <th>License</th> </tr> </thead> <tbody> <tr> <td><code>temurin</code></td> <td>Eclipse Temurin</td> <td><a href="https://adoptium.net/">Link</a></td> <td><a href="https://adoptium.net/about.html">Link</a></td> </tr> <tr> <td><code>zulu</code></td> <td>Azul Zulu OpenJDK</td> <td><a href="https://www.azul.com/downloads/zulu-community/?package=jdk">Link</a></td> <td><a href="https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/">Link</a></td> </tr> <tr> <td><code>adopt</code> or <code>adopt-hotspot</code></td> <td>AdoptOpenJDK Hotspot</td> <td><a href="https://adoptopenjdk.net/">Link</a></td> <td><a href="https://adoptopenjdk.net/about.html">Link</a></td> </tr> <tr> <td><code>adopt-openj9</code></td> <td>AdoptOpenJDK OpenJ9</td> <td><a href="https://adoptopenjdk.net/">Link</a></td> <td><a href="https://adoptopenjdk.net/about.html">Link</a></td> </tr> <tr> <td><code>liberica</code></td> <td>Liberica JDK</td> <td><a href="https://bell-sw.com/">Link</a></td> <td><a href="https://bell-sw.com/liberica_eula/">Link</a></td> </tr> <tr> <td><code>microsoft</code></td> <td>Microsoft Build of OpenJDK</td> <td><a href="https://www.microsoft.com/openjdk">Link</a></td> <td><a href="https://docs.microsoft.com/java/openjdk/faq">Link</a></td> </tr> <tr> <td><code>corretto</code></td> <td>Amazon Corretto Build of OpenJDK</td> <td><a href="https://aws.amazon.com/corretto/">Link</a></td> <td><a href="https://aws.amazon.com/corretto/faqs/">Link</a></td> </tr> <tr> <td><code>oracle</code></td> <td>Oracle JDK</td> <td><a href="https://www.oracle.com/java/technologies/downloads/">Link</a></td> <td><a href="https://java.com/freeuselicense">Link</a></td> </tr> </tbody> </table> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-java/commit/19eeec562b37d29a1ad055b7de9c280bd0906d8d"><code>19eeec5</code></a> Update to latest <code>actions/publish-action</code> (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/411">#411</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/bd7e5d28eb9da6196a6d6e22a67e72e775996d9d"><code>bd7e5d2</code></a> Update minimatch to 3.1.2 (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/413">#413</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/6cdf39a6b6d2b0dd01e76d547cb9d448ccdd4f7c"><code>6cdf39a</code></a> Add support for Oracle JDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/401">#401</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/7db6b4554ccf39e07c23296b2b1ab614f2c2351c"><code>7db6b45</code></a> Eclipse Temurin instead of Adopt OpenJDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/398">#398</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/bf2f02c4a72c68dc76c6a3d8af0581bb9bf4abe9"><code>bf2f02c</code></a> Pass the token input through on GHES for Microsoft Build of OpenJDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/395">#395</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-java/compare/v3.6.0...v3.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java&package-manager=github_actions&previous-version=3.6.0&new-version=3.7.0)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information