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 64a6fd1Copy full SHA for 64a6fd1
.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: 11
46
+
47
- name: Set up JDK for running Gradle
48
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
49
with:
0 commit comments