Skip to content

Commit 30c931b

Browse files
committed
Pin markdown-link-check action to specific commit SHA for security
Uses tcort/github-action-markdown-link-check@a800ad5f (v1.1.0) instead of mutable version tag to prevent supply chain attacks.
1 parent c6293cf commit 30c931b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-markdown-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Check markdown links
27-
uses: tcort/github-action-markdown-link-check@v1
27+
uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
2828
with:
2929
use-quiet-mode: 'yes'
3030
use-verbose-mode: 'no'

0 commit comments

Comments
 (0)