From 37f1761ed318e24b6c8dafdeada1ea132a49f539 Mon Sep 17 00:00:00 2001 From: Neha Sony Date: Wed, 5 Aug 2026 15:14:32 +0100 Subject: [PATCH 1/2] Update link checker arguments in workflow Passing --exclude 'sonatype.com' ensures lychee will skip those URLs and the workflow won't fail because of those expected redirects. --- .github/workflows/broken-links.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 7eeabd2..6c7d0a2 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -16,5 +16,4 @@ jobs: uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 with: fail: true - exclude: sonatype.com - + args: --verbose --no-progress --exclude 'sonatype.com' './**/*.md' './**/*.html' './**/*.rst' From 013c3c0be5ed6806e2aa4a61dd04441780688c87 Mon Sep 17 00:00:00 2001 From: Neha Sony Date: Wed, 5 Aug 2026 15:37:19 +0100 Subject: [PATCH 2/2] Modify link checker arguments in workflow Updated link checker arguments to exclude only 'sonatype.com'. --- .github/workflows/broken-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 6c7d0a2..c8466d3 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -16,4 +16,4 @@ jobs: uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 with: fail: true - args: --verbose --no-progress --exclude 'sonatype.com' './**/*.md' './**/*.html' './**/*.rst' + args: --verbose --no-progress --exclude 'sonatype.com'