Skip to content

Commit 79d1ba9

Browse files
committed
Update workflow comments
1 parent 69a83fc commit 79d1ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
fetch-depth: 32
5151

52-
# JDK 17 is used for the build.
52+
# JDK 11 is used for the build.
5353
# JDK 8 is used for the tests.
5454
# Search `maven-toolchains-plugin` usages for details.
5555
- name: Setup JDK
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
fetch-depth: 32
140140

141-
# JDK 17 is used for the build.
141+
# JDK 11 is used for the build.
142142
# JDK 8 is used for the tests.
143143
# Search `maven-toolchains-plugin` usages for details.
144144
- name: Setup JDK

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Prefix the list here with "+" to use these queries and those in the config file.
6363
# queries: ./path/to/local/query, your-org/your-repo/queries@main
6464

65-
# JDK 17 is used for the build.
65+
# JDK 11 is used for the build.
6666
- name: Setup JDK
6767
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
6868
with:

0 commit comments

Comments
 (0)