This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch jbFixCiCdPipeline
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit c42520803c2a944c934eb4f0b73ade43d56434df
Author: JamesBognar <[email protected]>
AuthorDate: Mon Jan 2 10:24:53 2023 -0500

    Codeql should use Java 17.
---
 .github/workflows/codeql-analysis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 6ef32aa2b..80b3a3db8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -38,6 +38,7 @@ jobs:
       fail-fast: false
       matrix:
         language: [ 'java' ]
+        java: [ 17 ]
         # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 
'python' ]
         # Learn more:
         # 
https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

Reply via email to