From 54d283809f5f79ae939d127742563347a9c31c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:26:29 +0000 Subject: [PATCH] Bump becheran/mlc from 0.21.0 to 1.0.0 Bumps [becheran/mlc](https://github.com/becheran/mlc) from 0.21.0 to 1.0.0. - [Release notes](https://github.com/becheran/mlc/releases) - [Changelog](https://github.com/becheran/mlc/blob/master/CHANGELOG.md) - [Commits](https://github.com/becheran/mlc/compare/c925f90a9a25e16e4c4bfa29058f6f9ffa9f0d8c...18a06b3aa2901ca197de59c8b0b1f54fdba6b3fa) --- updated-dependencies: - dependency-name: becheran/mlc dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/markdown-link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index b69bbc440..581ed4d82 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Markup Link Checker (mlc) - uses: becheran/mlc@c925f90a9a25e16e4c4bfa29058f6f9ffa9f0d8c # v0.21.0 + uses: becheran/mlc@18a06b3aa2901ca197de59c8b0b1f54fdba6b3fa # v1.0.0 with: # Ignore external links that result in 403 errors during CI. Do not warn for redirects where we want to keep the vanity URL in the markdown or for GitHub links that redirect to the login, and DocFX snippet links. args: --ignore-links "https://www.anthropic.com/*,https://hackerone.com/anthropic-vdp/*" --do-not-warn-for-redirect-to "https://modelcontextprotocol.io/*,https://github.com/login?*" --ignore-links "*samples/*?name=snippet_*" ./docs