feat: add lychee link check workflow and fix make security#906
Merged
Conversation
Co-authored-by: tschm <2046079+tschm@users.noreply.github.com> Agent-Logs-Url: https://github.com/Jebel-Quant/rhiza/sessions/6368d0b0-6f68-44fd-98b5-69ec6e3c05ce
Copilot
AI
changed the title
[WIP] Add simple link check in rhiza_link_check.yml
feat: add lychee link check workflow for README.md
Mar 24, 2026
HarryCampion
approved these changes
Mar 24, 2026
Member
|
@copilot fix make security |
…ix available) Co-authored-by: tschm <2046079+tschm@users.noreply.github.com> Agent-Logs-Url: https://github.com/Jebel-Quant/rhiza/sessions/e4ab7930-2fd3-476d-921b-51925a0a5644
Contributor
Author
Fixed in commit |
Copilot
AI
changed the title
feat: add lychee link check workflow for README.md
feat: add lychee link check workflow and fix make security
Mar 25, 2026
Member
|
@HarryCampion little security problems with pygments |
tschm
approved these changes
Mar 25, 2026
Collaborator
Shall we make a note of it in SECURITY.md? |
Member
|
@HarryCampion There is some activity going on in the pygments repo. I assume this will be sorted in a few days. For now we just explicitly correct "make security" not falling over with that problem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a GitHub Actions workflow that validates hyperlinks in
README.mdusing lychee, catching broken links on relevant changes and weekly. Also fixesmake securitywhich was failing due to an unpatched CVE in a transitive dependency.Changes
.github/workflows/rhiza_link_check.yml:README.mdchanges, weekly Monday 08:00 UTC schedule, andworkflow_dispatchlycheeverse/lychee-action@v2with--accept 200,206,429,--exclude-mail,--verbose,fail: truesecuritytarget inMakefileto add--ignore-vuln CVE-2026-4539to pip-audit:pygments 2.19.2has CVE-2026-4539 (ReDoS) with no fix available on PyPI yetTesting
make testpasses locallymake fmthas been runactionlintandcheck-jsonschemapre-commit hooks (both passed).make securitynow passes cleanly.Checklist
make deptrypasses (no unused or missing dependencies)Original prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.