{"id":46360365,"url":"https://github.com/mettleci/mcix-system-version","last_synced_at":"2026-06-15T04:01:19.507Z","repository":{"id":342145462,"uuid":"1172550707","full_name":"MettleCI/mcix-system-version","owner":"MettleCI","description":"MCIX System Version — Retrieve details on the MCIX container providing DataStage CI/CD capabilities for IBM Software Hub (Cloud Pak) (from system/version)","archived":false,"fork":false,"pushed_at":"2026-06-09T11:46:39.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T13:23:52.513Z","etag":null,"topics":["github-actions","mcix","system"],"latest_commit_sha":null,"homepage":"https://mcix-system-version.mettleci.io","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MettleCI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-04T12:44:17.000Z","updated_at":"2026-06-09T11:46:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MettleCI/mcix-system-version","commit_stats":null,"previous_names":["mettleci/mcix-system-version"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/MettleCI/mcix-system-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MettleCI%2Fmcix-system-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MettleCI%2Fmcix-system-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MettleCI%2Fmcix-system-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MettleCI%2Fmcix-system-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MettleCI","download_url":"https://codeload.github.com/MettleCI/mcix-system-version/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MettleCI%2Fmcix-system-version/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34346870,"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-15T02:00:07.085Z","response_time":63,"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":["github-actions","mcix","system"],"created_at":"2026-03-05T01:11:00.179Z","updated_at":"2026-06-15T04:01:19.501Z","avatar_url":"https://github.com/MettleCI.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCIX System Version GitHub Action\n\nReports the MCIX toolset version available in the container.\n\n\u003c!-- BEGIN MCIX-ACTION-DOCS --\u003e\n# MCIX System Version\n\n\u003e [!CAUTION]\n\u003e This action is provided as a **technology preview** which may change, break, or disappear at any point and without warning.\n\nRetrieve details on the MCIX container providing DataStage CI/CD capabilities for IBM Software Hub (Cloud Pak)\n\n\u003e Namespace: `system`\u003cbr\u003e\n\u003e Action: `version`\u003cbr\u003e\n\u003e Usage: `${{ github.repository }}/system/version@v1`\n\n... where `v1` is the version of the action you wish to use.\n\n---\n\n## 🚀 Usage\n\nMinimal example:\n\n```yaml\njobs:\n  system-version:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v6\n\n      - name: Run MCIX System Version\n        id: system-version\n        uses: ${{ github.repository }}/system/version@v1\n        with:\n          # container-registry: \u003coptional\u003e\n          # image-name: \u003coptional\u003e\n          # image-tag: \u003coptional\u003e\n          # registry-user: \u003coptional\u003e\n          # registry-api-key: \u003coptional\u003e\n          # additional-args: \u003coptional\u003e\n```\n\n---\n\n## 🔧 Inputs\n\n| Name | Required | Default | Description |\n| --- | --- | --- | --- |\n| `container-registry` | ❌ |  | The path of the container registry, eg \"icr.io\" |\n| `image-name` | ❌ |  | The namespace and name of the MCIX container image providing this task |\n| `image-tag` | ❌ |  | The tag of the MCIX container image providing this task |\n| `registry-user` | ❌ |  | Username for sourcing the image from a private container registry |\n| `registry-api-key` | ❌ |  | API Key for sourcing the image from a private container registry |\n| `additional-args` | ❌ |  | Additional raw arguments to append to the mcix command |\n\n---\n\n## 📤 Outputs\n\n| Name | Description |\n| --- | --- |\n| `return-code` | The return code of the command |\n\n---\n\n## 🧱 Implementation details\n\n- `runs.using`: `composite`\n\n---\n\n## 🧩 Notes\n\n- The sections above are auto-generated from `action.yml`.\n- To edit this documentation, update `action.yml` (name/description/inputs/outputs).\n\u003c!-- END MCIX-ACTION-DOCS --\u003e\n## 📚 More information\n\nSee https://nextgen.mettleci.io/mettleci-cli/system-namespace/#system-version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmettleci%2Fmcix-system-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmettleci%2Fmcix-system-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmettleci%2Fmcix-system-version/lists"}