github-actions-parser icon indicating copy to clipboard operation
github-actions-parser copied to clipboard

🚧 WIP 🚧, beginning of GitHub Actions language server, powering https://marketplace.visualstudio.com/items?itemName=cschleiden.vscode-github-actions

Results 15 github-actions-parser issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

- [ ] Remove the hard-coded schema - [ ] Use a JSON schema to drive the validation - [ ] "Augment" the json schema with today's dynamic validations and...

investigation

Great package. We've used it for resolving variables from GithubActions contexts. I've tried to resolve context [`inputs`](https://docs.github.com/en/actions/learn-github-actions/contexts#inputs-context) but have not found it in the list of supported contexts. I added...

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.30 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @​Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...

dependencies

See https://docs.github.com/en/actions/learn-github-actions/reusing-workflows. It is now valid to use - `workflow_call` in `on`, - `uses`, `secrets`, `with` in `job.`. It would be great to have support for this!

Per [the docs](https://docs.github.com/en/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow#using-custom-labels-to-route-jobs): > if you have a job that requires a specific type of graphics hardware, you can create a custom label called `gpu` ... > This example shows...