Skip to content

Commit a38e751

Browse files
authored
update
1 parent a89d1bb commit a38e751

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
# Prefix the list here with "+" to use these queries and those in the config file.
4848
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4949

50+
- name: Setup Java JDK
51+
uses: actions/setup-java@v1
52+
with:
53+
java-version: 11
54+
5055
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5156
# If this step fails, then you should remove it and run the build manually (see below)
5257
- name: Autobuild

0 commit comments

Comments
 (0)