This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 1024b7069e Bump actions/setup-java from 3.3.0 to 3.4.1 (#957)
1024b7069e is described below
commit 1024b7069e470840ecb0bbad4b9a9596a23cdb04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 25 21:50:16 2022 +0200
Bump actions/setup-java from 3.3.0 to 3.4.1 (#957)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
3.3.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/860f60056505705214d223b91ed7a30f173f6142...2c7a4878f5d120bd643426d54ae1209b29cc01a3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/benchmark.yml | 6 +++---
.github/workflows/build.yml | 8 ++++----
.github/workflows/codeql-analysis.yml | 4 ++--
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index afa9675eb6..f8b773ffba 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -33,7 +33,7 @@ jobs:
# JDK 11 is needed for the build.
# Search `maven-toolchains-plugin` usages for details.
- name: Set up JDK 11
- uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 #
3.4.1
+ uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #
3.4.1
with:
distribution: temurin
java-version: 11
@@ -44,7 +44,7 @@ jobs:
# JDK 8 is needed for the build, and it is the primary bytecode target.
# Hence, JDK 8 is set up after 11, so that JAVA_HOME used by Maven
during build will point to 8.
- name: Set up JDK 8
- uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 #
3.4.1
+ uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #
3.4.1
with:
distribution: temurin
java-version: 8
@@ -96,7 +96,7 @@ jobs:
path: log4j-perf/target
- name: Set up JDK ${{ matrix.jdk }}
- uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 #
3.4.1
+ uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #
3.4.1
with:
distribution: temurin
java-version: ${{ matrix.jdk }}
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 39326e7c1c..f28b846007 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
# JDK 11 is needed for the build.
# Search `maven-toolchains-plugin` usages for details.
- name: Setup JDK 11
- uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 #
3.4.1
+ uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #
3.4.1
with:
distribution: temurin
java-version: 11
@@ -52,7 +52,7 @@ jobs:
# JDK 8 is needed for the build, and it is the primary bytecode target.
# Hence, JDK 8 is set up after 11, so that JAVA_HOME used by Maven
during build will point to 8.
- name: Setup JDK 8
- uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 #
3.4.1
+ uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #
3.4.1
with:
distribution: temurin
java-version: 8
@@ -113,7 +113,7 @@ jobs:
# JDK 11 is needed for the build.
# Search `maven-toolchains-plugin` usages for details.
- name: Setup JDK 11
- uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 #
3.4.1
+ uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #
3.4.1
with:
distribution: temurin
java-version: 11
@@ -124,7 +124,7 @@ jobs:
# JDK 8 is needed for the build, and it is the primary bytecode target.
# Hence, JDK 8 is set up after 11, so that JAVA_HOME used by Maven
during build will point to 8.
- name: Setup JDK 8
- uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 #
3.4.1
+ uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #
3.4.1
with:
distribution: temurin
java-version: 8
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 8cb5578520..ead09d7226 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -60,7 +60,7 @@ jobs:
# JDK 11 is needed for the build.
# Search `maven-toolchains-plugin` usages for details.
- name: Setup JDK 11
- uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 #
3.4.1
+ uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #
3.4.1
with:
distribution: temurin
java-version: 11
@@ -71,7 +71,7 @@ jobs:
# JDK 8 is needed for the build, and it is the primary bytecode target.
# Hence, JDK 8 is set up after 11, so that JAVA_HOME used by Maven
during build will point to 8.
- name: Setup JDK 8
- uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 #
3.4.1
+ uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #
3.4.1
with:
distribution: temurin
java-version: 8