-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade actions/setup-java v3.5.1 -> v3.13.0 #241
Open
Picnic-Bot
wants to merge
1
commit into
master
Choose a base branch
from
renovate/actions-setup-java-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Suggested commit message:
|
Kudos, SonarCloud Quality Gate passed! |
Picnic-Bot
force-pushed
the
renovate/actions-setup-java-3.x
branch
from
December 1, 2022 23:01
d47abf9
to
1a23b5d
Compare
Picnic-Bot
changed the title
Upgrade actions/setup-java v3.5.1 -> v3.6.0
Upgrade actions/setup-java v3.5.1 -> v3.7.0
Dec 1, 2022
Picnic-Bot
force-pushed
the
renovate/actions-setup-java-3.x
branch
from
December 5, 2022 23:01
1a23b5d
to
47e6774
Compare
Picnic-Bot
changed the title
Upgrade actions/setup-java v3.5.1 -> v3.7.0
Upgrade actions/setup-java v3.5.1 -> v3.6.0
Dec 5, 2022
Picnic-Bot
force-pushed
the
renovate/actions-setup-java-3.x
branch
from
December 6, 2022 23:01
47e6774
to
4ba0880
Compare
Picnic-Bot
changed the title
Upgrade actions/setup-java v3.5.1 -> v3.6.0
Upgrade actions/setup-java v3.5.1 -> v3.8.0
Dec 6, 2022
Picnic-Bot
changed the title
Upgrade actions/setup-java v3.5.1 -> v3.8.0
Upgrade actions/setup-java v3.5.1 -> v3.9.0
Dec 14, 2022
Picnic-Bot
changed the title
Upgrade actions/setup-java v3.5.1 -> v3.9.0
Upgrade actions/setup-java v3.5.1 -> v3.10.0
Feb 7, 2023
Picnic-Bot
changed the title
Upgrade actions/setup-java v3.5.1 -> v3.10.0
Upgrade actions/setup-java v3.5.1 -> v3.11.0
Mar 27, 2023
Picnic-Bot
force-pushed
the
renovate/actions-setup-java-3.x
branch
from
June 7, 2023 22:02
4ba0880
to
281446e
Compare
Picnic-Bot
changed the title
Upgrade actions/setup-java v3.5.1 -> v3.11.0
Upgrade actions/setup-java v3.5.1 -> v3.12.0
Jul 24, 2023
Picnic-Bot
force-pushed
the
renovate/actions-setup-java-3.x
branch
from
July 24, 2023 22:04
281446e
to
b909aca
Compare
See: - https://github.com/actions/setup-java/releases/tag/v3.13.0 - https://github.com/actions/setup-java/releases/tag/v3.12.0 - https://github.com/actions/setup-java/releases/tag/v3.11.0 - https://github.com/actions/setup-java/releases/tag/v3.10.0 - https://github.com/actions/setup-java/releases/tag/v3.9.0 - https://github.com/actions/setup-java/releases/tag/v3.8.0 - https://github.com/actions/setup-java/releases/tag/v3.6.0
Picnic-Bot
changed the title
Upgrade actions/setup-java v3.5.1 -> v3.12.0
Upgrade actions/setup-java v3.5.1 -> v3.13.0
Sep 20, 2023
Picnic-Bot
force-pushed
the
renovate/actions-setup-java-3.x
branch
from
September 20, 2023 22:01
b909aca
to
8bc95ed
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.5.1
->v3.13.0
Release Notes
actions/setup-java (actions/setup-java)
v3.13.0
Compare Source
What's changed
In the scope of this release, support for Dragonwell JDK was added by @Accelerator1996 in https://github.com/actions/setup-java/pull/532
Several inaccuracies were also fixed:
New Contributors
Full Changelog: actions/setup-java@v3...v3.13.0
v3.12.0
Compare Source
In scope of this release the following changes were made:
Bug fixes:
Feature implementations:
Resolving dependencies issues:
Infrastructure updates:
Documentation changes:
New Contributors
Full Changelog: actions/setup-java@v3...v3.12.0
v3.11.0
Compare Source
In scope of this release we added support for IBM Semeru (OpenJ9) JDK (https://github.com/actions/setup-java/pull/289).
Supported distributions
Currently, the following distributions are supported:
temurin
zulu
adopt
oradopt-hotspot
adopt-openj9
liberica
microsoft
corretto
semeru
oracle
v3.10.0
Compare Source
In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/450).
Supported distributions
Currently, the following distributions are supported:
temurin
zulu
adopt
oradopt-hotspot
adopt-openj9
liberica
microsoft
corretto
oracle
v3.9.0
Compare Source
In scope of this release we add support for
.java-version
file (https://github.com/actions/setup-java/pull/426). For more information about its usage please refer to the documentation.v3.8.0
Compare Source
In scope of this release we added logic to pass the token input through on GHES for Microsoft Build of OpenJDK (https://github.com/actions/setup-java/pull/395) and updated minimatch dependency.
v3.6.0
Compare Source
In scope of this release we added Maven Toolchains Support and Maven Toolchains Declaration. Moreover, from this release we use
os.arch
to determine default architecture for runners: https://github.com/actions/setup-java/pull/376. Besides, we made such changes as:SEGMENT_DOWNLOAD_TIMEOUT_MINS