-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update actions/setup-java action to v3.13.0 #51
base: master
Are you sure you want to change the base?
Conversation
df4bbb7
to
9fd7cae
Compare
9fd7cae
to
80a9ed5
Compare
80a9ed5
to
619d198
Compare
Kudos, SonarCloud Quality Gate passed! |
619d198
to
2bd83ce
Compare
2bd83ce
to
aa48342
Compare
Kudos, SonarCloud Quality Gate passed! |
aa48342
to
9c96f9b
Compare
Kudos, SonarCloud Quality Gate passed! |
9c96f9b
to
f6b9fd8
Compare
Kudos, SonarCloud Quality Gate passed! |
f6b9fd8
to
0c2d53c
Compare
0c2d53c
to
a0e2ff7
Compare
Kudos, SonarCloud Quality Gate passed! |
a0e2ff7
to
3601130
Compare
Kudos, SonarCloud Quality Gate passed! |
3601130
to
e5dc557
Compare
Kudos, SonarCloud Quality Gate passed! |
e5dc557
to
d421672
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
This PR contains the following updates:
v3.0.0
->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
v3.5.1
Compare Source
In scope of this release we change logic for Microsoft Build of OpenJDK. Previously it had hard coded versions. In this release versions were moved to the separate json file. When a new version of Java is released, it can be added to this file and be used without releasing new version of the action.
v3.5.0
Compare Source
Add support for multiple jdks
In scope of this release we add support for multiple jdks. Customers can specify multiple versions of java through
java-version
input.Besides, we added such changes as:
v3.4.1
Compare Source
In scope of this release we updated
actions/cache
package as the new version contains fixes for caching error handling.v3.4.0
Compare Source
In scope of this release we introduce such changes as:
Zulu OpenJDK
arm64 architecture: https://github.com/actions/setup-java/pull/339Sbt-cache
: don't cache some files: https://github.com/actions/setup-java/pull/332v3.3.0
Compare Source
In scope of this pull request we add support for Amazon Corretto Build of OpenJDK (https://github.com/actions/setup-java/pull/312).
Supported distributions
Currently, the following distributions are supported:
temurin
zulu
adopt
oradopt-hotspot
adopt-openj9
liberica
microsoft
corretto
v3.2.0
Compare Source
This release introduces dependency caching support for sbt (https://github.com/actions/setup-java/pull/302).
Caching sbt dependencies
v3.1.1
Compare Source
This release introduces new output cache-hit (https://github.com/actions/setup-java/pull/275) and update of
actions/cache
dependency to 2.0.2 (https://github.com/actions/setup-java/pull/317)Add "cache-hit" output
The
cache-hit
output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.Update actions/cache to 2.0.2
We updated
actions/cache
package as the new version contains fixes related to GHES 3.5 (https://github.com/actions/setup-java/pull/317)v3.1.0
Compare Source
In scope of this release we added support for caching from GHES 3.5 and fixed download issue for files > 2GB during restore.
Updated dependencies:
minimist
from1.2.5
to1.2.6
.actions/cache
dependency to 2.0.0 versionConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.