Skip to content

Commit 64a6fd1

Browse files
authored
Fix codeql failure (#14310)
1 parent 744474a commit 64a6fd1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838

3939
# don't need to free disk space (which takes time) since running on larger machine
4040

41+
- name: Set up JDK 11
42+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
43+
with:
44+
distribution: temurin
45+
java-version: 11
46+
4147
- name: Set up JDK for running Gradle
4248
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4349
with:

0 commit comments

Comments
 (0)