From 75a01b4709a3aa8e0f99ca6bd460f568b4a58754 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 07:57:28 +0000 Subject: [PATCH 1/2] Initial plan From 3d8749ba8dfab79672133a466b08b6171a00901e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 07:59:40 +0000 Subject: [PATCH 2/2] Fix link check workflow by updating action version to 1.0.17 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com> --- .github/workflows/link-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index e7084ee..f31d923 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Check links in content directory - uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.17 with: use-quiet-mode: 'yes' use-verbose-mode: 'no' @@ -32,7 +32,7 @@ jobs: check-modified-files-only: ${{ github.event_name == 'pull_request' && 'yes' || 'no' }} - name: Check links in root markdown files - uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.17 with: use-quiet-mode: 'yes' use-verbose-mode: 'no'