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

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new a069d510980 Refactor : update  the codeQL install command (#29653)
a069d510980 is described below

commit a069d51098044cd7592ee5b2dc362df926abc3f8
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Jan 5 10:02:49 2024 +0800

    Refactor : update  the codeQL install command (#29653)
---
 .github/workflows/nightly-check.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index 7c3291b9207..92e248d5f24 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -167,8 +167,7 @@ jobs:
             ${{ needs.global-environment.outputs.GLOBAL_CACHE_PREFIX 
}}-maven-third-party-
       - name: Install Project
         run: |
-          export MAVEN_OPTS='-Xmx4g -Xms1g'
-          ./mvnw clean install -DskipTests
+          ./mvnw clean install -DskipTests -B -ntp -T1C
       - name: Perform CodeQL Analysis
         uses: github/codeql-action/analyze@v2
         with:

Reply via email to