mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
* docker: escape key-value pair as -e KEY and VALUE being environment var * removed code duplication, removed unused method and test * add release notes Co-authored-by: Nikola Jokic <nikola-jokic@github.com> Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com> Co-authored-by: Nikola Jokic <nikola-jokic@github.com>
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
## Bugs
|
## Bugs
|
||||||
- Avoid key based command injection via Docker command arguments (#2062)
|
- Fixed an issue where job and service container envs were corrupted (#2091)
|
||||||
## Misc
|
## Misc
|
||||||
- Added step context name and start/finish time in step telemetry (#2069)
|
|
||||||
- Improved error logs when there is a missing 'using' token configuration in the metadata file (#2052)
|
|
||||||
- Added full job name and nested workflow details in log (#2049)
|
|
||||||
|
|
||||||
## Windows x64
|
## Windows x64
|
||||||
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
|
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.296.0
|
2.296.1
|
||||||
|
|||||||
Reference in New Issue
Block a user