runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the enhancement** Fully support all features when runner is within a Docker container. Not all features are currently supported when the runner is within a Docker container, [specifically those...
Currently, the base working directory for actions exists within a sub folder of the installation directory and duplicates the repository twice. This can be an issue for repos with longer...
**Describe the bug** safe_sleep.sh is built as while loop aiming to be [safer than count on sleep or ping binaries](https://github.com/actions/runner/issues/1673). While loop the way function was implemented leads to 100%...
When enabling profiling with WPR on my Windows Server 2022 Runner I get no CPU sampling data when running on AMD Ryzen CPUs. **To Reproduce** 1. Execute Github Action on...
This implementation uses a collector pattern to allow embedded `ExecutionContext's` to stash `Issue` objects for later processing by a non-embedded ancestor `ExecutionContext`. #### Context Proposed fix for https://github.com/actions/runner/issues/1742 #### Also:...
The proper way to instantiate a `DistributedTask.WebApi::Issue` is now via the factory method on an `ExecutionContext` (`IExecutionContext::CreateIssue`) This variation addresses feedback in https://github.com/actions/runner/pull/2311
**Describe the bug** When running the configuration of the runner unattended, some means of authenticating is required. The documentation at https://docs.github.com/en/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization claims that a token from that endpoint can be...
**Describe the bug** We're seeing an issue on our self-hosted runners where jobs will stop having logs reported in the middle of a step. When this happens, the job continues...
## Description Since 30 July 2022, our workflow fails with the following message: "The self-hosted runner: ***** lost communication with the server. Verify the machine is running and has a...
**Describe the bug** When the self-updater recursively copies files from the update tarball into the root file system, it does so without paying attention to whether a file is a...