{"id":5800350,"name":"sturdy-dev/codeball-action","ecosystem":"actions","description":"AI Code Review – Codeball approves Pull Requests that a human would have approved. Wait less for review, save time and money.","homepage":"https://codeball.ai","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/sturdy-dev/codeball-action","keywords_array":["actions","ai","code-review","codeball","github-actions","pull-request"],"namespace":"sturdy-dev","versions_count":16,"first_release_published_at":"2022-05-23T14:04:48.000Z","latest_release_published_at":"2022-09-12T14:22:53.000Z","latest_release_number":"v2.6.0","last_synced_at":"2026-04-15T13:00:57.946Z","created_at":"2023-01-04T12:05:00.461Z","updated_at":"2026-04-15T13:00:57.946Z","registry_url":"https://github.com/sturdy-dev/codeball-action","install_command":null,"documentation_url":null,"metadata":{"name":"Codeball AI Code Review","description":"AI Code Review – Codeball approves Pull Requests that a human would have approved. Wait less for review, save time and money.","author":"Sturdy","branding":{"icon":"check","color":"orange"},"inputs":{"approvePullRequests":{"description":"If \"true\", the action will submit an approving review if the Codeball AI approves the contribution","default":"true","required":false},"labelPullRequestsWhenApproved":{"description":"If \"true\", the action will add `codeball:approved` label to the PR if the Codeball AI confidence is above the configured approve threshold","default":"true","required":false},"labelPullRequestsWhenReviewNeeded":{"description":"If \"true\", the action will add `codeball:needs-review` label to the PR if the Codeball AI confidence is between the \"approve\" and \"careful\" thresholds","default":"false","required":false},"labelPullRequestsWhenCarefulReviewNeeded":{"description":"If \"true\", the action will add `codeball:needs-careful-review` label to the PR if the Codeball AI confidence is below the configured careful threshold","default":"true","required":false},"approveThreshold":{"description":"The threshold to use for \"approving\" (greater than or equal to). A number between 0 and 1. Must be specified with 3 decimals.","default":"0.935","required":false},"carefulReviewThreshold":{"description":"The threshold to use for \"careful review\" actions (less than). A number between 0 and 1. Must be specified with 3 decimals.","default":"0.300","required":false},"failJobsWhenReviewNeeded":{"description":"If \"true\", the action will exit with status code 1 if the Codeball AI does not approve the contribution","default":"false","required":false},"codeSuggestionsFromComments":{"description":"If \"true\", Codeball will read generate code suggestions from comments made in Pull Requests (beta)","default":"false","required":false}},"runs":{"using":"composite","steps":[{"name":"Trigger Codeball","id":"codeball_baller","uses":"sturdy-dev/codeball-action/baller@v2","with":{"approveThreshold":"${{ inputs.approveThreshold }}","carefulReviewThreshold":"${{ inputs.carefulReviewThreshold }}"}},{"name":"Get Status","id":"codeball_status","uses":"sturdy-dev/codeball-action/status@v2","with":{"codeball-job-id":"${{ steps.codeball_baller.outputs.codeball-job-id }}"}},{"name":"Label Approved","uses":"sturdy-dev/codeball-action/labeler@v2","if":"${{ steps.codeball_status.outputs.jobType == 'contribution' \u0026\u0026 inputs.labelPullRequestsWhenApproved == 'true' \u0026\u0026 steps.codeball_status.outputs.confidence \u003e= inputs.approveThreshold  }}","with":{"name":"codeball:approved","color":"86efac","remove-label-names":"codeball:needs-review,codeball:needs-careful-review","codeball-job-id":"${{ steps.codeball_baller.outputs.codeball-job-id }}"}},{"name":"Label Needs Review","uses":"sturdy-dev/codeball-action/labeler@v2","if":"${{ steps.codeball_status.outputs.jobType == 'contribution' \u0026\u0026 inputs.labelPullRequestsWhenReviewNeeded == 'true' \u0026\u0026 steps.codeball_status.outputs.confidence \u003e= inputs.carefulReviewThreshold \u0026\u0026 steps.codeball_status.outputs.confidence \u003c inputs.approveThreshold  }}","with":{"name":"codeball:needs-review","color":"bfdbfe","remove-label-names":"codeball:approved,codeball:needs-careful-review","codeball-job-id":"${{ steps.codeball_baller.outputs.codeball-job-id }}"}},{"name":"Label Needs Careful Review","uses":"sturdy-dev/codeball-action/labeler@v2","if":"${{ steps.codeball_status.outputs.jobType == 'contribution' \u0026\u0026 inputs.labelPullRequestsWhenCarefulReviewNeeded == 'true' \u0026\u0026 steps.codeball_status.outputs.confidence \u003c inputs.carefulReviewThreshold }}","with":{"name":"codeball:needs-careful-review","color":"fde68a","remove-label-names":"codeball:approved,codeball:needs-review","codeball-job-id":"${{ steps.codeball_baller.outputs.codeball-job-id }}"}},{"name":"Approve PR","uses":"sturdy-dev/codeball-action/approver@v2","if":"${{ steps.codeball_status.outputs.jobType == 'contribution' \u0026\u0026 inputs.approvePullRequests == 'true' }}","with":{"codeball-job-id":"${{ steps.codeball_baller.outputs.codeball-job-id }}","approve":"${{ steps.codeball_status.outputs.confidence \u003e= inputs.approveThreshold }}"}},{"name":"Add Suggestions","uses":"sturdy-dev/codeball-action/suggester@v2","if":"${{ steps.codeball_status.outputs.suggested == 'true' \u0026\u0026 inputs.codeSuggestionsFromComments == 'true' \u0026\u0026 steps.codeball_status.outputs.jobType == 'comment' }}","with":{"codeball-job-id":"${{ steps.codeball_baller.outputs.codeball-job-id }}"}},{"name":"Fail Job","shell":"bash","if":"${{ steps.codeball_status.outputs.approved == 'false' \u0026\u0026 inputs.failJobsWhenReviewNeeded == 'true' \u0026\u0026 steps.codeball_status.outputs.jobType == 'contribution' }}","run":"echo \"Not approved\"\nexit 1\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":36961142,"uuid":"494489850","full_name":"sturdy-dev/codeball-action","owner":"sturdy-dev","description":"🔮 Codeball – AI Code Review that finds bugs and fast-tracks your code","archived":false,"fork":false,"pushed_at":"2023-04-06T17:06:02.000Z","size":7889,"stargazers_count":324,"open_issues_count":19,"forks_count":36,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-09T16:59:46.803Z","etag":null,"topics":["actions","ai","code-review","codeball","github-actions","pull-request"],"latest_commit_sha":null,"homepage":"https://codeball.ai","language":"TypeScript","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/sturdy-dev.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":"2022-05-20T14:10:23.000Z","updated_at":"2025-09-06T18:40:16.000Z","dependencies_parsed_at":"2024-10-14T20:11:16.178Z","dependency_job_id":null,"html_url":"https://github.com/sturdy-dev/codeball-action","commit_stats":{"total_commits":184,"total_committers":5,"mean_commits":36.8,"dds":"0.46739130434782605","last_synced_commit":"4e96dfa904bedf8fe7d4d4e227e6125b663f4ff3"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/sturdy-dev/codeball-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sturdy-dev","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/sbom","scorecard":{"id":856364,"data":{"date":"2025-08-11","repo":{"name":"github.com/sturdy-dev/codeball-action","commit":"4e96dfa904bedf8fe7d4d4e227e6125b663f4ff3"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 30 changesets","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29","Warn: no topLevel permission defined: .github/workflows/codeball-act.yml:1","Warn: no topLevel permission defined: .github/workflows/codeball.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeball-act.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/sturdy-dev/codeball-action/codeball-act.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codeball.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/sturdy-dev/codeball-action/codeball.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/sturdy-dev/codeball-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/sturdy-dev/codeball-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/sturdy-dev/codeball-action/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/sturdy-dev/codeball-action/codeql-analysis.yml/main?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"12 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-23T23:58:42.319Z","repository_id":36961142,"created_at":"2025-08-23T23:58:42.327Z","updated_at":"2025-08-23T23:58:42.327Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006753,"owners_count":26084177,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":"sturdy-dev","name":"Codeball","uuid":"75087565","kind":"organization","description":"Living an AI fever dream","email":"support@codeball.ai","website":"https://codeball.ai","location":"Sweden","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/75087565?v=4","repositories_count":13,"last_synced_at":"2023-03-03T20:41:01.790Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/sturdy-dev","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T05:25:51.257Z","updated_at":"2023-03-03T20:41:01.854Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sturdy-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sturdy-dev/repositories"},"tags":[{"name":"v2.6.0","sha":"102067b9f537482cee112577655c85fda56d8926","kind":"commit","published_at":"2022-09-12T14:22:53.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.6.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.6.0","dependencies_parsed_at":"2023-05-31T21:01:41.924Z","dependency_job_id":"e817b621-90fe-454d-9af9-bd8af5cbc460","purl":"pkg:github/sturdy-dev/codeball-action@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.6.0/manifests"},{"name":"v2.5.1","sha":"1d99c45878e38e9218bd1f5f4bc5e54aed1ff075","kind":"commit","published_at":"2022-09-08T12:28:57.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.5.1","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.5.1","dependencies_parsed_at":"2023-05-31T21:01:43.843Z","dependency_job_id":"574a4379-1678-4ec1-81de-dadc4467ff8d","purl":"pkg:github/sturdy-dev/codeball-action@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"51712d22053957133e55c8c233d7642b01258c9f","kind":"commit","published_at":"2022-09-08T11:07:09.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.5.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.5.0","dependencies_parsed_at":"2023-05-31T21:01:45.672Z","dependency_job_id":"1ca2971e-b9f4-4d5a-9309-f066b66bd425","purl":"pkg:github/sturdy-dev/codeball-action@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.5.0/manifests"},{"name":"v2.4.2","sha":"6f6a55feb79b6a872f89e963559b1e479a2785c1","kind":"commit","published_at":"2022-09-05T14:39:06.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.4.2","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.4.2","dependencies_parsed_at":"2023-05-30T18:53:50.379Z","dependency_job_id":"3a3e34d3-6dba-4262-a95f-2e0254fb3ddd","purl":"pkg:github/sturdy-dev/codeball-action@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"44d7ad8b8288e83a772faced9d9b516751390ed9","kind":"commit","published_at":"2022-08-30T07:41:14.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.4.1","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.4.1","dependencies_parsed_at":"2023-05-30T18:53:51.668Z","dependency_job_id":"d83cd251-43a1-4690-826a-63406ffd4e32","purl":"pkg:github/sturdy-dev/codeball-action@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"da28760e00eb503fe3160aff1331ab1bb9f3ffa5","kind":"commit","published_at":"2022-08-18T12:04:12.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.4.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.4.0","dependencies_parsed_at":"2023-05-30T18:53:53.081Z","dependency_job_id":"32e07246-ed54-4a1f-bf8f-29dde73a3e4a","purl":"pkg:github/sturdy-dev/codeball-action@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"928c52a1e58f472d718f550106b74c556fc9b16c","kind":"commit","published_at":"2022-08-01T12:29:47.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.3.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.3.0","dependencies_parsed_at":"2023-05-30T18:53:54.200Z","dependency_job_id":"e1a3218c-1480-4b93-9119-b0ee330e4b38","purl":"pkg:github/sturdy-dev/codeball-action@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"8f68c303f746a5c0aa3c887e18a3b610748f60a1","kind":"commit","published_at":"2022-06-21T11:02:20.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.2.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-30T18:53:55.483Z","dependency_job_id":"051f3cd0-63f5-4d46-bef9-e558f6786c71","purl":"pkg:github/sturdy-dev/codeball-action@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"d63b39923ee75636ae1c686803bcfd0a747e291a","kind":"commit","published_at":"2022-06-13T15:24:15.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.1.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-30T18:53:56.709Z","dependency_job_id":"cf5d74eb-68b4-4083-a83e-ddf44a445ec5","purl":"pkg:github/sturdy-dev/codeball-action@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.1.0/manifests"},{"name":"v2.0.1","sha":"105945c7b867ad2fa99ea43e034688929e85be98","kind":"commit","published_at":"2022-06-02T19:56:37.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.0.1","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-30T18:53:57.738Z","dependency_job_id":"b56cfce0-533b-429e-8c7a-7a0f9da92504","purl":"pkg:github/sturdy-dev/codeball-action@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"857147d60e3cf638f4634c28c6b5c5deb77249d9","kind":"commit","published_at":"2022-05-31T09:10:25.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v2.0.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T18:53:58.774Z","dependency_job_id":"6e5ccda9-9c69-4df4-a2ce-0006dda7b756","purl":"pkg:github/sturdy-dev/codeball-action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"9893fd05f2c650585007adbca73e5507de45683f","kind":"commit","published_at":"2022-05-27T16:04:27.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v1.2.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-30T18:53:59.751Z","dependency_job_id":"34840bd4-138e-4abd-be52-c560417e23a2","purl":"pkg:github/sturdy-dev/codeball-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"0a73b681b3976c4966f01bc8f13b27a23be4198b","kind":"commit","published_at":"2022-05-25T14:57:45.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v1.1.1","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-30T18:54:00.524Z","dependency_job_id":"283ebe32-b1a6-46a3-b80b-e9c9dfb78c03","purl":"pkg:github/sturdy-dev/codeball-action@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"cde445a555fa393518d0f862136e640f0f64c84b","kind":"commit","published_at":"2022-05-24T08:46:47.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v1.1.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T18:54:01.287Z","dependency_job_id":"0d291c85-3299-4e7a-b248-2e1a9ffe82ad","purl":"pkg:github/sturdy-dev/codeball-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"61ada1fa716f344ae8d078deda9850b2c57097e8","kind":"commit","published_at":"2022-05-23T14:16:25.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v1.0.1","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-30T18:54:01.962Z","dependency_job_id":"9e93545e-4ed9-43bc-a43b-70d61088b0a9","purl":"pkg:github/sturdy-dev/codeball-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"355cb37afa3d9837f528911999a8a77d67dcdcb9","kind":"commit","published_at":"2022-05-23T14:04:48.000Z","download_url":"https://codeload.github.com/sturdy-dev/codeball-action/tar.gz/v1.0.0","html_url":"https://github.com/sturdy-dev/codeball-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T18:54:02.677Z","dependency_job_id":"272a127a-49f7-49e6-8841-d3ad80c1c695","purl":"pkg:github/sturdy-dev/codeball-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-11T09:18:51.866Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":335,"rankings":{"downloads":null,"dependent_repos_count":2.050388211060054,"dependent_packages_count":0.0,"stargazers_count":0.8873395658374268,"forks_count":2.1169386784978608,"docker_downloads_count":null,"average":1.2636666138488355},"purl":"pkg:githubactions/sturdy-dev/codeball-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/sturdy-dev/codeball-action","docker_dependents_count":1,"docker_downloads_count":6920,"usage_url":"https://repos.ecosyste.ms/usage/actions/sturdy-dev/codeball-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/sturdy-dev/codeball-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T10:53:38.279Z","issues_count":15,"pull_requests_count":87,"avg_time_to_close_issue":1217834.0,"avg_time_to_close_pull_request":598988.5875,"issues_closed_count":3,"pull_requests_closed_count":80,"pull_request_authors_count":3,"issue_authors_count":14,"avg_comments_per_issue":0.8666666666666667,"avg_comments_per_pull_request":0.5057471264367817,"merged_pull_requests_count":37,"bot_issues_count":0,"bot_pull_requests_count":84,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sturdy-dev%2Fcodeball-action/issues","maintainers":[{"login":"zegl","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zegl"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sturdy-dev%2Fcodeball-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sturdy-dev%2Fcodeball-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sturdy-dev%2Fcodeball-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sturdy-dev%2Fcodeball-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sturdy-dev%2Fcodeball-action/codemeta","maintainers":[]}