{"id":7743108,"name":"related-sciences/gce-github-runner","ecosystem":"actions","description":"Creates ephemeral GCE based GitHub Action self-hosted runner. It uses startup script to bootstrap the VM.","homepage":"","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/related-sciences/gce-github-runner","keywords_array":["actions","gcp","github-actions","google-cloud-platform","self-hosted-runner"],"namespace":"related-sciences","versions_count":14,"first_release_published_at":"2021-06-28T17:53:31.000Z","latest_release_published_at":"2025-04-08T04:50:04.000Z","latest_release_number":"v0.14","last_synced_at":"2026-05-28T04:10:48.058Z","created_at":"2023-05-17T08:43:53.501Z","updated_at":"2026-05-28T04:10:48.059Z","registry_url":"https://github.com/related-sciences/gce-github-runner","install_command":null,"documentation_url":null,"metadata":{"name":"Ephemeral GCE GitHub self-hosted runner","description":"Creates ephemeral GCE based GitHub Action self-hosted runner. It uses startup script to bootstrap the VM.","author":"Rafal Wojdyla","branding":{"icon":"triangle","color":"purple"},"inputs":{"token":{"description":"GitHub auth token, needs `repo`/`public_repo` scope: https://docs.github.com/en/rest/reference/actions#self-hosted-runners.","required":true},"project_id":{"description":"ID of the Google Cloud Platform project. If provided, this will configure gcloud to use this project ID.","required":false},"service_account_key":{"description":"The service account key which will be used for authentication credentials. This key should be created and stored as a secret. Should be JSON key.","required":false},"runner_ver":{"description":"Version of the GitHub Runner. \"latest\" will resolve the latest version.","default":"latest","required":true},"vm_name_prefix":{"description":"Prefix of the name of created VM, final name is ${prefix}-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}","default":"gce-gh-runner","required":true},"machine_zone":{"description":"GCE zone","default":"us-east1-c","required":true},"machine_type":{"description":"GCE machine type; https://cloud.google.com/compute/docs/machine-types","default":"n1-standard-4","required":true},"disk_size":{"description":"VM disk size.","required":false},"network":{"description":"Specifies the network that the VM instances are a part of.","required":false},"subnet":{"description":"Specifies the subnet that the VM instances are a part of (must be part of network).","required":false},"accelerator":{"description":"[count=COUNT],[type=TYPE]\n  Attaches accelerators (e.g. GPUs) to the instances.\n  TYPE\n  The specific type (e.g. nvidia-tesla-k80 for nVidia Tesla K80) of accelerator \n  to attach to the instances. Use 'gcloud compute accelerator-types list' to \n  learn about all available accelerator types.\n  COUNT\n  Number of accelerators to attach to each instance. The default value is 1.\n","required":false},"runner_service_account":{"description":"Service account of the VM, defaults to default compute service account.","required":false},"image_project":{"description":"The Google Cloud project against which all image and image family references will be resolved.\n","required":false},"image":{"description":"Specifies the name of the image that the disk will be initialized with.","required":false},"image_family":{"description":"The image family for the operating system that the boot disk will be initialized with.","required":false},"preemptible":{"description":"Use GCE preemptible VM instance; https://cloud.google.com/compute/docs/instances/preemptible","default":false,"required":true},"ephemeral":{"description":"Set GitHub runner to be ephemeral; https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners#using-ephemeral-runners-for-autoscaling","default":false,"required":true},"no_external_address":{"description":"Disables external IP address for the worker","default":false,"required":true},"scopes":{"description":"Scopes granted to the VM, defaults to full access (cloud-platform).","default":"cloud-platform","required":true},"shutdown_timeout":{"description":"Shutdown grace period (in seconds).","default":30,"required":true},"actions_preinstalled":{"description":"Whether the GitHub actions have already been installed at `/actions-runner`.","default":false,"required":true},"arm":{"description":"Whether the GitHub actions should use arm64 binaries.","default":false,"required":false},"maintenance_policy_terminate":{"description":"Set Google maintenance policy to TERMINATE.  This is required for GPUs as they do ot support live-migration."},"boot_disk_type":{"description":"Boot disk type for the GCE instance (https://cloud.google.com/sdk/gcloud/reference/compute/disk-types/list)","required":false},"min_cpu_platform":{"description":"When specified, the VM will be scheduled on host with specified CPU architecture or a newer one.","default":"AUTOMATIC","required":true}},"outputs":{"label":{"description":"Unique runner label. This label can be used to request a specific runner for the workflow job.","value":"${{ steps.gce-github-runner-script.outputs.label }}"}},"runs":{"using":"composite","steps":[{"id":"gce-github-runner-script","run":"${{ github.action_path }}/action.sh --command=start --token=${{ inputs.token }} --project_id=${{ inputs.project_id }} --service_account_key='${{ inputs.service_account_key }}' --runner_ver=${{ inputs.runner_ver }} --vm_name_prefix=${{ inputs.vm_name_prefix }} --machine_zone=${{ inputs.machine_zone }} --machine_type=${{ inputs.machine_type }} --network=${{ inputs.network }} --subnet=${{ inputs.subnet }} --accelerator=${{ inputs.accelerator }} --disk_size=${{ inputs.disk_size }} --scopes=${{ inputs.scopes }} --shutdown_timeout=${{ inputs.shutdown_timeout }} --runner_service_account=${{ inputs.runner_service_account }} --image_project=${{ inputs.image_project }} --image=${{ inputs.image }} --image_family=${{ inputs.image_family }} --boot_disk_type=${{ inputs.boot_disk_type }} --preemptible=${{ inputs.preemptible }} --ephemeral=${{ inputs.ephemeral }} --no_external_address=${{ inputs.no_external_address }} --actions_preinstalled=${{ inputs.actions_preinstalled }} --maintenance_policy_terminate=${{ inputs.maintenance_policy_terminate }} --arm=${{ inputs.arm }} --min_cpu_platform='${{ inputs.min_cpu_platform }}'\n","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":43956596,"uuid":"381059114","full_name":"related-sciences/gce-github-runner","owner":"related-sciences","description":"Ephemeral GCE/GCP GitHub self-hosted runner","archived":false,"fork":false,"pushed_at":"2025-04-09T15:45:57.000Z","size":45,"stargazers_count":46,"open_issues_count":8,"forks_count":47,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-04T06:47:12.427Z","etag":null,"topics":["actions","gcp","github-actions","google-cloud-platform","self-hosted-runner"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/related-sciences.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-06-28T14:25:09.000Z","updated_at":"2025-07-10T07:54:09.000Z","dependencies_parsed_at":"2024-01-16T09:03:03.917Z","dependency_job_id":"5810e81f-2dcf-44f2-890a-088d7bf3bb87","html_url":"https://github.com/related-sciences/gce-github-runner","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/related-sciences/gce-github-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/related-sciences","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/sbom","scorecard":{"id":769730,"data":{"date":"2025-08-11","repo":{"name":"github.com/related-sciences/gce-github-runner","commit":"1a818acddc45f9dfbb1c2a3a89d39ce92f678966"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":3,"reason":"Found 11/29 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/manual_test.yml:1","Warn: no topLevel permission defined: .github/workflows/pre_commit.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/manual_test.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/related-sciences/gce-github-runner/manual_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre_commit.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/related-sciences/gce-github-runner/pre_commit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pre_commit.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/related-sciences/gce-github-runner/pre_commit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pre_commit.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/related-sciences/gce-github-runner/pre_commit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/related-sciences/gce-github-runner/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T01:54:07.397Z","repository_id":43956596,"created_at":"2025-08-23T01:54:07.397Z","updated_at":"2025-08-23T01:54:07.397Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273666006,"owners_count":25146276,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"related-sciences","name":"Related Sciences","uuid":"54112357","kind":"organization","description":"","email":null,"website":"https://related.vc","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/54112357?v=4","repositories_count":11,"last_synced_at":"2023-03-09T08:10:36.353Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/related-sciences","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-18T21:30:16.122Z","updated_at":"2023-03-09T08:10:36.365Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/related-sciences","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/related-sciences/repositories"},"tags":[{"name":"v0.14","sha":"008d5e1348dc6f84ab73b7f723b7fb67a9fc706d","kind":"commit","published_at":"2025-04-08T04:50:04.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.14","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.14","dependencies_parsed_at":"2025-04-12T05:57:21.475Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.14/manifests"},{"name":"v0.13","sha":"22eb42eac0e8ce09a5f4c2467dbb29cbe6feadef","kind":"commit","published_at":"2025-04-08T00:51:52.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.13","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.13","dependencies_parsed_at":"2025-04-12T05:57:21.465Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.13/manifests"},{"name":"v0.12","sha":"315103483ed108ba74207893d8ad328b93b2c07e","kind":"commit","published_at":"2025-03-29T21:20:25.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.12","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.12","dependencies_parsed_at":"2025-04-12T05:57:21.469Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.12/manifests"},{"name":"v0.11","sha":"2622dd9ed9e399ae7db9d87f677d14bf128ab768","kind":"commit","published_at":"2024-06-20T10:26:34.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.11","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.11","dependencies_parsed_at":"2024-06-25T08:30:39.255Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.11/manifests"},{"name":"v0.10","sha":"587ed134ae22adb5a05b26dd6f51bc6c241dc36d","kind":"commit","published_at":"2023-09-20T12:41:05.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.10","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.10","dependencies_parsed_at":"2023-09-22T05:08:30.496Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.10/manifests"},{"name":"v0.9","sha":"0d614d4d4c6658ab66f43f789c48745152369b23","kind":"commit","published_at":"2023-09-14T18:21:10.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.9","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.9","dependencies_parsed_at":"2023-09-17T07:23:54.565Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.9/manifests"},{"name":"v0.8","sha":"f2eb9a4e03e8435c93190406b189d83028b0f75a","kind":"commit","published_at":"2023-06-20T12:35:17.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.8","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.8","dependencies_parsed_at":"2023-06-26T00:09:50.904Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.8/manifests"},{"name":"v0.7","sha":"bc4635179f67b8e8f72afc103f1b5e985f42aca4","kind":"commit","published_at":"2023-04-11T23:45:38.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.7","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.7","dependencies_parsed_at":"2023-06-02T00:51:35.174Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.7/manifests"},{"name":"v0.6","sha":"4c7aec7c41a62526a84ff5bfe5d67bdacff7ef83","kind":"commit","published_at":"2023-03-30T02:10:31.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.6","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.6","dependencies_parsed_at":"2023-06-02T00:51:35.166Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.6/manifests"},{"name":"v0.5","sha":"78c4758143ae5955f00591917f17bd1436c31011","kind":"commit","published_at":"2023-03-24T22:25:16.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.5","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.5","dependencies_parsed_at":"2023-06-02T00:51:35.371Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.5/manifests"},{"name":"v0.4","sha":"535b7c755131a1ab32ab2388bf907c716932376a","kind":"commit","published_at":"2022-02-03T18:27:15.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.4","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.4","dependencies_parsed_at":"2023-05-31T14:39:45.625Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.4/manifests"},{"name":"v0.3","sha":"6549727cc939e87f4465721933ae0fa11f26b9b5","kind":"commit","published_at":"2021-06-29T04:50:22.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.3","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.3","dependencies_parsed_at":"2023-05-31T14:39:46.128Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.3/manifests"},{"name":"v0.2","sha":"29184688a0ad4145beaac10dc2d24d6f9f9e2824","kind":"commit","published_at":"2021-06-28T21:12:41.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.2","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.2","dependencies_parsed_at":"2023-05-31T14:39:46.621Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.2/manifests"},{"name":"v0.1","sha":"07043df69dedce1b88dae773cab678b6d102f150","kind":"commit","published_at":"2021-06-28T17:53:31.000Z","download_url":"https://codeload.github.com/related-sciences/gce-github-runner/tar.gz/v0.1","html_url":"https://github.com/related-sciences/gce-github-runner/releases/tag/v0.1","dependencies_parsed_at":"2023-05-31T14:39:47.115Z","dependency_job_id":null,"purl":"pkg:github/related-sciences/gce-github-runner@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2025-09-04T19:57:54.098Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":5,"rankings":{"downloads":null,"dependent_repos_count":15.293147731236326,"dependent_packages_count":0.0,"stargazers_count":6.106918637833724,"forks_count":2.7580522444838955,"docker_downloads_count":null,"average":6.039529653388486},"purl":"pkg:githubactions/related-sciences/gce-github-runner","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/related-sciences/gce-github-runner","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/related-sciences/gce-github-runner","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/related-sciences/gce-github-runner/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T11:58:03.278Z","issues_count":1,"pull_requests_count":7,"avg_time_to_close_issue":105285.0,"avg_time_to_close_pull_request":29041.0,"issues_closed_count":1,"pull_requests_closed_count":6,"pull_request_authors_count":4,"issue_authors_count":1,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":4,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":105285.0,"past_year_avg_time_to_close_pull_request":29041.0,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":6,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":2.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/related-sciences%2Fgce-github-runner/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/related-sciences%2Fgce-github-runner/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/related-sciences%2Fgce-github-runner/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/related-sciences%2Fgce-github-runner/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/related-sciences%2Fgce-github-runner/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/related-sciences%2Fgce-github-runner/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/related-sciences%2Fgce-github-runner/codemeta","maintainers":[]}