{"id":20872494,"url":"https://github.com/romnn/setup-bazel-action","last_synced_at":"2026-04-16T04:01:55.964Z","repository":{"id":110742827,"uuid":"329972707","full_name":"romnn/setup-bazel-action","owner":"romnn","description":"setup bazel in your actions workflow.","archived":false,"fork":false,"pushed_at":"2021-01-15T19:17:29.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T11:45:16.627Z","etag":null,"topics":["actions","bazel","ci","configuration","installation-script","setup"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/romnn.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-15T17:01:15.000Z","updated_at":"2021-01-15T19:17:32.000Z","dependencies_parsed_at":"2024-03-08T18:01:25.745Z","dependency_job_id":null,"html_url":"https://github.com/romnn/setup-bazel-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/romnn/setup-bazel-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-bazel-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-bazel-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-bazel-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-bazel-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romnn","download_url":"https://codeload.github.com/romnn/setup-bazel-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romnn%2Fsetup-bazel-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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"}},"keywords":["actions","bazel","ci","configuration","installation-script","setup"],"created_at":"2024-11-18T06:19:06.539Z","updated_at":"2026-04-16T04:01:55.949Z","avatar_url":"https://github.com/romnn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## setup bazel action\n\nGitHub action to setup bazel.\n\n#### Usage\n\n**Note**: Make sure the runner or container image you use the action with has at least `wget`/`curl`, `unzip` and a java jdk installed.\n\n```yaml\n# .github/workflows/ci.yml\nname: CI\non: ['push']\n\njobs:\n  build:\n    runs-on: 'ubuntu-latest'\n    steps:\n    - uses: actions/checkout@v2\n\n    - name: 'setup bazel'\n      uses: 'romnnn/setup-bazel-action@master'\n      # optionally:\n      with:\n        version: 3.7.1\n\n    - name: 'run a bazel command'\n      run: |\n        bazel -h\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromnn%2Fsetup-bazel-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromnn%2Fsetup-bazel-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromnn%2Fsetup-bazel-action/lists"}