Skip to content

Commit 2f2f45c

Browse files
authored
Update markdown link check action (#2378)
Moving to a more actively maintained checker or pin to the reviewed release artifact policy
1 parent ea1d742 commit 2f2f45c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/markdown.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,9 @@ jobs:
5151
- name: Checkout devtools
5252
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353

54-
- name: Check links
55-
uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # master
56-
# Checks all Markdown files, including those in subfolders,
57-
# as the PR may involve removing referenced Markdown files.
54+
- name: Check markdown links
55+
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 # v1.1.2
5856
with:
59-
use-quiet-mode: 'yes'
57+
use-quiet-mode: 'no'
6058
use-verbose-mode: 'yes'
61-
base-branch: ${{ github.base_ref }}
6259
config-file: '.github/markdown-link-check.jsonc'

0 commit comments

Comments
 (0)