Fix link check workflow action version reference#17
Merged
hotlong merged 2 commits intoJan 16, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update action steps documentation
Fix link check workflow action version reference
Jan 16, 2026
🚀 Preview DeploymentThis pull request will be automatically deployed to Vercel. Preview Links
Build StatusCheck the CI workflow for build status and any errors. Automated preview information for PR #17 |
db54840
into
copilot/create-architecture-documentation
8 checks passed
There was a problem hiding this comment.
Pull request overview
This PR fixes a failing Link Check workflow by correcting an invalid action version reference. The workflow was attempting to use a non-existent version tag with a 'v' prefix.
Changes:
- Updated the
gaurav-nelson/github-action-markdown-link-checkaction reference fromv1.0.15to1.0.17in two locations within the workflow file - Removed the 'v' prefix to align with the upstream repository's tag naming convention
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The Link Check workflow was failing because it referenced a non-existent action version
v1.0.15.Changes
gaurav-nelson/github-action-markdown-link-checkfromv1.0.15to1.0.17in.github/workflows/link-check.ymlvprefix to match upstream repository's tag naming convention (1.0.15,1.0.16,1.0.17)The action's upstream repository doesn't use
vprefixes in its version tags, causing the original reference to fail resolution.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/gaurav-nelson/github-action-markdown-link-check/tags/usr/bin/curl curl -s REDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.