The Runner for GitHub Actions 🚀
  • C# 95.9%
  • JavaScript 3%
  • Shell 1%
Find a file
Tingluo Huang 7650fc432e
Some checks failed
Runner CI / docker (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
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 / 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
Log inner exception message. (#4265)
2026-02-25 15:44:27 -05:00
.devcontainer Update dotnet sdk to latest version @8.0.418 (#4250) 2026-02-16 11:34:26 +00:00
.github Bump actions/upload-artifact from 5 to 6 (#4157) 2025-12-21 08:31:15 +00: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 Add support for libssl3 and libssl3t64 for newer Debian/Ubuntu versions (#4213) 2026-02-08 16:03:41 -05:00
images Bump hook to 0.8.1 (#4222) 2026-02-10 01:07:20 +00:00
scripts feat: add support of arm64 arch runners in service creation script (#2606) 2023-10-23 12:53:31 -04:00
src Log inner exception message. (#4265) 2026-02-25 15:44:27 -05:00
.gitattributes Trim trailing whitespace in all md and yml files (#1329) 2021-09-15 13:35:25 +02:00
.gitignore Bump dotnet SDK to dotnet 8. (#3500) 2024-10-16 12:32:51 -04: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 Bump runner version to 2.332.0 and update release notes (#4264) 2026-02-25 13:36:47 +00: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.