Daniel Kennedy
c9c663babe
Bump @actions/io to 3.0.2
2026-01-28 15:59:40 -05:00
Daniel Kennedy
0fc1805b46
@actions/exec: convert to ESM module
2026-01-28 15:59:40 -05:00
Salman Chishti
48f166f6d5
Merge pull request #2175 from actions/prepare-core-1.12.0-release
...
Prepare @actions/core 2.0.0 release
2025-12-08 16:28:47 +00:00
Salman Muin Kayser Chishti
4bc377e1b4
Timeout time back to normal, as it was like this for debugging
2025-12-08 12:47:19 +00:00
Salman Muin Kayser Chishti
bf1b64008f
fix: use detached:true on all platforms for exec stream tests
...
On Windows, detached:true is needed to properly keep stdio handles
open after the parent process exits.
2025-12-08 12:35:33 +00:00
Salman Muin Kayser Chishti
894f77901e
fix: improve exec stream tests cross-platform handling
...
- Update spawn-wait-for-file.js to use proper stdio inheritance
- Add small delay before exit to ensure child process inherits handles
- Simplify test code to use the helper script instead of shell commands
2025-12-08 12:28:52 +00:00
Salman Muin Kayser Chishti
d97deb1f60
tests(exec): use platform-aware spawn options in spawn-wait-for-file script (detach on Unix, hide window on Windows)
2025-11-18 15:45:59 +00:00
Salman Muin Kayser Chishti
a3588a70ba
update hash files test
2025-11-18 14:21:47 +00:00
Salman Muin Kayser Chishti
290017ff81
update package json
2025-11-04 13:53:28 +00:00
Salman Chishti
2a876cd69d
Update packages/exec/RELEASES.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-04 13:50:24 +00:00
Salman Muin Kayser Chishti
f79b906406
Prepare @actions/exec 2.0.0 release
2025-10-31 15:55:29 +00:00
Salman Muin Kayser Chishti
66e8437b3e
Revert "Io util package usage update"
...
This reverts commit 783332a4b57e9455ec3a361c4e16f659a35f3a97.
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
9c7501a5f3
Io util package usage update
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
ec0ca1b19b
fix typo
2025-10-15 16:28:21 +01:00
Salman Muin Kayser Chishti
d5af54ee78
Update package versions
2025-10-15 16:27:29 +01:00
Salman Muin Kayser Chishti
33a9b6c09c
update with dist updates
2025-10-15 16:22:51 +01:00
Salman Muin Kayser Chishti
b738f10ef3
package updates
2025-09-04 15:15:02 +01:00
Salman Muin Kayser Chishti
8f32f385e0
Bump package versions, and fix issues
2025-09-04 14:16:27 +01:00
Tatyana Kostromskaya
ce31408ff5
Update dependencies
2023-09-08 14:29:27 +00:00
Vallie Joseph
2461056696
Audit Fix ( #1480 )
...
* fixing audit failures
* replacing lerna bootstrap with npm command
* audit fix for cache and tool-cache
* updating tunnel
* upgrading core packages
* re-adding tunnel as prod dep
* updating dependencies
* updating exec deps
* updating exec io package
* .
* Revert
* updating packages
* adding core as dep
* updating learna config
* updating lerna commands
* Removing audit failing packages in cache + tool-cache
* updating contribution bootstrap description
* updating libraries
* prettier lint
* hiding stricter rules
* updating prettier command
* Removing unknown flag
* Adding eslint prettier
* ignoring sym links
* updating ignore path
* updating prettier rules
* changing prettier + github ver
* updating ts and ignores
* Revert ts
* Adding unknown ignores
* downgrading lerna
* .
* adding nx
* Adding lint auto lint rules
* updating eslint ignore for glob packages
* Adding subdirs to ignore
* adding flag for ignore pattern in linter
* Expanding ignore regex
* Adding ignore rules
* adding another ignore pattern to tsconfig eslint
* adding ignore pattern to eslintrc
* syncing package-json
* updating traverse
* .
* test adding core and http client to base package
* running npm ci
* adding tsconfig paths
* adding base URL
* Adding explicit path to core and http-client
* editing tsc call
* updating artifact packages
* force build
* updating lock file version
* updating lock file version
* upgrading node version
* Adding babel traverse back
* fixing build issue
* fixing typescript ver
* updating package json
* Adding ignore for artifact test
* adding ignore to flags
* unlink after test completes
* cleanup
* merge + package edit
2023-08-03 16:36:11 -04:00
Thomas Boop
af45ad8eaa
Glob 0.3.0 release ( #1056 )
...
* Revert "Exec 1.2.0 patch"
c9f7927778
* glob 0.3.0 release
2022-04-18 15:49:18 -04:00
Thomas Boop
367a6c2423
Exec 1.2.0 patch ( #1055 )
2022-04-18 14:52:32 -04:00
Jonathan Tamsut
b820a0ff59
Update lockfileVersion in package-lock.json in exec package ( #1024 )
...
* update packages
* update RELEASE
2022-03-16 11:24:01 -07:00
Luke Tomlinson
bf4ce74a0f
Update @actions/exec to 1.1.0 ( #834 )
2021-06-07 10:09:34 -04:00
Luke Tomlinson
8df94d9879
Add test for large stdline output ( #827 )
...
* Add test for large stdline output
* Format/Lint
* Update stdlineoutput.js
* Update stdlineoutput.js
2021-06-03 09:31:48 -04:00
Andrey Savitsky
c5035362ab
Fix broken line buffers ( #773 )
...
* Fix broken line buffers
* Code style
2021-06-02 16:29:46 -04:00
Luke Tomlinson
9ac66375a0
Fix flakey test ( #817 )
2021-05-21 15:32:09 -04:00
Luke Tomlinson
ddd04b6997
Add getExecOutput function ( #814 )
...
* Add getExecOutput function
* Add tests for exec output
* Modify tests to not rely on buffer size, but only test larger output
* Handle split multi-byte characters + PR feedback
* Fix tests
* Lint
* Update how split byte are sent for tests
2021-05-21 12:12:16 -04:00
Thomas Boop
0d74e9080a
Re-enable the audit tools step and update dependencies ( #815 )
...
* update package versions
* run audit
* fix eslint config
* linter updates
* re-enable audit
* update timeouts test
* pass done into callback
* fix format
2021-05-21 09:19:40 -04:00
Luke Tomlinson
09e59b9a5c
Exec: throw error when cwd option does not exist ( #793 )
...
* Exec: throw error when cwd option does not exist
* Simplify promise rejection
2021-05-07 16:12:40 -04:00
Konrad Pabjan
770dc3a982
@actions/artifact 0.5.1 release ( #760 )
...
* Bump @actions/http-client to latest for artifact package
* Remove typescript libs to fix failing imports
2021-04-06 12:44:56 -04:00
Thomas Boop
c2bc747506
Add License.md to all npm packages ( #548 )
...
* Add License.md to all npm packages
2020-08-25 16:26:50 -04:00
Thomas Boop
ccad19055e
Set main as the default branch ( #527 )
...
* set main as the default branch
* revert change to tool-cache default branch
* use versions where applicable
2020-07-21 11:33:05 -04:00
Thomas Boop
95a10d23fa
Pipe audit results to a json file so lerna does not overflow ( #515 )
...
* Pipe audit results to a json file so lerna does not overflow
* reorder flags and args
2020-07-14 16:05:53 -04:00
Thomas Boop
3e40dd39cc
Explicitly exclude DS store files ( #492 )
2020-06-04 15:14:19 -04:00
Bryan MacFarlane
4e734dc4c1
bump exec version
2020-04-28 11:59:04 -04:00
Seth Vargo
c4b6011310
Allow specifying stdin ( #360 )
...
* Allow specifying stdin
2020-04-13 13:39:42 -04:00
Linda_pp
a6a5d98be8
Expose ExecOptions interface ( #322 )
2020-04-09 12:52:24 -04:00
eric sciple
e69833ed16
release notes ( #308 )
2020-01-14 11:58:44 -05:00
Bryan MacFarlane
2e88402d19
audit fix and update http-client ( #298 )
2020-01-10 16:37:48 -05:00
eric sciple
947ba5b559
bump versions ( #295 )
2020-01-09 17:31:27 -05:00
Bryan MacFarlane
803934eca0
audit security vulnerabilities as part of ci ( #280 )
2020-01-03 17:54:10 -05:00
Josh Gross
8a4134761f
Update to latest typescript version ( #274 )
2019-12-27 19:42:30 -05:00
eric sciple
81bdf00982
fix Buffer deprecation warnings ( #265 )
2019-12-18 13:24:01 -05:00
Yusuke Sakurai
606e1f27ac
add: "types" to each package.json ( #221 )
...
fix es #148
2019-12-17 11:03:58 -05:00
eric sciple
895bdd6dd5
remove misleading verbiage ( #258 )
2019-12-16 12:43:21 -05:00
eric sciple
1c12ced7ba
bump patch version ( #239 )
2019-12-04 11:03:36 -05:00
eric sciple
211b25966b
Unit test ( #236 )
2019-12-03 14:18:54 -05:00
Ross Brodbeck
d98e55434d
Fix test timeouts ( #235 )
...
* Fix test timeouts
2019-12-03 13:55:39 -05:00
eric sciple
5c894298f2
toolrunner should which tool before invoking ( #220 )
2019-11-18 16:20:01 -05:00