Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down