From 12b31133060ded0cc99a6f9e20dc95e4e3f8d6e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 10:38:49 +0000 Subject: [PATCH] Bump actions/setup-java from 3.3.0 to 3.4.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/860f60056505705214d223b91ed7a30f173f6142...16cca5479d7c6b6843f6a6515640ba33c6501543) --- 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 0d500dea5cf..4c1add6aee7 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.1.1 + uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # 3.1.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.1.1 + uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # 3.1.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.1.1 + uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # 3.1.1 with: distribution: temurin java-version: ${{ matrix.jdk }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 573be79315e..35a619aad29 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.1.1 + uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # 3.1.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.1.1 + uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # 3.1.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.1.1 + uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # 3.1.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.1.1 + uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # 3.1.1 with: distribution: temurin java-version: 8 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d582015929c..e507eafabf8 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.1.1 + uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # 3.1.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.1.1 + uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # 3.1.1 with: distribution: temurin java-version: 8