runner
runner copied to clipboard
The Runner for GitHub Actions :rocket:
https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0/latest.version --- Autogenerated by [DotNet SDK Upgrade Workflow](https://github.com/actions/runner/blob/main/.github/workflows/dotnet-upgrade.yml)
**Describe the bug** Required checks do not pass for reusable workflows **To Reproduce** Steps to reproduce the behavior: 1. Create a status check for a job name (ie `pipeline`) 2....
https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0/latest.version --- Autogenerated by [DotNet SDK Upgrade Workflow](https://github.com/actions/runner/blob/main/.github/workflows/dotnet-upgrade.yml)
Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.19.1 to 12.21.2. Release notes Sourced from Azure.Storage.Blobs's releases. Azure.Storage.Blobs_12.21.2 12.21.2 (2024-08-08) Bugs Fixed Fixed [BUG] WrapKeyInternal to correctly call WrapKey in sync flow #42160 Azure.Storage.Blobs_12.21.1 12.21.1...
When using a service container with a `VOLUME` declaration in its dockerfile (both the postgresql and redis containers used in the examples at https://docs.github.com/en/actions/using-containerized-services do this), an anonymous volume is...
First check if a docker image exists locally before trying to pull it. This resolves #791. Note that most of the change shown below is whitespace (from indent), so adding...
Thank you 🙇♀ for wanting to create a feature in this repository. Before you do, please ensure you are filing the issue in the right place. Issues should only be...
**Describe the bug** The workspace for the job is `repo/repo` not `org/repo`, while using self-hosted runners on github.com with a single organisation that is fine, but against enterprise there may...
**Describe the bug** The [docs](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_iddefaultsrunshell) say that if `shell: pwsh` is specified on a Windows self-hosted runner, and Powershell Core is not installed on the runner, then Powershell Desktop will...
The Dockerfile has gotten pretty stale, and as a base for build images, leaves a lot of CVEs and vulnerabilities which are easily fixed by moving to a more recent...