vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
## Bug Report ### Environment - **VS Code Version:** 1.105.1 (user setup) - **GitHub Actions Extension Version:** 0.28.0 (updated 3 weeks ago) - **OS:** Windows_NT x64 10.0.26200 - **Commit:** 7d842fb85a0275a4a8e4d7e040d2625abbf7f084...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
**Describe the bug** I always see a yellow (warning) highlighting for every environment variable that is not directly defined inside the workflow but is properly set on GitHub environment level:...
Fixes: https://github.com/github/vscode-github-actions/issues/502 Adds support for non-URL formatted remotes for ghe.com repos, e.g. `[email protected]:org/repo.git`. To do this safely, the remote is parsed using regex and the host is extracted. This should...
**Describe the bug** When using SSH config aliases (see the example below), the GitHub Actions extension returns the error message "No GitHub repositories found". SSH aliases are often used when...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 7.0.0. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @stefanzweifel Restore Detached State Detection (#393) @stefanzweifel Add Support for Tag...
Could you please add some more information, for example: the person who runs it and the time? I can see it on hover, but I think it will be convenient...
**Describe the bug** It appears that the implementation of https://github.com/github/vscode-github-actions/issues/457 through https://github.com/github/vscode-github-actions/pull/458 was broken by https://github.com/github/vscode-github-actions/pull/469 if you are not using http remote urls and instead use the SSH/Git remote...
**Describe the bug** I've installed the extension and signed in to github, but nothing has changed in VS code. There's no sidebar icon like in the screenshots, and since there's...
**Is your feature request related to a problem? Please describe.** With recent security escalations around unpinned SHAs and non-immutable release tags, the best practice in many orgs (and the best...