{"id":18473891,"url":"https://github.com/xmidt-org/sonarcloud-installer-action","last_synced_at":"2025-05-13T00:52:26.786Z","repository":{"id":39732266,"uuid":"439951563","full_name":"xmidt-org/sonarcloud-installer-action","owner":"xmidt-org","description":"Installs the latest sonarcloud binaries for checking c/c++ code.","archived":false,"fork":false,"pushed_at":"2022-02-25T17:44:31.000Z","size":18,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-13T00:52:23.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/xmidt-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-19T19:35:09.000Z","updated_at":"2022-06-24T22:50:56.000Z","dependencies_parsed_at":"2023-01-04T18:32:39.555Z","dependency_job_id":null,"html_url":"https://github.com/xmidt-org/sonarcloud-installer-action","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmidt-org%2Fsonarcloud-installer-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmidt-org%2Fsonarcloud-installer-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmidt-org%2Fsonarcloud-installer-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmidt-org%2Fsonarcloud-installer-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmidt-org","download_url":"https://codeload.github.com/xmidt-org/sonarcloud-installer-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850889,"owners_count":21973672,"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":[],"created_at":"2024-11-06T10:27:00.089Z","updated_at":"2025-05-13T00:52:26.757Z","avatar_url":"https://github.com/xmidt-org.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sonarcloud Installer Action\nThis action installs the sonarcloud tools needed for C/C++ work using the latest\nversions available.\n\n## Motivation\n\nSonarcloud doesn't provide a Github Action for installing the latest tooling if\nyou need the locally run CLI.  This action fills this need and provides a mechanism\nfor validating the integrity of what was downloaded.\n\n## Action Inputs\n\n- **working-directory**: (optional) The working directory used for building.  Defaults to `.`.\n- **version**: (optional) The specific version of the cli.  Defaults to `*` (latest).\n\n## Examples\nThis example will install and use the latest version of the cli tool in a `build`\ndirectory.\n\n```yml\n  - name: Get Sonarcloud Binaries\n    uses: xmidt-org/sonarcloud-installer-action@v1\n    with:\n      working-directory: build\n```\n\n```yml\n  - name: Get Sonarcloud Binaries\n    uses: xmidt-org/sonarcloud-installer-action@v1\n    with:\n      working-directory: build\n      version: 4.6.2.2472\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmidt-org%2Fsonarcloud-installer-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmidt-org%2Fsonarcloud-installer-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmidt-org%2Fsonarcloud-installer-action/lists"}