From 5964be8db3bbce7e9dedfa2e472dc1725b5859c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 06:56:40 +0000 Subject: [PATCH 1/3] Update lycheeverse/lychee-action action to v2.8.0 --- .github/workflows/link_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_checker.yml b/.github/workflows/link_checker.yml index 6f652f7e8..962a54181 100644 --- a/.github/workflows/link_checker.yml +++ b/.github/workflows/link_checker.yml @@ -18,7 +18,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.7.0 + uses: lycheeverse/lychee-action@v2.8.0 with: args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html' fail: true From 2b1e8f3c18dd82fa2a82288aafcd2f2482f4c536 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 06:32:52 +0000 Subject: [PATCH 2/3] Initial plan From 227db34c038069c2d2915b7579783e878924d3c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 06:34:44 +0000 Subject: [PATCH 3/3] fix: add --root-dir to lychee args for v2.8.0 compatibility Co-authored-by: commjoen <1457214+commjoen@users.noreply.github.com> --- .github/workflows/link_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_checker.yml b/.github/workflows/link_checker.yml index 962a54181..d32fc3a2e 100644 --- a/.github/workflows/link_checker.yml +++ b/.github/workflows/link_checker.yml @@ -20,5 +20,5 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2.8.0 with: - args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html' + args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" --root-dir . -r 2 './**/*.md' './**/*.html' fail: true