Skip to content

Commit ce1af25

Browse files
Bump actions/setup-java from 3.10.0 to 4.2.1 (#247)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.10.0 to 4.2.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@3f07048...99b8673) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10d36ce commit ce1af25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# JDK 8 and 11 is needed for the build.
5353
# Search `maven-toolchains-plugin` usages for details.
5454
- name: Setup JDK
55-
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # 3.10.0
55+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # 4.2.1
5656
with:
5757
distribution: temurin
5858
java-version: |
@@ -141,7 +141,7 @@ jobs:
141141
# JDK 8 and 11 are needed for the build.
142142
# Search `maven-toolchains-plugin` usages for details.
143143
- name: Setup JDK
144-
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # 3.10.0
144+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # 4.2.1
145145
with:
146146
distribution: temurin
147147
java-version: |

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# JDK 8 and 11 is needed for the build.
6666
# Search `maven-toolchains-plugin` usages for details.
6767
- name: Setup JDK
68-
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # 3.10.0
68+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # 4.2.1
6969
with:
7070
distribution: temurin
7171
java-version: |

.github/workflows/log4j-kafka-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 32
3939

4040
- name: Setup JDK 8
41-
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # 3.10.0
41+
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # 4.2.1
4242
with:
4343
distribution: temurin
4444
java-version: 8

0 commit comments

Comments
 (0)