Skip to content

v3.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 16:21

Changes

  • Add basic test for sqlite integration
  • No longer throws "sequence is empty" if
    on.workflow_call.inputs.*.type is missing
  • Fix unauthorized calls to GitHub of webhook endpoint if configured as GitHub App, GITHUB_TOKEN auth not affected
  • Fix potential time synchonization issues while requesting a GitHub App Installation Token, the GitHub App jwt now expires after 500s instead of 600s
  • Fix status sha of pull_request_target trigger pointing to base branch instead of head, version v3.5.0 not affected
  • Fix workflow doesn't wait for cancellation of matrix / workflow_call

Known Issues

  • TODO Manage Verbosity in more levels ideas are welcome, please open a discussion or issue
  • No status checks if Runner.Server:ServerUrl is not set in your appsettings.json or via cli, all 3.6.x versions affected

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

OSX

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/ChristopherHX/runner.server/releases/download/v3.6.3/actions-runner-osx-x64-3.6.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-3.6.3.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/ChristopherHX/runner.server/releases/download/v3.6.3/actions-runner-linux-x64-3.6.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-3.6.3.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/ChristopherHX/runner.server/releases/download/v3.6.3/actions-runner-linux-arm64-3.6.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-3.6.3.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/ChristopherHX/runner.server/releases/download/v3.6.3/actions-runner-linux-arm-3.6.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-3.6.3.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-3.6.3.zip a13318901abbe158f1dac69f1d21f501cec9bd30f2f8de8844c25fca7202f18e

  • actions-runner-osx-x64-3.6.3.tar.gz ebdb375aebcfaf5a2410ca882f13cee42e6dbd6a56ac5840d1412b946feedfef

  • actions-runner-linux-x64-3.6.3.tar.gz 3867e0c8548f02263ccfece36a241f22c7c07cd8b31774d0cb2cc052de6d7a13

  • actions-runner-linux-arm64-3.6.3.tar.gz d17350e701b84a6ee5e8a74faca2cf968435d941c2a3c3011e4332f3b0c2e716

  • actions-runner-linux-arm-3.6.3.tar.gz a943202839654252b2469dd9c4ffef6cc69f1e8dd1da0b5f8a7e03689586c42f

  • actions-runner-win-x64-3.6.3-noexternals.zip

  • actions-runner-osx-x64-3.6.3-noexternals.tar.gz

  • actions-runner-linux-x64-3.6.3-noexternals.tar.gz

  • actions-runner-linux-arm64-3.6.3-noexternals.tar.gz

  • actions-runner-linux-arm-3.6.3-noexternals.tar.gz

  • actions-runner-win-x64-3.6.3-noruntime.zip

  • actions-runner-osx-x64-3.6.3-noruntime.tar.gz

  • actions-runner-linux-x64-3.6.3-noruntime.tar.gz

  • actions-runner-linux-arm64-3.6.3-noruntime.tar.gz

  • actions-runner-linux-arm-3.6.3-noruntime.tar.gz

  • actions-runner-win-x64-3.6.3-noruntime-noexternals.zip

  • actions-runner-osx-x64-3.6.3-noruntime-noexternals.tar.gz

  • actions-runner-linux-x64-3.6.3-noruntime-noexternals.tar.gz

  • actions-runner-linux-arm64-3.6.3-noruntime-noexternals.tar.gz

  • actions-runner-linux-arm-3.6.3-noruntime-noexternals.tar.gz