Merge pull request #6334 from influxdata/fix-update-link-checker-version

fix(ci): update link-checker to v1.2.3 to fix false positives for new…
pull/6336/head
Jason Stirnaman 2025-08-22 17:32:45 -05:00 committed by GitHub
commit 50126bbf37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ jobs:
curl -L -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-o link-checker-info.json \
"https://api.github.com/repos/influxdata/docs-v2/releases/tags/link-checker-v1.2.2"
"https://api.github.com/repos/influxdata/docs-v2/releases/tags/link-checker-v1.2.3"
# Extract download URL for linux binary
DOWNLOAD_URL=$(jq -r '.assets[] | select(.name | test("link-checker.*linux")) | .url' link-checker-info.json)