From cda015eb9a0d46a2078571e1dde38fb437b842b7 Mon Sep 17 00:00:00 2001 From: Gravit Date: Tue, 1 Dec 2020 16:05:31 +0700 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a074a41f..d25b94bc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -46,7 +46,10 @@ jobs: # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - + - name: Set up JDK 11 + uses: actions/setup-java@v1 + with: + java-version: 11 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild