The Runner for GitHub Actions 🚀
  • C# 96.4%
  • JavaScript 2.6%
  • Shell 0.9%
Find a file
dependabot[bot] b1549f5081
Some checks failed
Runner CI / build (./dev, windows-latest, win-arm64) (push) Waiting to run
Runner CI / build (./dev, windows-latest, win-x64) (push) Waiting to run
Runner CI / build (./dev.sh, macOS-latest, osx-arm64) (push) Waiting to run
Runner CI / build (./dev.sh, macOS-latest, osx-x64) (push) Waiting to run
Runner CI / docker (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Runner CI / build (./dev.sh, ubuntu-latest, linux-arm) (push) Failing after 0s
Runner CI / build (./dev.sh, ubuntu-latest, linux-arm64) (push) Failing after 0s
Runner CI / build (./dev.sh, ubuntu-latest, linux-x64) (push) Failing after 0s
Runner CI / docker (linux/amd64, ubuntu-latest) (push) Failing after 0s
Code Scanning - Action / CodeQL-Build (push) Failing after 0s
Bump Azure.Storage.Blobs from 12.29.1 to 12.29.2 (#4650)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-25 15:00:14 +01:00
.devcontainer Update dotnet sdk to latest version @8.0.424 (#4639) 2026-08-17 12:29:15 +00:00
.github Bump github/codeql-action from 4.37.7 to 4.37.8 (#4647) 2026-08-24 09:58:45 +01:00
.husky chore: migrate Husky config from v8 to v9 format (#4003) 2025-09-01 09:16:05 +00:00
.vscode targetArchitecture removed from launch.json after macos arm64 release (#1908) 2022-05-23 21:46:54 -04:00
docs Allow independent Docker and Buildx updates (#4596) 2026-08-23 16:43:00 +00:00
images Update Docker to v29.7.2 and Buildx to v0.36.1 (#4621) 2026-08-23 12:36:56 -04:00
scripts feat: add support of arm64 arch runners in service creation script (#2606) 2023-10-23 12:53:31 -04:00
src Bump Azure.Storage.Blobs from 12.29.1 to 12.29.2 (#4650) 2026-08-25 15:00:14 +01:00
.gitattributes Trim trailing whitespace in all md and yml files (#1329) 2021-09-15 13:35:25 +02:00
.gitignore Allow disable node v8 maglev jit compiler on node24. (#4447) 2026-05-26 19:05:09 +00:00
CODEOWNERS Add runtime team as CODEOWNERS (#872) 2020-12-18 14:21:15 -05:00
LICENSE Update LICENSE (#242) 2019-12-19 15:22:49 -05:00
README.md Fix link to SECURITY.md in README (#4253) 2026-02-17 14:09:05 -05:00
releaseNote.md Preparing runner release 2.336.0 (#4563) 2026-07-20 13:33:01 -04:00
releaseVersion prepare 2.262.0 runner release. 2020-05-11 15:05:59 -04:00

GitHub Actions Runner

Actions Status

The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.

Get Started

For more information about installing and using self-hosted runners, see Adding self-hosted runners and Using self-hosted runners in a workflow

Runner releases:

win Pre-reqs | Download

macOS Pre-reqs | Download

linux Pre-reqs | Download

Note

Thank you for your interest in this GitHub repo, however, right now we are not taking contributions.

We continue to focus our resources on strategic areas that help our customers be successful while making developers' lives easier. While GitHub Actions remains a key part of this vision, we are allocating resources towards other areas of Actions and are not taking contributions to this repository at this time. The GitHub public roadmap is the best place to follow along for any updates on features were working on and what stage theyre in.

We are taking the following steps to better direct requests related to GitHub Actions, including:

  1. We will be directing questions and support requests to our Community Discussions area

  2. High Priority bugs can be reported through Community Discussions or you can report these to our support team https://support.github.com/contact/bug-report.

  3. Security Issues should be handled as per our SECURITY.md

We will still provide security updates for this project and fix major breaking changes during this time.

You are welcome to still raise bugs in this repo.