vscode-github-actions
vscode-github-actions copied to clipboard
GitHub Actions extension for VS Code
**Describe the bug** When adding a secret that requires authentication in Github, it fails silently due to no auth functionality in the extension **To Reproduce** Steps to reproduce the behavior:...
Type: Bug unresponsive Extension version: 0.27.2 VS Code version: Code 1.104.0 (f220831ea2d946c0dcb0f3eaa480eb435a2c1260, 2025-09-10T06:46:18.035Z) OS version: Windows_NT x64 10.0.26100 Modes: System Info |Item|Value| |---|---| |CPUs|Intel(R) Celeron(R) N4120 CPU @ 1.10GHz (4...
Bumps the npm_and_yarn group with 2 updates in the / directory: [on-headers](https://github.com/jshttp/on-headers) and [morgan](https://github.com/expressjs/morgan). Updates `on-headers` from 1.0.2 to 1.1.0 Release notes Sourced from on-headers's releases. 1.1.0 Important Fix CVE-2025-7339...
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. Release notes Sourced from actions/github-script's releases. v8.0.0 What's Changed Update Node.js version support to 24.x by @salmanmkc in actions/github-script#637 README for updating actions/github-script from...
- Replaced separate commands for secrets and variables with unified commands. - Improved code structure and readability. - Simplified command registration. - Removed redundant code. - Enhanced maintainability.
We should add a GitHub Actions workflow powered by [**Universal Version Bump**](https://github.com/marketplace/actions/universal-version-bump). This will allow maintainers to manually trigger version bumps from the **Actions** tab, keeping the project version consistent...
**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:...
**Describe the bug** I recieve this error when starting VSCode ```js Activating extension 'github.vscode-github-actions' failed: Not Found - https://docs.github.com/rest/repos/repos#get-a-repository. ``` **To Reproduce** Steps to reproduce the behavior: 1. **Expected behavior**...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
**Describe the bug** I am unable to view action logs. When I attempt to I see the error Could not open logs, unhandled error. Not Found - https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run **To Reproduce**...