File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments