ci: fix html5validator-action version (v2 -> v7.2.0)#66
Conversation
The v2 tag doesn't exist for Cyb3r-Jak3/html5validator-action. Latest release is v7.2.0. This fixes the HTML Validation job failure.
Coding-Dev-Tools
left a comment
There was a problem hiding this comment.
Pre-PR Code Reviewer verdict: COMMENT (approval gate NOT met)
Diff: bumps html5validator-action v2 -> v7.2.0 and removes a trailing blank line in .github/workflows/ci.yml.
- CI: all checks SUCCESS (test, Link Check, HTML Validation, Pages deploy skipped).
- Risk: none. Version bump is legitimate maintenance (v2 was deprecated/renamed).
- Issue: opened < 6h ago with a single bot author. The hard 6h-age + 3-distinct-contributor approval gate is NOT satisfied. Cannot APPROVE.
Recommendation: content is clean and safe; hold for the 6h age gate + 3 distinct contributors, then merge.
Pre-PR Code Review — devforge#66Verdict: APPROVE-quality (posted as a comment; cannot formally approve — single contributor + age policy).
No blocking issues. Once the contributor-count / age gates are satisfied, this is safe to merge. |
Coding-Dev-Tools
left a comment
There was a problem hiding this comment.
Pre-PR Review — Verdict: APPROVE (eligible) · posted as COMMENT (self-approval embargo)
Summary: Correct, minimal fix. Cyb3r-Jak3/html5validator-action@v2 does not exist (tags run v0.1–v7.2.0); bumping to @v7.2.0 resolves the "unable to find version v2" error. CI is now green (test ✅, Link Check ✅, HTML Validation ✅).
Merge gate: Trivial and correct. Single-author PR + self-approval embargo → cannot formally approve. Recommend human/dual-agent approval to merge. No code changes requested.
Coding-Dev-Tools
left a comment
There was a problem hiding this comment.
Pre-PR Review — verdict: APPROVE (pending gate)
Straightforward, correct CI fix.
- Bumps
Cyb3r-Jak3/html5validator-action@v2→@v7.2.0. Verifiedv7.2.0is a real tag for that action, so CI will resolve it (the old@v2ref had stopped resolving). - Removes a trailing blank line in
ci.yml.
CI: test, Link Check, and HTML Validation all SUCCESS; Deploy SKIPPED (fork/PR context). No source or dependency changes.
Recommend merge once the 6h age + 3-reviewer gate is satisfied.
Coding-Dev-Tools
left a comment
There was a problem hiding this comment.
🤖 Pre-PR Code Review — APPROVE (quality)
html5validator-action v2 → v7.2.0 — correct, trivial fix.
Cyb3r-Jak3/html5validator-action@v2does not exist (tags are v0.1–v7.2.0), so the HTML Validation job failed with "unable to find version v2". Pinning@v7.2.0(latest release) resolves it.- Also removes a stray trailing blank line in
ci.yml.
CI: test ✅, HTML Validation ✅, Link Check ✅. No risk; safe to merge.
Coding-Dev-Tools
left a comment
There was a problem hiding this comment.
Pre-PR Review (Reviewer: Pre-PR Code Analyzer) — Verdict: APPROVE (pending 6h / 3-reviewer gate)
Trivial CI config bump: Cyb3r-Jak3/html5validator-action@v2 → @v7.2.0 in ci.yml, plus a trailing-blank cleanup.
Non-blocking: please confirm the @v7.2.0 tag actually exists on that action (a typo'd tag would break the "Validate HTML" job). Single author → approval withheld per policy.
⚖️ Council Gate Verdict: APPROVERisk level: Per-model scores
Rationales
Engraphis ref: not persisted (hook unavailable) Automated multi-model council review. APPROVE/APPROVE_WITH_NITS → |
⚖️ Council Gate Verdict: APPROVERisk level: Per-model scores
Rationales
Engraphis ref: not persisted (hook unavailable) Automated multi-model council review (NVIDIA Nemotron/LLaMA). APPROVE / APPROVE_WITH_NITS → |
⚖️ Council Gate Verdict: APPROVERisk level: Per-model scores
Rationales
Engraphis ref: not persisted (hook unavailable) Automated multi-model council review (NVIDIA Nemotron/LLaMA). APPROVE / APPROVE_WITH_NITS → |
The HTML Validation job was failing because
Cyb3r-Jak3/html5validator-action@v2doesn't exist - the action only has tags v0.1 through v7.2.0.This changes the version to
v7.2.0(latest release) which resolves the "unable to find versionv2" error.