{"id":6326335,"name":"matrix-org/sonarcloud-workflow-action","ecosystem":"actions","description":"Helper action to analyse repo with SonarCloud, pass correct PR details and upload coverage.","homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/matrix-org/sonarcloud-workflow-action","keywords_array":[],"namespace":"matrix-org","versions_count":23,"first_release_published_at":"2022-05-31T14:23:08.000Z","latest_release_published_at":"2022-05-31T16:49:54.000Z","latest_release_number":"0.0.9","last_synced_at":"2026-08-07T06:52:50.100Z","created_at":"2023-02-13T13:09:17.938Z","updated_at":"2026-08-07T06:52:50.100Z","registry_url":"https://github.com/matrix-org/sonarcloud-workflow-action","install_command":null,"documentation_url":null,"metadata":{"name":"SonarCloud","description":"Helper action to analyse repo with SonarCloud, pass correct PR details and upload coverage.","inputs":{"is_pr":{"type":"boolean","required":false,"description":"Whether this workflow run related to a PR, if true then `repository` must be specified."},"version_cmd":{"type":"string","required":true,"description":"The shell command to find the version to pass to Sonar as projectVersion"},"repository":{"type":"string","required":true,"description":"The full name of the head repo in org/repo format"},"branch":{"type":"string","required":true,"description":"The name of the head branch"},"revision":{"type":"string","required":true,"description":"The git revision with which this sonar run should be associated"},"token":{"type":"string","required":true,"description":"The SONAR_TOKEN passed from secrets."},"coverage_run_id":{"type":"string","required":false,"description":"The run_id of the workflow which upload the coverage relevant to this run, if any"},"coverage_artifact_name":{"type":"string","required":false,"description":"The name of the coverage artifact","default":"coverage"},"coverage_extract_path":{"type":"string","required":false,"description":"The path to which to extract the artifact, defaults to the checkout root `.`","default":"."},"skip_checkout":{"type":"boolean","required":false,"description":"Whether to skip the checkout step, sometimes some setup- action needs to run between checkout \u0026 analysis","default":false}},"runs":{"using":"composite","steps":[{"name":"🧮 Checkout code","uses":"actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683","if":"inputs.skip_checkout != 'true'","with":{"repository":"${{ github.event.workflow_run.head_repository.full_name }}","ref":"${{ inputs.branch }}","fetch-depth":0}},{"name":"🔪 Extract owner from repository","id":"owner","if":"inputs.is_pr == 'true'","shell":"bash","run":"owner=$(echo \"${{ inputs.repository }}\" | cut -d'/' -f1)\necho \"owner=$owner\" \u003e\u003e $GITHUB_OUTPUT\n"},{"name":"🔍 Read PR details","id":"prdetails","if":"inputs.is_pr == 'true'","uses":"matrix-org/pr-details-action@v1.3","with":{"owner":"${{ steps.owner.outputs.owner }}","branch":"${{ inputs.branch }}"}},{"name":"🔍 Read project version","id":"version","shell":"bash","run":"version=$(${{ inputs.version_cmd }} | tr -d '\\r\\n')\necho \"sonar.projectVersion=${version//$'\\n'/\\\\n}\" \u003e\u003e sonar-project.properties\n"},{"name":"📕 Fetch base branch","if":"steps.prdetails.outputs.base_branch","shell":"bash","run":"git remote add upstream https://github.com/${{ github.repository }}\ngit rev-parse HEAD\ngit fetch upstream ${{ steps.prdetails.outputs.base_branch }}:${{ steps.prdetails.outputs.base_branch }}\ngit status\ngit rev-parse HEAD\n"},{"name":"📥 Download Coverage Report","uses":"actions/download-artifact@v4","if":"inputs.coverage_run_id","with":{"github-token":"${{ github.token }}","run-id":"${{ inputs.coverage_run_id }}","name":"${{ inputs.coverage_artifact_name }}","path":"${{ inputs.coverage_extract_path }}"}},{"name":"🔧 Load configuration","shell":"bash","run":"echo \"sonar.scm.revision=$REVISION\" \u003e\u003e sonar-project.properties\necho \"sonar.pullrequest.key=$PR_ID\" \u003e\u003e sonar-project.properties\necho \"sonar.pullrequest.branch=$HEAD_BRANCH\" \u003e\u003e sonar-project.properties\necho \"sonar.pullrequest.base=$BASE_BRANCH\" \u003e\u003e sonar-project.properties\n","env":{"REVISION":"${{ inputs.revision }}","PR_ID":"${{ steps.prdetails.outputs.pr_id }}","HEAD_BRANCH":"${{ steps.prdetails.outputs.pr_id \u0026\u0026 steps.prdetails.outputs.head_branch }}","BASE_BRANCH":"${{ steps.prdetails.outputs.pr_id \u0026\u0026 steps.prdetails.outputs.base_branch }}"}},{"name":"🩻 SonarCloud Scan","uses":"SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d","env":{"GITHUB_TOKEN":"${{ github.token }}","SONAR_TOKEN":"${{ inputs.token }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":39586835,"uuid":"498354313","full_name":"matrix-org/sonarcloud-workflow-action","owner":"matrix-org","description":"A Github Action for wrapping `SonarSource/sonarcloud-github-action` with all the boilerplate necessary to do the right thing for pull requests from forks in workflow runs.","archived":true,"fork":false,"pushed_at":"2026-07-23T13:53:29.000Z","size":101,"stargazers_count":2,"open_issues_count":5,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-08-06T23:19:09.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/matrix-org.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-31T13:45:29.000Z","updated_at":"2026-07-23T13:54:41.000Z","dependencies_parsed_at":"2024-05-08T16:46:08.535Z","dependency_job_id":"11edb97b-7cbc-4090-bc0c-cb2279187f70","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":"0.10526315789473684","last_synced_commit":"866db3bc24684036ca01c59df08a96741f1006db"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrix-org","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36364195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-07T02:00:06.708Z","response_time":57,"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":"matrix-org","name":"matrix.org","uuid":"8418310","kind":"organization","description":"A new basis for open, interoperable, decentralised real-time communication","email":"matrix@matrix.org","website":"http://www.matrix.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/8418310?v=4","repositories_count":323,"last_synced_at":"2024-04-11T15:15:41.029Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/matrix-org","funding_links":[],"total_stars":32707,"followers":2970,"following":0,"created_at":"2022-11-03T22:40:23.178Z","updated_at":"2024-04-11T15:17:26.514Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrix-org","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrix-org/repositories"},"tags":[{"name":"v4.0","sha":"820f7c2e9e94ba9e35add0f739691e5c7e23fa25","kind":"commit","published_at":"2025-03-04T11:42:52.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v4.0","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v4.0","dependencies_parsed_at":null,"dependency_job_id":"aaa5a7f5-ea48-45f3-a527-19ca3e9f855f","purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v4.0/manifests"},{"name":"v3.3","sha":"6fa326fe328568a4800c431fe864826caff79b41","kind":"tag","published_at":"2024-09-24T09:46:50.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v3.3","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v3.3","dependencies_parsed_at":"2024-09-26T11:54:33.906Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v3.3/manifests"},{"name":"v3.2","sha":"2486aace45ce0d37bb988b21a1a8a71dcc4de01a","kind":"commit","published_at":"2024-04-29T15:52:15.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v3.2","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v3.2","dependencies_parsed_at":"2024-05-01T04:13:31.863Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v3.2/manifests"},{"name":"v3.1","sha":"a7e8a696532451e9133f603c5a49154bed77afb8","kind":"commit","published_at":"2024-04-29T09:44:23.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v3.1","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v3.1","dependencies_parsed_at":"2024-05-01T04:13:31.861Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v3.1/manifests"},{"name":"v3.0","sha":"304afff6b4f83c358c8e26433654c49b153d8124","kind":"commit","published_at":"2024-04-29T09:36:34.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v3.0","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v3.0","dependencies_parsed_at":"2024-05-01T04:13:31.862Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v3.0/manifests"},{"name":"v2.7","sha":"556fc3ce107d6ef559b235e39cbc015a89130a41","kind":"commit","published_at":"2023-11-16T10:51:47.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v2.7","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v2.7","dependencies_parsed_at":"2023-11-18T05:05:54.887Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.7/manifests"},{"name":"v2.6","sha":"2fb0a47f3d7063f362dba6ead99c18dc78005aba","kind":"commit","published_at":"2023-09-07T09:23:30.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v2.6","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v2.6","dependencies_parsed_at":"2023-09-09T04:52:09.744Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.6/manifests"},{"name":"v2.5","sha":"0799b087673f6b8f64239f87a2c8a0059c74b22d","kind":"commit","published_at":"2023-04-24T07:37:15.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v2.5","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v2.5","dependencies_parsed_at":"2023-06-02T11:51:24.789Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.5/manifests"},{"name":"v2.4","sha":"74369ae8e60a33f4c39c82696644e2566747b3c0","kind":"commit","published_at":"2023-04-12T10:40:46.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v2.4","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v2.4","dependencies_parsed_at":"2023-06-02T11:30:23.533Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.4/manifests"},{"name":"v2.3","sha":"866db3bc24684036ca01c59df08a96741f1006db","kind":"commit","published_at":"2022-11-02T18:16:23.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v2.3","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v2.3","dependencies_parsed_at":"2023-05-31T19:08:51.803Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.3/manifests"},{"name":"v2.2","sha":"4e88796c7a84d29e33071c497aab0b2a71218567","kind":"commit","published_at":"2022-06-11T20:54:47.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v2.2","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v2.2","dependencies_parsed_at":"2023-05-31T09:09:10.339Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.2/manifests"},{"name":"v2.1","sha":"dc6405902e5531e39a1de9cd5dc51f7aaa958b63","kind":"commit","published_at":"2022-06-01T13:53:06.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v2.1","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v2.1","dependencies_parsed_at":"2023-05-31T09:09:10.515Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2.1/manifests"},{"name":"v2","sha":"a94f55aa74dfd6ff9aa0d1355d0cbbe4f78c215c","kind":"commit","published_at":"2022-06-01T11:12:06.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v2","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v2","dependencies_parsed_at":"2023-05-31T09:09:10.674Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v2/manifests"},{"name":"v1","sha":"f31c27be76962784fe65883f88a8f62c7f539eca","kind":"commit","published_at":"2022-05-31T17:02:29.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/v1","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/v1","dependencies_parsed_at":"2023-05-31T09:09:12.432Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/v1/manifests"},{"name":"0.0.9","sha":"c48111368e05119c881c7046fb5a2951c5a7ea4a","kind":"commit","published_at":"2022-05-31T16:49:54.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/0.0.9","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/0.0.9","dependencies_parsed_at":"2023-05-31T09:09:10.865Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.9/manifests"},{"name":"0.0.8","sha":"6e92b19da5a7d599782d24f1e06de5acaed974ba","kind":"commit","published_at":"2022-05-31T16:39:45.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/0.0.8","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/0.0.8","dependencies_parsed_at":"2023-05-31T09:09:11.046Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.8/manifests"},{"name":"0.0.7","sha":"49385fce2826c767daca1f0924cdd90eb73a397c","kind":"commit","published_at":"2022-05-31T16:32:00.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/0.0.7","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/0.0.7","dependencies_parsed_at":"2023-05-31T09:09:11.291Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.7/manifests"},{"name":"0.0.6","sha":"8f60364c44173f4b07a8d8e20fa0c9e900ebcff8","kind":"commit","published_at":"2022-05-31T16:21:21.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/0.0.6","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/0.0.6","dependencies_parsed_at":"2023-05-31T09:09:11.476Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.6/manifests"},{"name":"0.0.5","sha":"6f480ff6c126e01de133d061529d1ec32a849699","kind":"commit","published_at":"2022-05-31T16:01:16.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/0.0.5","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/0.0.5","dependencies_parsed_at":"2023-05-31T09:09:11.663Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.5/manifests"},{"name":"0.0.4","sha":"b60ca652670545adbfa2e2ac01497f25415c8a84","kind":"commit","published_at":"2022-05-31T14:58:39.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/0.0.4","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/0.0.4","dependencies_parsed_at":"2023-05-31T09:09:11.858Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.4/manifests"},{"name":"0.0.3","sha":"e0e7cd90113d5ba74db45d25b6008df2b2423132","kind":"commit","published_at":"2022-05-31T14:39:31.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/0.0.3","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/0.0.3","dependencies_parsed_at":"2023-05-31T09:09:12.061Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.3/manifests"},{"name":"0.0.2","sha":"c389ed763323d33bedd0445b1b4528430e34199f","kind":"commit","published_at":"2022-05-31T14:33:47.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/0.0.2","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/0.0.2","dependencies_parsed_at":"2023-05-31T09:09:12.181Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.2/manifests"},{"name":"0.0.1","sha":"e8387e79abd7daf3bcd5db9d845c770001f68c85","kind":"commit","published_at":"2022-05-31T14:23:08.000Z","download_url":"https://codeload.github.com/matrix-org/sonarcloud-workflow-action/tar.gz/0.0.1","html_url":"https://github.com/matrix-org/sonarcloud-workflow-action/releases/tag/0.0.1","dependencies_parsed_at":"2023-05-31T09:09:12.267Z","dependency_job_id":null,"purl":"pkg:github/matrix-org/sonarcloud-workflow-action@0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/tags/0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-07T06:52:49.012Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":15,"rankings":{"downloads":null,"dependent_repos_count":10.4135636190778,"dependent_packages_count":0.0,"stargazers_count":34.691807954365395,"forks_count":35.17033750594201,"docker_downloads_count":null,"average":20.068927269846302},"purl":"pkg:githubactions/matrix-org/sonarcloud-workflow-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/matrix-org/sonarcloud-workflow-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/matrix-org/sonarcloud-workflow-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/matrix-org/sonarcloud-workflow-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-09T13:00:54.302Z","issues_count":1,"pull_requests_count":44,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":2165352.8205128205,"issues_closed_count":0,"pull_requests_closed_count":39,"pull_request_authors_count":3,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":27,"bot_issues_count":1,"bot_pull_requests_count":40,"past_year_issues_count":0,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":143719.25,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":8,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":9,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrix-org%2Fsonarcloud-workflow-action/issues","maintainers":[{"login":"t3chguy","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/t3chguy"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/matrix-org%2Fsonarcloud-workflow-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/matrix-org%2Fsonarcloud-workflow-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/matrix-org%2Fsonarcloud-workflow-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/matrix-org%2Fsonarcloud-workflow-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/matrix-org%2Fsonarcloud-workflow-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/matrix-org%2Fsonarcloud-workflow-action/codemeta","maintainers":[]}