Skip to content

chore(deps): bump fossas/fossa-action from 1.6.0 to 1.7.0 (#3012) #360

chore(deps): bump fossas/fossa-action from 1.6.0 to 1.7.0 (#3012)

chore(deps): bump fossas/fossa-action from 1.6.0 to 1.7.0 (#3012) #360

name: Markdown link check
on:
pull_request:
push:
branches:
- main
paths:
- '**/*.md'
permissions:
contents: read
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install markdown-link-check
run: npm install -g "git://github.com/tcort/markdown-link-check.git#ef7e09486e579ba7479700b386e7ca90f34cbd0a" # v3.13.7
- name: Run markdown-link-check
run: |
find . -type f \
-name '*.md' \
-not -path '**/CHANGELOG.md' \
| xargs ./scripts/markdown-link-check-with-retry.sh