imbajin commented on code in PR #648:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/648#discussion_r1908365667
##########
.github/workflows/codeql-analysis.yml:
##########
@@ -34,17 +34,17 @@ jobs:
fail-fast: false
matrix:
language: [ 'java', 'javascript', 'python' ]
+ JAVA_VERSION: [ '11' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript',
'python', 'ruby' ]
steps:
- - name: Checkout repository
- uses: actions/checkout@v3
-
+ - name: Fetch Code
+ uses: actions/checkout@v4
- name: Setup Java JDK
uses: actions/setup-java@v3
with:
+ java-version: ${{ matrix.JAVA_VERSION }}
distribution: 'zulu'
- java-version: '8'
Review Comment:
Note: client module still needs support for java8
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]