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:39:40 UTC

[juneau] branch jbFixCiCdPipeline updated: Try separate step.

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


The following commit(s) were added to refs/heads/jbFixCiCdPipeline by this push:
     new c2ceb93e5 Try separate step.
c2ceb93e5 is described below

commit c2ceb93e5fe5010358f6dbcb729962ed42256052
Author: JamesBognar <ja...@salesforce.com>
AuthorDate: Mon Jan 2 10:39:12 2023 -0500

    Try separate step.
---
 .github/workflows/codeql-analysis.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 80b3a3db8..80fa131d9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -38,7 +38,6 @@ 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
@@ -57,11 +56,17 @@ jobs:
         # 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: Setup Java JDK
+      uses: actions/setup-java@v1
+      with:
+        java-version: 17
+        
     # 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
       uses: github/codeql-action/autobuild@v2
 
+
     # ℹī¸ Command-line programs to run using the OS shell.
     # 📚 https://git.io/JvXDl