{"id":21683411,"url":"https://github.com/snow-actions/list-github-hosted-runners","last_synced_at":"2025-03-20T11:22:50.661Z","repository":{"id":65161800,"uuid":"583820545","full_name":"snow-actions/list-github-hosted-runners","owner":"snow-actions","description":"List active GitHub-hosted runners","archived":false,"fork":false,"pushed_at":"2023-10-01T21:58:58.000Z","size":31,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T16:39:26.604Z","etag":null,"topics":["actions","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/snow-actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-31T03:23:18.000Z","updated_at":"2024-10-06T08:27:17.000Z","dependencies_parsed_at":"2024-11-25T16:11:55.430Z","dependency_job_id":"24c8f214-3095-4d14-ac36-3d0c96fc39ee","html_url":"https://github.com/snow-actions/list-github-hosted-runners","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"snow-actions/composite-action-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snow-actions%2Flist-github-hosted-runners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snow-actions%2Flist-github-hosted-runners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snow-actions%2Flist-github-hosted-runners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snow-actions%2Flist-github-hosted-runners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snow-actions","download_url":"https://codeload.github.com/snow-actions/list-github-hosted-runners/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244601399,"owners_count":20479449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","github-actions"],"created_at":"2024-11-25T16:11:50.099Z","updated_at":"2025-03-20T11:22:50.639Z","avatar_url":"https://github.com/snow-actions.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# List GitHub-hosted runners\n\n[![Test](https://github.com/snow-actions/github-hosted-runners/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/snow-actions/github-hosted-runners/actions/workflows/test.yml)\n\nList active [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources).\n\n## Usage\n\n```yml\njobs:\n  runners:\n    runs-on: ubuntu-latest\n    outputs:\n      list: ${{ steps.list.outputs.all }}\n    steps:\n      - id: list\n        uses: snow-actions/list-github-hosted-runners@v1.0.0\n\n  test:\n    needs: [ runners ]\n    strategy:\n      fail-fast: false\n      matrix:\n        runner: ${{ fromJSON(needs.runners.outputs.list) }}\n    runs-on: ${{ matrix.runner }}\n```\n\n## Outputs\n\nSee [action.yml](action.yml)\n\n| Name | Description |\n| - | - |\n| `all` | All runners |\n| `latest` | Latest runners |\n| `ubuntu` | Ubuntu runners |\n| `windows` | Windows runners |\n| `macos` | macOS runners |\n\n## Supported\n\n### Runners\n\n- `ubuntu-*`\n- `windows-*`\n- `macos-*`\n- `self-hosted`\n\n### Events\n\n- Any\n\n## Dependencies\n\n- Bash\n- cURL\n- [jq](https://stedolan.github.io/jq/)\n- [JSON Schema Store](https://www.schemastore.org/json/)\n\n## Contributing\n\nWelcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnow-actions%2Flist-github-hosted-runners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnow-actions%2Flist-github-hosted-runners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnow-actions%2Flist-github-hosted-runners/lists"}