runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
**Describe the bug** An octokit (with Node JS) request to get dependabot alerts for a repo returns an opaque 500 error when the code is run on a Github Action,...
Instead of using HostContext's GetDirectory + ".runner". This should avoid errors in possible future changes in HostContext or runner configuration file name.
**Describe the bug** We use a self-hosted runner to execute our tasks, which usually take about an hour to complete. However, occasionally we encounter this error `No message retrieved from...
**Describe the bug** Using a simple workflow which just checks out the repository ```yaml name: JCO on: workflow_dispatch: jobs: build: runs-on: [self-hosted, windows] steps: - uses: actions/checkout@v2 ``` a simple...
Update supported distros to match [the docs](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners) Previously: https://github.com/actions/runner/pull/3040
**Describe the bug** Currently if `hashFiles` hits a broken symlink it fails the step hard with an opaque error: it says that there _is_ a problem, but no guidance about...
We have a runner at https://github.com/OpenEnroth/OpenEnroth/actions/runs/5375253130 that we noticed today had been running for 9 months, it didn't time out after 6 hours like it should have even tho its...
GitHub runner cannot send `fetch` with `node`, failing with IPv6 DNS error `UND_ERR_CONNECT_TIMEOUT`
**Describe the bug** Sending more than one (sometimes two or three) requests using `fetch` results in DNS errors. **To Reproduce** I created a repository to reproduce this in as minimal...
**Describe the bug** When configuring an Ubuntu 22.04 Pro server with the `fips-updates` service enabled, the configuration fails with the error `The signing token has no private key and cannot...
**Describe the bug** I have the following **action.yml**: ``` name: 'Anka Prepare VM and execute inside' description: 'Prepare an Anka VM and execute commands inside' author: Veertu branding: icon: 'anchor'...