Skip to content

Commit

Permalink
Fix : fix dead link (#29649)
Browse files Browse the repository at this point in the history
  • Loading branch information
taojintianxia authored Jan 4, 2024
1 parent 2b38149 commit 403e9ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
},
{
"pattern": "^https://www.apiseven.com"
},
{
"pattern": "^https://whimsy.apache.org"
}
], "replacementPatterns": [
{
Expand Down

0 comments on commit 403e9ff

Please sign in to comment.