[bisq-network/bisq] Bump actions/setup-java from 2.4.0 to 2.5.0 (PR #5948)

dependabot[bot] notifications at github.com
Mon Jan 3 11:56:28 CET 2022


Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.4.0 to 2.5.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>v2.5.0</h2>
<p>In scope of this pull request we add support for Microsoft Build of OpenJDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/pull/252">actions/setup-java#252</a>).</p>
<pre lang="yaml"><code>steps:
  - name: Checkout
    uses: actions/checkout at v2
  - name: Setup-java
    uses: actions/setup-java at v2
    with:
      distribution: microsoft
      java-version: 11
</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>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>Adopt OpenJDK 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>Adopt OpenJDK 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>
</tbody>
</table>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/setup-java/commit/f0bb91606209742fe3ea40199be2f3ef195ecabf"><code>f0bb916</code></a> Add an error condition for non jdk Microsoft OpenJDK build (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/265">#265</a>)</li>
<li><a href="https://github.com/actions/setup-java/commit/d23aed3c8013ac5aebf678f946502684c7dd156c"><code>d23aed3</code></a> Add an error condition for an unstable Microsoft OpenJDK build (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/263">#263</a>)</li>
<li><a href="https://github.com/actions/setup-java/commit/8d222861066e40836af2181b3a2ddd46f05b2dd8"><code>8d22286</code></a> Fix the Licensed workflow (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/259">#259</a>)</li>
<li><a href="https://github.com/actions/setup-java/commit/db2f350d2b7dc85aeb6ac71cf5111d85cd172fd7"><code>db2f350</code></a> Add microsoft distribution of the JDK. (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/252">#252</a>)</li>
<li>See full diff in <a href="https://github.com/actions/setup-java/compare/5f00602cd1b2819185d88dc7a1b1985f598c6705...f0bb91606209742fe3ea40199be2f3ef195ecabf">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=2.4.0&new-version=2.5.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>
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/5948

-- Commit Summary --

  * Bump actions/setup-java from 2.4.0 to 2.5.0

-- File Changes --

    M .github/workflows/build.yml (2)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5948.patch
https://github.com/bisq-network/bisq/pull/5948.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5948
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/pull/5948 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220103/93bd2c24/attachment.htm>


More information about the bisq-github mailing list