From ebe09235db6f886f0eb603e78a78a66c7fec23eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 19:40:01 +0000 Subject: [PATCH] Bump actions/setup-java from 3.3.0 to 3.4.1 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] --- .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 24eb358d428..7794d74a1ce 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 39326e7c1c7..f28b846007b 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 e4331ae3238..2b203253fa1 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