What's Changed
- Fix name of generated of artifact builds from GitHub workflow for arm artifacts by @satmandu in #3568
- Ignore error when fail to report worker crash. by @TingluoHuang in #3588
- Fix null ref in 'OnEventWritten()' by @TingluoHuang in #3593
- Send stepNumber for annotation to run-service by @TingluoHuang in #3614
- Enable nuget audit. by @TingluoHuang in #3615
- Update dotnet install script. by @TingluoHuang in #3659
- Print immutable action package details in set up job logs by @heavymachinery in #3645
- Update dotnet sdk to latest version @8.0.405 by @github-actions in #3666
- Upgrade
buildx
from0.18.0
to0.19.3
(critical CVE) by @MPV in #3647 - Upgrade
docker
from27.3.1
to27.4.1
by @MPV in #3648 - Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.12.0 in /src by @dependabot in #3584
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #3564
- Bump github/codeql-action from 2 to 3 by @dependabot in #3555
- Bump Moq from 4.20.70 to 4.20.72 in /src by @dependabot in #3672
New Contributors
Full Changelog: v2.321.0...v2.322.0
Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners
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.
The following snipped needs to be run on powershell
:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-x64-2.322.0.zip -OutFile actions-runner-win-x64-2.322.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.322.0.zip", "$PWD")
Windows arm64
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.
The following snipped needs to be run on powershell
:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-arm64-2.322.0.zip -OutFile actions-runner-win-arm64-2.322.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.322.0.zip", "$PWD")
OSX x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-x64-2.322.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.322.0.tar.gz
OSX arm64 (Apple silicon)
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-arm64-2.322.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.322.0.tar.gz
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-x64-2.322.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.322.0.tar.gz
Linux arm64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm64-2.322.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.322.0.tar.gz
Linux arm
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm-2.322.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.322.0.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-win-x64-2.322.0.zip ace5de018c88492ca80a2323af53ff3f43d2c82741853efb302928f250516015
- actions-runner-win-arm64-2.322.0.zip 74b67df4e94e3cd7d79b9320d421b0a62c66b77a019cf2471aba793dac0139fb
- actions-runner-osx-x64-2.322.0.tar.gz aa0fc262363912167dcdbc746ffcdf7b8996bc587f51cf1bab38ad86cf70b6ea
- actions-runner-osx-arm64-2.322.0.tar.gz 67d3b4dd6f1eec8ec43dda12c189cff68ec3ba1dfa054791cb446ddcfb39d2aa
- actions-runner-linux-x64-2.322.0.tar.gz b13b784808359f31bc79b08a191f5f83757852957dd8fe3dbfcc38202ccf5768
- actions-runner-linux-arm64-2.322.0.tar.gz a96b0cec7b0237ca5e4210982368c6f7d8c2ab1e5f6b2604c1ccede9cedcb143
- actions-runner-linux-arm-2.322.0.tar.gz 583fc5f933eb2f0f9f388ef304085629181cef54e63fe3445eed92dba4a87c46