Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2023

Bumps actions/setup-java from 3.9.0 to 3.10.0.

Release notes

Sourced from actions/setup-java's releases.

v3.10.0

In scope of this release we added support for Oracle JDK (actions/setup-java#450).

steps:
 - name: Checkout
  uses: actions/checkout@v3
 - name: Setup-java
  uses: actions/setup-java@v3
  with:
   distribution: oracle
   java-version: 17

Supported distributions

Currently, the following distributions are supported:

Keyword Distribution Official site License
temurin Eclipse Temurin Link Link
zulu Azul Zulu OpenJDK Link Link
adopt or adopt-hotspot AdoptOpenJDK Hotspot Link Link
adopt-openj9 AdoptOpenJDK OpenJ9 Link Link
liberica Liberica JDK Link Link
microsoft Microsoft Build of OpenJDK Link Link
corretto Amazon Corretto Build of OpenJDK Link Link
oracle Oracle JDK Link Link
Commits

Dependabot compatibility score

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @ascopes.


Dependabot commands and options

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)

@dependabot dependabot bot added ci Changes to CI workflows housekeeping labels Feb 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2023

The following labels could not be found: tiny.

@github-actions
Copy link

github-actions bot commented Feb 11, 2023

Test Results

  1 592 files  ±0    1 592 suites  ±0   0s ⏱️ ±0s
21 456 tests ±0  21 444 ✔️ ±0  12 💤 ±0  0 ±0 
21 720 runs  ±0  21 708 ✔️ ±0  12 💤 ±0  0 ±0 

Results for commit aff5399. ± Comparison against base commit f102566.

♻️ This comment has been updated with latest results.

@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2023

Codecov Report

Merging #330 (aff5399) into main (f102566) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #330   +/-   ##
=======================================
  Coverage   79.07%   79.07%           
=======================================
  Files          90       90           
  Lines        2700     2700           
  Branches      225      225           
=======================================
  Hits         2135     2135           
  Misses        509      509           
  Partials       56       56           

@ascopes
Copy link
Owner

ascopes commented Feb 11, 2023

@dependabot rebase

@ascopes
Copy link
Owner

ascopes commented Feb 11, 2023

@dependabot merge

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-java-3.10.0 branch from 8f8e5a8 to aff5399 Compare February 11, 2023 16:45
@dependabot dependabot bot merged commit 6684666 into main Feb 11, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/actions/setup-java-3.10.0 branch February 11, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Changes to CI workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants