From 026fd682b7bb836f65af82159d17db1a7c648b3b Mon Sep 17 00:00:00 2001 From: Ava Stancu Date: Tue, 23 Aug 2022 14:02:32 +0200 Subject: [PATCH 1/2] Update releaseNote.md --- releaseNote.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index ae05e6dc92f..91255a46fae 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -1,11 +1,9 @@ -## Features -- GHES: Support connecting to GitHub Enterprise Server Actions Service on a subdomain ## Bugs -- Fixed a bug where GITHUB_ENV would not update correctly between composite action steps (#1794) -- Fixed runner update bug caused by `update.sh|cmd` running too long (#2044) +- Avoid key based command injection via Docker command arguments (#2062) ## Misc -- Bump Newtonsoft.Json from 11.0.2 to 13.0.1 (#2012) -- Change a periodic token expiry log message level from `WARNING` to `VERBOSE` (#2021) +- 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 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. @@ -32,7 +30,7 @@ curl -O -L https://github.com/actions/runner/releases/download/v tar xzf ./actions-runner-osx-x64-.tar.gz ``` -## [Pre-release] OSX arm64 (Apple silicon) +## OSX arm64 (Apple silicon) ``` bash # Create a folder From 6b937eb0809cf8495818390cab97ebb57295ed8d Mon Sep 17 00:00:00 2001 From: Ava Stancu Date: Tue, 23 Aug 2022 14:03:11 +0200 Subject: [PATCH 2/2] Update runnerversion --- src/runnerversion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runnerversion b/src/runnerversion index ea0fe6c4e2c..d1ad399cbf4 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.295.0 +2.296.0