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 403e9ff14ff Fix : fix dead link (#29649)
403e9ff14ff is described below
commit 403e9ff14ff78a9feda1745f0a47530cc57dc094
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Thu Jan 4 15:44:27 2024 +0800
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 351731ba374..7c3291b9207 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 208ff2a5881..5a3b41cfd10 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": [
{