You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@creadur.apache.org by GitBox <gi...@apache.org> on 2022/05/05 00:30:17 UTC

[GitHub] [creadur-rat] dependabot[bot] opened a new pull request, #65: Bump actions/setup-java from 3.1.1 to 3.3.0

dependabot[bot] opened a new pull request, #65:
URL: https://github.com/apache/creadur-rat/pull/65

   Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.1.1 to 3.3.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.3.0</h2>
   <p>In scope of this pull request we add support for Amazon Corretto Build of OpenJDK (<a href="https://github-redirect.dependabot.com/actions/setup-java/pull/312">actions/setup-java#312</a>).</p>
   <pre lang="yaml"><code>steps:
     - name: Checkout
       uses: actions/checkout@v3
     - name: Setup-java
       uses: actions/setup-java@v3
       with:
         distribution: corretto
         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>
   <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>
   </tbody>
   </table>
   <h2>v3.2.0</h2>
   <p>This release introduces dependency caching support for sbt (<a href="https://github-redirect.dependabot.com/actions/setup-java/pull/302">actions/setup-java#302</a>).</p>
   <h3>Caching sbt dependencies</h3>
   <pre lang="yml"><code>steps:
   - uses: actions/checkout@v3
   - uses: actions/setup-java@v3
     with:
       distribution: 'temurin'
       java-version: '11'
       cache: 'sbt'
   - name: Build with SBT
     run: sbt package
   </code></pre>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/setup-java/commit/860f60056505705214d223b91ed7a30f173f6142"><code>860f600</code></a> Add Amazon Corretto example and fix links (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/325">#325</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/bae3140877a4e25b7fb2aa73013c6245709d0fc0"><code>bae3140</code></a> Add Amazon Corretto distribution (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/312">#312</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/dd8085240015149ea4caec57ae4488d9b27b8deb"><code>dd80852</code></a> Housekeeping: Update zeit/ncc to vercel/ncc (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/270">#270</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/4fe61d24fe5472910b93bdeffb8aad49f979d862"><code>4fe61d2</code></a> [README] Add sbt as supported package manager for caching (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/322">#322</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/055250a105d999e8a448b9b80138d7d4acc7cf7c"><code>055250a</code></a> Add CODE_OF_CONDUCT (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/318">#318</a>)</li>
   <li><a href="https://github.com/actions/setup-java/commit/0ed94a56789e7ec6897b1ec1c1e60d459a6baa5f"><code>0ed94a5</code></a> Add SBT in cache managers. (<a href="https://github-redirect.dependabot.com/actions/setup-java/issues/302">#302</a>)</li>
   <li>See full diff in <a href="https://github.com/actions/setup-java/compare/v3.1.1...v3.3.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.1.1&new-version=3.3.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@creadur.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [creadur-rat] ottlinger merged pull request #65: RAT-290: Bump actions/setup-java from 3.1.1 to 3.3.0

Posted by GitBox <gi...@apache.org>.
ottlinger merged PR #65:
URL: https://github.com/apache/creadur-rat/pull/65


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@creadur.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org