Skip to content

v2.277.1-hard0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 18:16
abbce9e

Features

  • Apply hardening patches on top of v2.277.1 release.

Bugs

Misc

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.277.1-hard0/actions-runner-win-x64-2.277.1-hard0.zip -OutFile actions-runner-win-x64-2.277.1-hard0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ; 
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.277.1-hard0.zip", "$PWD")

OSX

# 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.277.1-hard0/actions-runner-osx-x64-2.277.1-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.277.1-hard0.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.277.1-hard0/actions-runner-linux-x64-2.277.1-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.277.1-hard0.tar.gz

Linux arm64 (Pre-release)

# 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.277.1-hard0/actions-runner-linux-arm64-2.277.1-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.277.1-hard0.tar.gz

Linux arm (Pre-release)

# 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.277.1-hard0/actions-runner-linux-arm-2.277.1-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.277.1-hard0.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.277.1-hard0.zip 966cd605e685f39d196d0ce5c2b4e65d4bee5511506a0b3bac02c442940767bd
  • actions-runner-osx-x64-2.277.1-hard0.tar.gz 9fc3a6f0d39d6bfc42b5a314d71c96584085977e6ff20d938a6483e95deec06d
  • actions-runner-linux-x64-2.277.1-hard0.tar.gz acb9ddca7412666daf58241a6f6d2131ea15c51d6df10e3732099f6c0da4bb9c
  • actions-runner-linux-arm64-2.277.1-hard0.tar.gz 010b2170fe5db494910f74cb5b4a982875e75b1a4b974525bdc3dac58721c8f7
  • actions-runner-linux-arm-2.277.1-hard0.tar.gz e5f6c7ce124202999954e0f7e75401300cfe57733aed06cd8c5d956db62b1b66