runner icon indicating copy to clipboard operation
runner copied to clipboard

The Runner for GitHub Actions :rocket:

Results 384 runner issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I start running a job and i geting this error many times and the job is cancelled System.UnauthorizedAccessException: Access to the path '/proc/554/oom_score_adj' is denied. ``` test-t82bf-runner-vcgwt...

bug

**Describe the bug** I have configured my runners to use a local proxy (so that no runners can access anything inside the cluster) However, every 100 or so runner pod...

bug

Windows runners intermittently hang and timeout on the last action. e.g. ![image](https://github.com/actions/runner/assets/5942874/afafd04a-bc6e-4d85-916b-6f5511f41b05) **To Reproduce** run on job ona a windows runner **Expected behavior** the job finishes OK ## Runner Version...

bug

Replace /bin/bash by /usr/bin/env bash. Ensure that #! is used everywhere as prefix. Should fix parts of https://github.com/actions/runner/issues/3382

**Describe the bug** The current released scripts have bash in a hardcoded path. In (newer) distributions bash no longer exists in that path. **Expected behavior** The shebang should be `#!/usr/bin/env...

bug

**Describe the bug** When the CI job correctly returns a non-zero exit code (ie pylint find a problem) on a self-hosted runner the ContainerHookManager still requests users to contact their...

bug

🔍 **Issue Description**: Currently, when using reusable workflows in GitHub Actions, there is a complexity in passing secrets to these workflows. Even with the use of `secrets: inherit`, secrets still...

bug

**Describe the bug** I one of our systemd repositories, I came across a strange issue where if a step fails, the runner correctly reports the step failed, but then it...

bug
Runner Bug
keep

**Describe the bug** Calling the `force-cancel` endpoint using the following syntax, returns a 500 error (related to the recently implemented #1846). **To Reproduce** Have a workflow run that's hanging (if...

bug

**Describe the bug** We've noticed that dependabot's PRs often suffer from this issue: - The newest enqueued job gets canceled in favor of older ones - This doesn't happen in...

bug