You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2023/01/02 14:14:07 UTC

[juneau] branch jbUpgradeHttpClientTo4514 updated: codeql should use Java 17

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

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


The following commit(s) were added to refs/heads/jbUpgradeHttpClientTo4514 by this push:
     new a1dd7f434 codeql should use Java 17
a1dd7f434 is described below

commit a1dd7f43475ec1ff540aaba7f85bfafd9495fa5d
Author: JamesBognar <ja...@salesforce.com>
AuthorDate: Mon Jan 2 09:13:44 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