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

sunnianjun 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 d8ae2bd6c85 Refactor : refactor the parameters for actions in nightly 
check (#30690)
d8ae2bd6c85 is described below

commit d8ae2bd6c85bb087a8a4823ac0080bfa49c0850b
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Sun Mar 31 11:49:50 2024 +0800

    Refactor : refactor the parameters for actions in nightly check (#30690)
---
 .github/workflows/nightly-check.yml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/nightly-check.yml 
b/.github/workflows/nightly-check.yml
index 1136a6b9e72..2cbe5407e0d 100644
--- a/.github/workflows/nightly-check.yml
+++ b/.github/workflows/nightly-check.yml
@@ -117,7 +117,7 @@ jobs:
     timeout-minutes: 15
     steps:
       - uses: actions/checkout@v4
-      - run: sudo npm install -g [email protected]
+      - run: sudo npm install -g [email protected]
       - name: Check dead link
         run: |
           IGNORED_PATH_LIST=("./docs/document/themes" 
"./docs/community/content/powered-by" "./docs/blog/content/material" 
"./docs/blog/themes")
@@ -156,7 +156,7 @@ jobs:
           distribution: 'temurin'
           java-version: 11
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@v2
+        uses: github/codeql-action/init@v3
         with:
           languages: java
       - uses: actions/cache@v4
@@ -169,11 +169,9 @@ jobs:
         run: |
           ./mvnw clean install -DskipTests -B -ntp -T1C
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@v2
+        uses: github/codeql-action/analyze@v3
         with:
           category: "/language:java"
-          minimum-size: 1GB
-          maximum-size: 5GB
 
   check-stale:
     if: github.repository == 'apache/shardingsphere'
@@ -191,7 +189,7 @@ jobs:
           days-before-pr-stale: -1
           days-before-close: -1
           stale-issue-label: "stale"
-          operations-per-run: 1000
+          operations-per-run: 100
           remove-stale-when-updated: true
           stale-issue-message: >
             There hasn't been any activity on this issue recently, and in 
order to prioritize active issues, it will be

Reply via email to