From 403e9ff14ff78a9feda1745f0a47530cc57dc094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Thu, 4 Jan 2024 15:44:27 +0800 Subject: [PATCH] Fix : fix dead link (#29649) --- .github/workflows/nightly-check.yml | 3 ++- .github/workflows/resources/linkcheck/markdown-link-check.json | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly-check.yml b/.github/workflows/nightly-check.yml index 351731ba374d1..7c3291b920765 100644 --- a/.github/workflows/nightly-check.yml +++ b/.github/workflows/nightly-check.yml @@ -24,7 +24,6 @@ on: env: MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3 - CODEQL_ACTION_EXTRA_OPTIONS: '{"database": {"finalize": ["-J-Xmx4096"]}}' jobs: global-environment: @@ -174,6 +173,8 @@ jobs: uses: github/codeql-action/analyze@v2 with: category: "/language:java" + minimum-size: 1GB + maximum-size: 5GB check-stale: if: github.repository == 'apache/shardingsphere' diff --git a/.github/workflows/resources/linkcheck/markdown-link-check.json b/.github/workflows/resources/linkcheck/markdown-link-check.json index 208ff2a588119..5a3b41cfd1000 100644 --- a/.github/workflows/resources/linkcheck/markdown-link-check.json +++ b/.github/workflows/resources/linkcheck/markdown-link-check.json @@ -20,6 +20,9 @@ }, { "pattern": "^https://www.apiseven.com" + }, + { + "pattern": "^https://whimsy.apache.org" } ], "replacementPatterns": [ {