From 5b39484db651af2ba40ba2f5682390fcfcc4c4cf Mon Sep 17 00:00:00 2001 From: Sourabh Mehta <73165318+soumeh01@users.noreply.github.com> Date: Thu, 26 Feb 2026 16:12:33 +0100 Subject: [PATCH] Update markdown link check action --- .github/workflows/markdown.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index b7298f95b..366b1c01b 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -51,12 +51,9 @@ jobs: - name: Checkout devtools uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - name: Check links - uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # master - # Checks all Markdown files, including those in subfolders, - # as the PR may involve removing referenced Markdown files. + - name: Check markdown links + uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2 with: - use-quiet-mode: 'yes' + use-quiet-mode: 'no' use-verbose-mode: 'yes' - base-branch: ${{ github.base_ref }} config-file: '.github/markdown-link-check.jsonc'