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 15:25:39 UTC

[juneau] branch jbFixCiCdPipeline created (now c42520803)

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

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


      at c42520803 Codeql should use Java 17.

This branch includes the following new commits:

     new c42520803 Codeql should use Java 17.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[juneau] 01/01: Codeql should use Java 17.

Posted by ja...@apache.org.
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 <ja...@salesforce.com>
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