From 517e5d8651edbb031a3c66d0070529e5888a183e Mon Sep 17 00:00:00 2001 From: YanxuanLiu <70000568+nvauto@users.noreply.github.com> Date: Mon, 25 Aug 2025 09:09:30 +0800 Subject: [PATCH] replace v1 with sha Signed-off-by: YanxuanLiu <70000568+nvauto@users.noreply.github.com> --- markdown-link-check/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-link-check/action.yml b/markdown-link-check/action.yml index d064d93..c409f28 100644 --- a/markdown-link-check/action.yml +++ b/markdown-link-check/action.yml @@ -52,7 +52,7 @@ runs: steps: - name: Run markdown link check id: markdown-link-check - uses: tcort/github-action-markdown-link-check@v1 + uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba with: use-quiet-mode: ${{ inputs.use-quiet-mode }} use-verbose-mode: ${{ inputs.use-verbose-mode }}