Skip to content

Commit 65101ab

Browse files
authored
Use latest Markdown changes to validate
1 parent f833cf5 commit 65101ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/markdown.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Checkout vscode-cmsis-debugger
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+
with:
32+
ref: ${{ github.head_ref }}
3133

3234
- name: Register Markdownlint Warning Matcher
3335
run: echo "::add-matcher::.github/markdownlint.json"
@@ -52,11 +54,12 @@ jobs:
5254
egress-policy: audit
5355

5456
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57+
with:
58+
ref: ${{ github.head_ref }}
5559

5660
- name: Check Links
57-
uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # master
61+
uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
5862
with:
5963
use-quiet-mode: 'yes'
6064
use-verbose-mode: 'yes'
61-
base-branch: ${{ github.base_ref }}
6265
config-file: '.github/markdown-link-check.jsonc'

0 commit comments

Comments
 (0)