Skip to content

Commit 14f5aa0

Browse files
committed
working on trying to get it to build again
1 parent c4968b1 commit 14f5aa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Set up JDK (configured for Gradle)
3939
uses: actions/setup-java@v4
4040
with:
41-
java-version: '11'
41+
# CHANGE: Update the version from '11' to '17'
42+
java-version: '17'
4243
distribution: 'temurin'
4344
cache: gradle
4445
cache-dependency-path: |

0 commit comments

Comments
 (0)