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

After shutting down and restarting the Dev and QA VM hosting our self-hosted runner, the Dev and QA runners were unexpectedly removed from the runner's list. We have been following...

bug

## Security Vulnerabilities in Dependencies: cross-spawn 7.0.3 and braces < 3.0.3 **Describe the bug** The GitHub Actions runner (v2.322.0) contains two high-severity dependencies with known security vulnerabilities: 1. cross-spawn 7.0.3...

bug

**Describe the bug** Composite actions can't see org or repo vars. **To Reproduce** Steps to reproduce the behavior: 1. Create a composite action 2. Use the vars context somewhere. 3....

bug

Possible fix for the edge case described here: https://github.com/github/c2c-actions/issues/6501#issuecomment-1491893123

Stale

### Checks - [X] I've already read https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors and I'm sure my issue is not covered in the troubleshooting guide. - [X] I am using charts that are officially provided...

bug
Stale

**Describe the bug** GitHub Actions runner fails to trigger workflows when multiple tags are pushed simultaneously using `git push --tags`. The workflow only triggers successfully when pushing a single tag....

bug

**Describe the bug** I have a workflow with various jobs that have to be ran one by one by the runner. But the runner only picks up the first one...

bug

Hi, I think since the latest release `CVE-2024-45337` got promoted to a CRITICAL vulnerability risk. I've tried updating the docker packages in the image but still unable to get this...

bug

**Describe the bug** I am trying to create an RPM package for action runner for Linux The goal is to allow multiple runners to run in the same machine. This...

bug

**Describe the bug** I use self-hosted runner configuration. I've created simple docker image, which runs `./bin/installdependencies.sh` to install all required dependencies. Script runs, but apt throws tons of errors about...

bug