Conversation
The v0.28.0 action builds its image from a Dockerfile based on node:24-bullseye-slim. Debian bullseye is archived, so the apt-get install in that build now 404s on perl-modules-5.32, libperl5.32 and libnghttp2-14. The build fails before the container starts, so markdownlint never runs and the check reports failure regardless of the markdown in the PR. v0.30.0 uses a prebuilt, digest-pinned image from ghcr.io instead of building at job time, so no apt-get runs at all. The github_token and reporter inputs are unchanged. Signed-off-by: Eric D. Schabell <eric@schabell.org>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe pull request updates the pinned ChangesMarkdown lint action update
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~5 minutes Change: Bug fix Merge Risk: ⚪ Minimal · up to This workflow-only dependency update has no identified user or production impact that blocks merging. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@patrick-stephens this fixes an issue now showing up on #2707, can you review and merge this? |
|
Closing as the dependabot fix in #2709 solved this. |
The v0.28.0 action builds its image from a Dockerfile based on
node:24-bullseye-slim. Debian bullseye is archived, so the apt-get
install in that build now 404s on perl-modules-5.32, libperl5.32 and
libnghttp2-14. The build fails before the container starts, so
markdownlint never runs and the check reports failure regardless of
the markdown in the PR.
v0.30.0 uses a prebuilt, digest-pinned image from ghcr.io instead of
building at job time, so no apt-get runs at all. The github_token and
reporter inputs are unchanged.
Signed-off-by: Eric D. Schabell eric@schabell.org
Summary by CodeRabbit