We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744474a commit 25e0ea5Copy full SHA for 25e0ea5
.github/workflows/codeql.yml
@@ -38,6 +38,12 @@ jobs:
38
39
# don't need to free disk space (which takes time) since running on larger machine
40
41
+ - name: Set up JDK 11
42
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
43
+ with:
44
+ distribution: temurin
45
+ java-version-file: 11
46
+
47
- name: Set up JDK for running Gradle
48
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
49
with:
0 commit comments