Supported runners
Environments in which the Bullfrog GitHub Action operates. Requires v0.11.0.
Supported runner images
GitHub-hosted Ubuntu runners, in every flavour:
ubuntu-latestubuntu-24.04ubuntu-22.04ubuntu-arm-24.04ubuntu-arm-22.04ubuntu-slim
Unsupported configurations
| Configuration | State |
|---|---|
| Windows runners | Not supported. |
| macOS runners | Not supported. |
| Self-hosted runners | Not supported. |
Container jobs, meaning a job with a container: key | Not supported. Containers started from a step are supported. |
Scope of a single action step
The action applies to one job. Each job in a workflow runs on its own runner, so a job without the Bullfrog step is unfiltered regardless of what other jobs in the same workflow configure.
Within a job, the action applies to the steps that follow it. Connections made by steps placed before it are neither recorded nor filtered.