{"id":19136694,"url":"https://github.com/hyperledgendary/setup-hyperledger-fabric-action","last_synced_at":"2026-06-24T00:31:40.415Z","repository":{"id":65651559,"uuid":"593168410","full_name":"hyperledgendary/setup-hyperledger-fabric-action","owner":"hyperledgendary","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-02T13:54:13.000Z","size":217,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-13T00:04:27.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/hyperledgendary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2023-01-25T11:58:02.000Z","updated_at":"2023-01-25T11:58:25.000Z","dependencies_parsed_at":"2023-02-17T20:31:36.241Z","dependency_job_id":null,"html_url":"https://github.com/hyperledgendary/setup-hyperledger-fabric-action","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"496c29ab768fbb91b6fa726a19c7d2ff34e48036"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hyperledgendary/setup-hyperledger-fabric-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledgendary%2Fsetup-hyperledger-fabric-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledgendary%2Fsetup-hyperledger-fabric-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledgendary%2Fsetup-hyperledger-fabric-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledgendary%2Fsetup-hyperledger-fabric-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperledgendary","download_url":"https://codeload.github.com/hyperledgendary/setup-hyperledger-fabric-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperledgendary%2Fsetup-hyperledger-fabric-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34712578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":[],"created_at":"2024-11-09T06:35:16.670Z","updated_at":"2026-06-24T00:31:40.396Z","avatar_url":"https://github.com/hyperledgendary.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :gear: `setup-hyperledger-fabric-action` \n\u003e Action to setup Hyperledger Fabric CLIs\n\n## About\n\nThis action will install the Hyperledger Fabric CLIs (peer, fabric-ca-client etc) and set the path and `FABRIC_CFG_CONFIG`\nIt's not recommended to load the Fabric docker images in a GHA pipeline. Instead use the Microfab container for FV style testing.\n\n## Usage\n\nTo install the latest version\n\n```yaml\nsteps:\n- name: Install the latest patch level of the LTS\n  uses: hyperledgendary/setup-hyperledger-fabric-action\n```\n\nTo setup a specific version:\n\n```yaml\nsteps:\n- name: Install the 2.4.7 release specifically\n  uses: hyperledgendary/setup-hyperledger-fabric-action\n  with:\n    version: 2.4.7\n\nsteps:\n- name: Installs the last 2.5 development release and pulls docker imagaes\n  uses: hyperledgendary/setup-hyperledger-fabric-action\n  with:\n    version: 2.5.0-beta\n\nsteps:\n- name: Installs the last 2.5 development release\n  uses: hyperledgendary/setup-hyperledger-fabric-action\n  with:\n    version: 2.5-dev\n```\n\n## Inputs\nThe actions supports the following inputs:\n\n- `version`: The version to install, defaulting to `2.4.7`\n\n\n## License\n[APACAHE-2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledgendary%2Fsetup-hyperledger-fabric-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperledgendary%2Fsetup-hyperledger-fabric-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperledgendary%2Fsetup-hyperledger-fabric-action/lists"}