Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Link from a uses: with unspecified version goes to tree/undefined

Open
#506 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
55/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Stale
Tech stack
github-actions, typescript
Domain
tooling

Research direction

Start by reproducing the ctrl-click behavior with a workflow step containing uses: actions/checkout, then trace the link handling for an unspecified version. Done means the link opens the repository main page rather than a URL containing tree/undefined; consider the extension version and the request for latest-version highlighting separately.

Written by the indexing model from the issue text.

Description

bug

Describe the bug
When writing uses: actions/checkout in a file, ctrl + clicking it to open in web browser opens it to github.com/actions/checkout/tree/undefined

To Reproduce

  1. Create workflow with uses: actions/checkout in a step
  2. ctrl + click it to go to github
  3. 404 page as there is no undefined tag

Expected behavior
It should go to the repository main page

Extension Version
v0.27.2

Additional context
It would be cool to know the latest version of that module in the highlight.

Dominant language
TypeScript
Stars
661
Forks
214
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/vscode-github-actions

All issues in github/vscode-github-actions

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.