diff --git a/.github/workflows/health-report.yml b/.github/workflows/health-report.yml index 346e6e7..478a2c0 100644 --- a/.github/workflows/health-report.yml +++ b/.github/workflows/health-report.yml @@ -24,6 +24,7 @@ jobs: - name: Run lychee on README.md uses: lycheeverse/lychee-action@v2 with: + lycheeVersion: v0.23.0 # Whole file, JSON output for the parser below. # fail:false keeps the job green so we can build the report either way. args: >- @@ -33,7 +34,6 @@ jobs: --max-retries 3 --retry-wait-time 2 --timeout 20 - --exclude-mail --accept 200..=299,403,429,999 README.md format: json diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 74fb3bb..cc95f0d 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -23,6 +23,7 @@ jobs: - name: Run lychee on README.md uses: lycheeverse/lychee-action@v2 with: + lycheeVersion: v0.23.0 # Scope strictly to README.md. # --accept whitelists transient/bot-block codes so the PR only hard # fails on real dead links (404/410) and dead domains (DNS/connection @@ -36,7 +37,6 @@ jobs: --max-retries 3 --retry-wait-time 2 --timeout 20 - --exclude-mail --accept 100..=103,200..=299,403,429,500,502,503,504,999 README.md format: markdown