Skip to content

Lint

Lint #20

Triggered via push October 27, 2023 13:23
Status Failure
Total duration 17m 28s
Artifacts

main.yml

on: push
Windows (JDK 8)
9m 18s
Windows (JDK 8)
Windows (JDK 17)
8m 21s
Windows (JDK 17)
Linux (JDK 8), oldest Guava, America/New_York Timezone
4m 28s
Linux (JDK 8), oldest Guava, America/New_York Timezone
Linux (JDK 8), latest Guava, America/New_York Timezone
5m 47s
Linux (JDK 8), latest Guava, America/New_York Timezone
Linux (JDK 11), Pacific/Chatham Timezone
4m 26s
Linux (JDK 11), Pacific/Chatham Timezone
Linux (JDK 17)
4m 27s
Linux (JDK 17)
Linux (JDK 19)
5m 26s
Linux (JDK 19)
Linux (JDK 11), Avatica main
5m 39s
Linux (JDK 11), Avatica main
macOS (JDK 19)
5m 22s
macOS (JDK 19)
Error Prone (JDK 11), latest Guava
4m 55s
Error Prone (JDK 11), latest Guava
CheckerFramework (JDK 11)
17m 16s
CheckerFramework (JDK 11)
CheckerFramework (JDK 11), oldest Guava
12m 35s
CheckerFramework (JDK 11), oldest Guava
Linux (JDK 8) Slow Tests
0s
Linux (JDK 8) Slow Tests
Druid Tests
11m 46s
Druid Tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 13 warnings
Linux (JDK 11), Pacific/Chatham Timezone: task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11), Pacific/Chatham Timezone
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java @@ -4936,13 +4936,15 @@ /** * Test case for -···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">·[CALCITE-6028]␊ +···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">[CALCITE-6028]␊ * SqlToRelConverter#substituteSubQuery gives NullPointerException when convert * IN-subquery within JOIN if value size of IN exceeds IN_SUBQUERY_THRESHOLD</a>. */ @test void testInSubQueryWithinJoin0() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)"; sql(sql).ok(); } @@ -4951,8 +4953,10 @@ * As {@link #testInSubQueryWithinJoin0()} but size of IN value list < 20 */ @test void testInSubQueryWithinJoin1() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5)"; sql(sql).ok(); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 17): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java @@ -4936,13 +4936,15 @@ /** * Test case for -···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">·[CALCITE-6028]␊ +···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">[CALCITE-6028]␊ * SqlToRelConverter#substituteSubQuery gives NullPointerException when convert * IN-subquery within JOIN if value size of IN exceeds IN_SUBQUERY_THRESHOLD</a>. */ @test void testInSubQueryWithinJoin0() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)"; sql(sql).ok(); } @@ -4951,8 +4953,10 @@ * As {@link #testInSubQueryWithinJoin0()} but size of IN value list < 20 */ @test void testInSubQueryWithinJoin1() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5)"; sql(sql).ok(); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 8), oldest Guava, America/New_York Timezone: task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8), oldest Guava, America/New_York Timezone
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java @@ -4936,13 +4936,15 @@ /** * Test case for -···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">·[CALCITE-6028]␊ +···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">[CALCITE-6028]␊ * SqlToRelConverter#substituteSubQuery gives NullPointerException when convert * IN-subquery within JOIN if value size of IN exceeds IN_SUBQUERY_THRESHOLD</a>. */ @test void testInSubQueryWithinJoin0() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)"; sql(sql).ok(); } @@ -4951,8 +4953,10 @@ * As {@link #testInSubQueryWithinJoin0()} but size of IN value list < 20 */ @test void testInSubQueryWithinJoin1() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5)"; sql(sql).ok(); } Run './gradlew autostyleApply' to fix the violations.
macOS (JDK 19): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
macOS (JDK 19)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java @@ -4936,13 +4936,15 @@ /** * Test case for -···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">·[CALCITE-6028]␊ +···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">[CALCITE-6028]␊ * SqlToRelConverter#substituteSubQuery gives NullPointerException when convert * IN-subquery within JOIN if value size of IN exceeds IN_SUBQUERY_THRESHOLD</a>. */ @test void testInSubQueryWithinJoin0() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)"; sql(sql).ok(); } @@ -4951,8 +4953,10 @@ * As {@link #testInSubQueryWithinJoin0()} but size of IN value list < 20 */ @test void testInSubQueryWithinJoin1() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5)"; sql(sql).ok(); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 19): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 19)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java @@ -4936,13 +4936,15 @@ /** * Test case for -···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">·[CALCITE-6028]␊ +···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">[CALCITE-6028]␊ * SqlToRelConverter#substituteSubQuery gives NullPointerException when convert * IN-subquery within JOIN if value size of IN exceeds IN_SUBQUERY_THRESHOLD</a>. */ @test void testInSubQueryWithinJoin0() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)"; sql(sql).ok(); } @@ -4951,8 +4953,10 @@ * As {@link #testInSubQueryWithinJoin0()} but size of IN value list < 20 */ @test void testInSubQueryWithinJoin1() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5)"; sql(sql).ok(); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 11), Avatica main: task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 11), Avatica main
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java @@ -4936,13 +4936,15 @@ /** * Test case for -···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">·[CALCITE-6028]␊ +···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">[CALCITE-6028]␊ * SqlToRelConverter#substituteSubQuery gives NullPointerException when convert * IN-subquery within JOIN if value size of IN exceeds IN_SUBQUERY_THRESHOLD</a>. */ @test void testInSubQueryWithinJoin0() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)"; sql(sql).ok(); } @@ -4951,8 +4953,10 @@ * As {@link #testInSubQueryWithinJoin0()} but size of IN value list < 20 */ @test void testInSubQueryWithinJoin1() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5)"; sql(sql).ok(); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 8), latest Guava, America/New_York Timezone: task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Linux (JDK 8), latest Guava, America/New_York Timezone
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java @@ -4936,13 +4936,15 @@ /** * Test case for -···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">·[CALCITE-6028]␊ +···*·<a·href="https://issues.apache.org/jira/browse/CALCITE-6028">[CALCITE-6028]␊ * SqlToRelConverter#substituteSubQuery gives NullPointerException when convert * IN-subquery within JOIN if value size of IN exceeds IN_SUBQUERY_THRESHOLD</a>. */ @test void testInSubQueryWithinJoin0() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)"; sql(sql).ok(); } @@ -4951,8 +4953,10 @@ * As {@link #testInSubQueryWithinJoin0()} but size of IN value list < 20 */ @test void testInSubQueryWithinJoin1() { -····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"·+␊ -········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"·+␊ +····String·sql·=·"SELECT·t1.x·FROM·(values·(1,·'a'))·as·t1(x,·y)\n"␊ +··+␊ +········"left·join·(values·(1,·'b'))·as·t2(x,·y)\n"␊ +··+␊ "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5)"; sql(sql).ok(); } Run './gradlew autostyleApply' to fix the violations.
Windows (JDK 17): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 17)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core\src\test\java\org\apache\calcite\test\SqlToRelConverterTest.java @@ -4936,13 +4936,15 @@ /** * Test case for - * <a href="https://issues.apache.org/jira/browse/CALCITE-6028"> [CALCITE-6028]\r\n + * <a href="https://issues.apache.org/jira/browse/CALCITE-6028">[CALCITE-6028]\r\n * SqlToRelConverter#substituteSubQuery gives NullPointerException when convert * IN-subquery within JOIN if value size of IN exceeds IN_SUBQUERY_THRESHOLD</a>. */ @test void testInSubQueryWithinJoin0() { - String sql = "SELECT t1.x FROM (values (1, 'a')) as t1(x, y)\n" +\r\n - "left join (values (1, 'b')) as t2(x, y)\n" +\r\n + String sql = "SELECT t1.x FROM (values (1, 'a')) as t1(x, y)\n"\r\n + +\r\n + "left join (values (1, 'b')) as t2(x, y)\n"\r\n + +\r\n "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)"; sql(sql).ok(); } @@ -4951,8 +4953,10 @@ * As {@link #testInSubQueryWithinJoin0()} but size of IN value list < 20 */ @test void testInSubQueryWithinJoin1() { - String sql = "SELECT t1.x FROM (values (1, 'a')) as t1(x, y)\n" +\r\n - "left join (values (1, 'b')) as t2(x, y)\n" +\r\n + String sql = "SELECT t1.x FROM (values (1, 'a')) as t1(x, y)\n"\r\n + +\r\n + "left join (values (1, 'b')) as t2(x, y)\n"\r\n + +\r\n "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5)"; sql(sql).ok(); } Run './gradlew autostyleApply' to fix the violations.
Windows (JDK 8): task ':core:autostyleJavaCheck'#L1
Execution failed for task ':core:autostyleJavaCheck': See 'What went wrong' below
Windows (JDK 8)
Execution failed for task ':core:autostyleJavaCheck'. > The following files have format violations: core\src\test\java\org\apache\calcite\test\SqlToRelConverterTest.java @@ -4936,13 +4936,15 @@ /** * Test case for - * <a href="https://issues.apache.org/jira/browse/CALCITE-6028"> [CALCITE-6028]\r\n + * <a href="https://issues.apache.org/jira/browse/CALCITE-6028">[CALCITE-6028]\r\n * SqlToRelConverter#substituteSubQuery gives NullPointerException when convert * IN-subquery within JOIN if value size of IN exceeds IN_SUBQUERY_THRESHOLD</a>. */ @test void testInSubQueryWithinJoin0() { - String sql = "SELECT t1.x FROM (values (1, 'a')) as t1(x, y)\n" +\r\n - "left join (values (1, 'b')) as t2(x, y)\n" +\r\n + String sql = "SELECT t1.x FROM (values (1, 'a')) as t1(x, y)\n"\r\n + +\r\n + "left join (values (1, 'b')) as t2(x, y)\n"\r\n + +\r\n "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)"; sql(sql).ok(); } @@ -4951,8 +4953,10 @@ * As {@link #testInSubQueryWithinJoin0()} but size of IN value list < 20 */ @test void testInSubQueryWithinJoin1() { - String sql = "SELECT t1.x FROM (values (1, 'a')) as t1(x, y)\n" +\r\n - "left join (values (1, 'b')) as t2(x, y)\n" +\r\n + String sql = "SELECT t1.x FROM (values (1, 'a')) as t1(x, y)\n"\r\n + +\r\n + "left join (values (1, 'b')) as t2(x, y)\n"\r\n + +\r\n "ON t1.x=t2.x AND t1.x IN (1,2,3,4,5)"; sql(sql).ok(); } Run './gradlew autostyleApply' to fix the violations.
Linux (JDK 11), Pacific/Chatham Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 8), oldest Guava, America/New_York Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Error Prone (JDK 11), latest Guava
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macOS (JDK 19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 11), Avatica main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linux (JDK 8), latest Guava, America/New_York Timezone
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows (JDK 17)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Windows (JDK 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Druid Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CheckerFramework (JDK 11), oldest Guava
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CheckerFramework (JDK 11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/