We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89d1bb commit a38e751Copy full SHA for a38e751
.github/workflows/codeql-analysis.yml
@@ -47,6 +47,11 @@ jobs:
47
# Prefix the list here with "+" to use these queries and those in the config file.
48
# queries: ./path/to/local/query, your-org/your-repo/queries@main
49
50
+ - name: Setup Java JDK
51
+ uses: actions/setup-java@v1
52
+ with:
53
+ java-version: 11
54
+
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
# If this step fails, then you should remove it and run the build manually (see below)
57
- name: Autobuild
0 commit comments