Skip to content

Commit a1f9d92

Browse files
ci(deps): update actions/setup-java action to v4.2.2 (#79)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://github.com/actions/setup-java) | action | patch | `v4.2.1` -> `v4.2.2` | --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v4.2.2`](https://github.com/actions/setup-java/releases/tag/v4.2.2) [Compare Source](https://github.com/actions/setup-java/compare/v4.2.1...v4.2.2) ##### What's Changed ##### 

Bug fixes: - Fix macos latest check failures by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [https://github.com/actions/setup-java/pull/634](https://github.com/actions/setup-java/pull/634) - Fix dragonwell distribution parsing issues by [@&#8203;Accelerator1996](https://github.com/Accelerator1996) in [https://github.com/actions/setup-java/pull/643](https://github.com/actions/setup-java/pull/643) ##### Documentation changes - Update advanced documentation for java-version-file by [@&#8203;mahabaleshwars](https://github.com/mahabaleshwars) in [https://github.com/actions/setup-java/pull/622](https://github.com/actions/setup-java/pull/622) ##### Dependency updates: - Bump undici from 5.28.3 to 5.28.4 and other dependency updates by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/actions/setup-java/pull/616](https://github.com/actions/setup-java/pull/616) **Full Changelog**: actions/setup-java@v4...v4.2.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9639acf commit a1f9d92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/maven_java_callable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1818
- name: Set up JDK 21
19-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
19+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
2020
with:
2121
java-version: "21"
2222
distribution: "temurin"

.github/workflows/maven_release_callable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mv .release/.releaserc.yml .releaserc.yml
4444
4545
- name: Set up JDK 21
46-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
46+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
4747
with:
4848
java-version: "21"
4949
distribution: "temurin"

.github/workflows/maven_release_dry_run_callable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
mv .release/.releaserc.yml .releaserc.yml
4444
4545
- name: Set up JDK 21
46-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
46+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
4747
with:
4848
java-version: "21"
4949
distribution: "temurin"

0 commit comments

Comments
 (0)