Skip to content

Commit 7f124bc

Browse files
committed
fix: lychee version pin
1 parent f6867f2 commit 7f124bc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,8 @@ jobs:
195195
- name: Check for dead links
196196
uses: lycheeverse/lychee-action@v2.8.0
197197
with:
198+
# Pin to a pre-Rustls lychee build: 0.23+ ignores --insecure and rejects
199+
# the cluster-managed cert on *.apip.preprod-tilleuls.ovh (UnknownIssuer).
200+
# 0.15.0 uses OpenSSL + system CAs, so the check works as it did before.
201+
lycheeVersion: v0.15.0
198202
args: --verbose --no-progress --insecure --accept 200,403,429 https://${{ env.RELEASE_NAME}}.apip.preprod-tilleuls.ovh

0 commit comments

Comments
 (0)