languageservices
languageservices copied to clipboard
Language services for GitHub Actions workflows and expressions.
**Describe the bug** The cron description states the following: https://github.com/actions/languageservices/blob/5dbaa884dbd889a68eb184eb0f28c0f6618264ee/workflow-parser/src/model/converter/cron.ts#L51 Is this not incorrect, or am I reading this wrong? If schedules run at most every 5 minutes, then schedules...
https://github.com/actions/languageservices/blob/5dbaa884dbd889a68eb184eb0f28c0f6618264ee/workflow-parser/src/workflow-v1.0.json#L1966-L1974 https://github.com/actions/deploy-pages/issues/344#issuecomment-2099635782
Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...
Updates `workflow-v1.0.json` with support for the new `attestations` permission (per the [artifact attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds#generating-artifact-attestations-for-your-builds) feature). I wasn't sure if I should add a test for this change as it appeared that...
**Describe the bug** Whenever I open a workflow connected to GHES 3.7, I get the following error message (sensitive data hidden by `***`). This is because the `Variables` support was...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
This validation is very helpful when editing workflow files: https://github.com/actions/languageservices/blob/4280a967a8aa058dd3c8825349b90bc932d82283/workflow-parser/src/model/convert.ts#L113 But unfortunately, it runs not only on opened VS Code editors, but on diff editors as well. And in diff...
**Describe the bug** The instructions for running the demo don't seem to work. While I'm pretty sure it's user error, it's not clear how to address this. Especially from within...
**Describe the bug** When importing the module i get the following error: ``` Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /home/itasahobby/Documentos/OpenPwn/node_modules/@actions/workflow-parser/package.json at new NodeError (node:internal/errors:405:5) at exportsNotFound (node:internal/modules/esm/resolve:261:10) at packageExportsResolve...
**Describe the bug** This mostly shows itself when using the GitHub Actions VSCode extension, but not logging in. In this case the extension reports the warning "Context access might be...