Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency actions/runner to v2.288.0 #1160

Merged
merged 1 commit into from
Feb 26, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
actions/runner minor 2.287.1 -> 2.288.0

Release Notes

actions/runner

v2.288.0

Compare Source

Features

  • Make run.sh|cmd handle update without quitting so containers using them as entrypoints don't exit on update (#​1646, #​1633, #​1708)
  • Add support for Step Summary (#​1642, #​1667, #​1712)
  • Pass jobId to the actionsDownloadInfo controller (#​1639)
  • updated systemd svc.sh to accept custom service file (#​1612)
  • Add ability to specify runner group when creating service (#​1675)
  • Prefer node16 over node12 when running internal scripts (#​1621)
  • Sending telemetry about actions usage. (#​1688)
  • Bump node12 version to latest (#​1651)
  • Add internal to node version function and use better env var name (#​1715)
  • Force JS Actions Node version to 16 if FF is on unless user opted out (#​1716)

Bugs

  • Fix windows console runner update crash (#​1670)
  • Retry policy for methods GetTenantCredential and GetJITRunnerTokenAsync (#​1691)
  • Skip DeleteAgentSession when the acess token has been revoked. (#​1692)
  • Repaired hashFiles call so if error was thrown, it was returned to process invoker (#​1678)
  • Runner throws null ref exception when new line after EOF is missing (#​1687)
  • Lets allow up to 150 characters for services on linux/mac (#​1710)

Misc

  • Added examples and aligned language within docs/checks/actions.md (#​1664)
  • Problem with debugging on macOS M1 (#​1625)
  • Fix typo in hashFiles.ts. (#​1672)
  • Allow mocked updates for E2E testing (#​1654)
  • Move JobTelemetry and StepsTelemetry into GlobalContext. (#​1680)
  • Fix inconsistency of outputs (both canceled and cancelled are used (#​1624)

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.288.0/actions-runner-win-x64-2.288.0.zip -OutFile actions-runner-win-x64-2.288.0.zip
### Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.288.0.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.288.0/actions-runner-osx-x64-2.288.0.tar.gz
### Extract the installer
tar xzf ./actions-runner-osx-x64-2.288.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.288.0/actions-runner-linux-x64-2.288.0.tar.gz
### Extract the installer
tar xzf ./actions-runner-linux-x64-2.288.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.288.0/actions-runner-linux-arm64-2.288.0.tar.gz
### Extract the installer
tar xzf ./actions-runner-linux-arm64-2.288.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.288.0/actions-runner-linux-arm-2.288.0.tar.gz
### Extract the installer
tar xzf ./actions-runner-linux-arm-2.288.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.288.0.zip 8418130bc3745caec49a1ae5a95958f739746bab261070d5c6d015b8983c96aa

  • actions-runner-osx-x64-2.288.0.tar.gz 6f388c7b0371bd5809d126e21696112416399154720826d7320f29d54f2ce4ae

  • actions-runner-linux-x64-2.288.0.tar.gz 5a9890b65d3bbda1616fa36d0a7f59baf42f90c4593dc1bc70091fb0e58f5adb

  • actions-runner-linux-arm64-2.288.0.tar.gz f873fd86856a8d18cfad1939fcb846414d87e27ba6899064a546e49dace1d4c3

  • actions-runner-linux-arm-2.288.0.tar.gz 30ebca2dd28202ec51c8a194980bb85094759a454152c4ac3bb7fa7c17e461ed

  • actions-runner-win-x64-2.288.0-noexternals.zip aaa61a748ccbe746da0e07150ba2cacbabab777dd4248cee974107f39aa6b346

  • actions-runner-osx-x64-2.288.0-noexternals.tar.gz ab6af477014f287d08339ae0b30add9c9a4da5f40077fcd5d125d2c0e5a6a2df

  • actions-runner-linux-x64-2.288.0-noexternals.tar.gz dcd62c53189f2abced8ff4abbb2973fb8328093988997fb98d69614aac140798

  • actions-runner-linux-arm64-2.288.0-noexternals.tar.gz b07afc21d5ca1c332c2b8bf4de4dbf62ce7e0064949de12f476a71906c550b3e

  • actions-runner-linux-arm-2.288.0-noexternals.tar.gz 07fa40f9acd93f6a85cebf050044b27c6d997e53913394969a468201feacb31d

  • actions-runner-win-x64-2.288.0-noruntime.zip f9ed3a3af895447cb0e2d21638c553db1fbb65088c191f768728f9a0e898670c

  • actions-runner-osx-x64-2.288.0-noruntime.tar.gz 7198f0fe449ee1c59588d56b9af4e8ddf6d8f4b511f1bc87730f5ec4956b9426

  • actions-runner-linux-x64-2.288.0-noruntime.tar.gz 06db09f14237ee4e5b0e9c31a753cdcde073daebb9b3dbbbc692ea0f9b99d0a3

  • actions-runner-linux-arm64-2.288.0-noruntime.tar.gz 5638cf56d014c5611e420a3d25ab6654980bb17816d259229627c7973852b378

  • actions-runner-linux-arm-2.288.0-noruntime.tar.gz b30bc20d17fc1f19516dec6107ee9a4d7cf429671cc59d96589353b5b505c186

  • actions-runner-win-x64-2.288.0-noruntime-noexternals.zip 71ad1b7c2121d37043df5f420571e48b0cf13a6b06a0bdb8264e3ff3887b5fbb

  • actions-runner-osx-x64-2.288.0-noruntime-noexternals.tar.gz bd75a291307ad8db4ef76332dad30519e7f25af401e79a7130f3eba8ad9ea7af

  • actions-runner-linux-x64-2.288.0-noruntime-noexternals.tar.gz d0fdd4c1d72222de213374a1a781ab2630c15781cd4134398230a131f133c5cf

  • actions-runner-linux-arm64-2.288.0-noruntime-noexternals.tar.gz 665b55021a29c8503c71694142bf3030c1416f31a9ba6bace8eeeb1c295985ec

  • actions-runner-linux-arm-2.288.0-noruntime-noexternals.tar.gz 3e9134197c8a52b79699734f26d384ef490a337308df1f13b41ce0a9e4475d12


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot merged commit f0fa99f into master Feb 26, 2022
@renovate renovate bot deleted the renovate/actions-runner-2.x branch February 26, 2022 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant