{"id":11771834,"name":"github/contributors","ecosystem":"actions","description":"A GitHub Action to report out contributors and contributions to a repository or organization","homepage":"https://github.blog/2023-10-23-how-to-gain-insight-into-your-project-contributors/","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/github/contributors","keywords_array":["actions","contributors","github-actions","hacktoberfest","ospo","python","sponsors"],"namespace":"github","versions_count":37,"first_release_published_at":"2023-10-14T01:18:08.000Z","latest_release_published_at":"2025-12-15T15:09:33.000Z","latest_release_number":"v1.7.8","last_synced_at":"2026-04-13T19:03:52.221Z","created_at":"2025-06-07T21:08:08.760Z","updated_at":"2026-04-13T19:03:52.221Z","registry_url":"https://github.com/github/contributors","install_command":null,"documentation_url":null,"metadata":{"name":"Contributors Action","author":"github","description":"A GitHub Action to report out contributors and contributions to a repository or organization","runs":{"using":"docker","image":"docker://ghcr.io/github/contributors:v1"},"branding":{"icon":"users","color":"green"},"default_branch":"main","path":null},"repo_metadata":{"id":199979805,"uuid":"699541203","full_name":"github/contributors","owner":"github","description":"GitHub Action that given an organization or repository, produces information about the contributors over the specified time period.","archived":false,"fork":false,"pushed_at":"2025-10-27T12:20:27.000Z","size":669,"stargazers_count":129,"open_issues_count":5,"forks_count":19,"subscribers_count":121,"default_branch":"main","last_synced_at":"2025-10-27T14:21:45.371Z","etag":null,"topics":["actions","contributors","github-actions","hacktoberfest","ospo","python","sponsors"],"latest_commit_sha":null,"homepage":"https://github.blog/2023-10-23-how-to-gain-insight-into-your-project-contributors/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2023-10-02T20:50:17.000Z","updated_at":"2025-10-27T12:20:11.000Z","dependencies_parsed_at":"2023-10-25T21:35:33.234Z","dependency_job_id":"0c5b68f6-99eb-441b-a66d-81f351c845b6","html_url":"https://github.com/github/contributors","commit_stats":null,"previous_names":["github/contributors"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/github/contributors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/contributors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/sbom","scorecard":{"id":428164,"data":{"date":"2025-08-18T03:25:06Z","repo":{"name":"github.com/github/contributors","commit":"5c4a32a124d3855168995dcb857ca926fbe07680"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.2,"checks":[{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 22 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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/auto-labeler.yml:12","Info: jobLevel 'contents' permission set to 'read': .github/workflows/pr-title.yml:12","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/pr-title.yml:13","Warn: jobLevel 'statuses' permission set to 'write': .github/workflows/pr-title.yml:14","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:13","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/release.yml:14","Info: jobLevel 'contents' permission set to 'read': .github/workflows/release.yml:24","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/release.yml:25","Info: jobLevel 'contents' permission set to 'read': .github/workflows/release.yml:41","Info: jobLevel 'contents' permission set to 'read': .github/workflows/super-linter.yaml:16","Info: jobLevel 'packages' permission set to 'read': .github/workflows/super-linter.yaml:17","Warn: jobLevel 'statuses' permission set to 'write': .github/workflows/super-linter.yaml:18","Info: topLevel 'contents' permission set to 'read': .github/workflows/auto-labeler.yml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/contributors_report.yaml:9","Info: topLevel 'contents' permission set to 'read': .github/workflows/docker-ci.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/pr-title.yml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/python-ci.yml:14","Info: topLevel 'contents' permission set to 'read': .github/workflows/release.yml:9","Info: topLevel permissions set to 'read-all': .github/workflows/scorecard.yml:16","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/stale.yml:8","Info: topLevel 'contents' permission set to 'read': .github/workflows/super-linter.yaml:9"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docker-ci.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/github/contributors/docker-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/github/contributors/python-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/github/contributors/python-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecard.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/github/contributors/scorecard.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/scorecard.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/github/contributors/scorecard.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/github/contributors/stale.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/super-linter.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/github/contributors/super-linter.yaml/main?enable=pin","Warn: pipCommand not pinned by hash: Dockerfile:18-21","Warn: pipCommand not pinned by hash: .github/workflows/python-ci.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/python-ci.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/super-linter.yaml:26","Warn: pipCommand not pinned by hash: .github/workflows/super-linter.yaml:27","Info:   2 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   3 out of   3 third-party GitHubAction dependencies pinned","Info:   1 out of   1 containerImage dependencies pinned","Info:   0 out of   5 pipCommand 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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"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/ab2f6e92482462fe66246d9e32f642855a691dc1/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: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/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/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/github/.github/SECURITY.md:1","Info: Found linked content: github.com/github/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/github/.github/SECURITY.md:1","Info: Found text in security policy: github.com/github/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"Contributors","score":10,"reason":"project has 12 contributing companies or organizations","details":["Info: found contributions from: InnerSourceCommons, alamocoders, alltheavo, argoproj, devsanantonio, github, lostechies, meridth, onwardllc, ossf, privateerproj, super-linter"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"CI-Tests","score":10,"reason":"22 out of 22 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}}]},"last_synced_at":"2025-08-19T02:42:32.060Z","repository_id":199979805,"created_at":"2025-08-19T02:42:32.066Z","updated_at":"2025-08-19T02:42:32.066Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281287151,"owners_count":26475266,"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-27T02:00:05.855Z","response_time":61,"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":"github","name":"GitHub","uuid":"9919","kind":"organization","description":"How people build software.","email":null,"website":"https://github.com/about","location":"San Francisco, CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9919?v=4","repositories_count":462,"last_synced_at":"2023-04-09T06:36:30.344Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/github","funding_links":[],"total_stars":423165,"followers":null,"following":null,"created_at":"2022-11-02T16:22:19.308Z","updated_at":"2023-04-09T06:36:32.228Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github/repositories"},"tags":[{"name":"v1.7.5","sha":"8b7586939baa0af4e801dbd22c88adf6e0db8915","kind":"commit","published_at":"2025-10-27T12:20:06.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.7.5","html_url":"https://github.com/github/contributors/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"2685bb003d6b9eecde35e82bb1bd1df4dfb7be08","kind":"commit","published_at":"2025-10-13T00:21:46.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.7.4","html_url":"https://github.com/github/contributors/releases/tag/v1.7.4","dependencies_parsed_at":"2025-10-16T08:09:05.910Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"615f7471903e192746ba2b0cba8451af1d673057","kind":"commit","published_at":"2025-10-07T19:02:51.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.7.3","html_url":"https://github.com/github/contributors/releases/tag/v1.7.3","dependencies_parsed_at":"2025-10-16T08:09:05.920Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"91d7b1439ccbfd8cdfb8399691daad81f7087996","kind":"commit","published_at":"2025-09-25T14:52:59.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.7.2","html_url":"https://github.com/github/contributors/releases/tag/v1.7.2","dependencies_parsed_at":"2025-10-16T08:09:05.920Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"a274afd4ff1bd4d115a0163207db2603c8733149","kind":"commit","published_at":"2025-09-11T18:07:11.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.7.1","html_url":"https://github.com/github/contributors/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":"10d90efa-2caa-4eaa-b1fe-16218407dbbc","purl":"pkg:github/github/contributors@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.1/manifests"},{"name":"v1.7.0","sha":"ae62be2e3b1a3b2847955ec659d9bb6f88ffe628","kind":"commit","published_at":"2025-08-22T23:29:22.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.7.0","html_url":"https://github.com/github/contributors/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":"874197f6-64f6-401e-8103-095d62067ec3","purl":"pkg:github/github/contributors@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.7.0/manifests"},{"name":"v1.6.0","sha":"a19ade310ad6983cc2a944fbbff058d3c12b6683","kind":"commit","published_at":"2025-08-21T04:59:59.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.6.0","html_url":"https://github.com/github/contributors/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":"de97dc62-6f22-42d2-b319-586e9eb7c57d","purl":"pkg:github/github/contributors@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.6.0/manifests"},{"name":"v1.5.11","sha":"69e531b620b7e5b0fad2e9823681607b54db447a","kind":"commit","published_at":"2025-08-11T12:08:00.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.11","html_url":"https://github.com/github/contributors/releases/tag/v1.5.11","dependencies_parsed_at":null,"dependency_job_id":"f7f3fa4c-8219-49ba-a9cd-bffdce133d43","purl":"pkg:github/github/contributors@v1.5.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.11/manifests"},{"name":"v1.5.10","sha":"34fad9a6770332457ef52dfefc24a282ff47e929","kind":"commit","published_at":"2025-07-28T15:11:41.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.10","html_url":"https://github.com/github/contributors/releases/tag/v1.5.10","dependencies_parsed_at":"2025-07-30T04:42:06.336Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.10/manifests"},{"name":"v1.5.9","sha":"4d90d92531d4c5775be5a70c119ca7c0be165964","kind":"commit","published_at":"2025-06-16T06:10:23.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.9","html_url":"https://github.com/github/contributors/releases/tag/v1.5.9","dependencies_parsed_at":null,"dependency_job_id":"f0a1f417-2d3d-4e5c-8106-1cf293429275","purl":"pkg:github/github/contributors@v1.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.9/manifests"},{"name":"v1.5.8","sha":"6949781e2a2575cba21a80325c9dd6014f5c898b","kind":"commit","published_at":"2025-05-12T09:12:46.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.8","html_url":"https://github.com/github/contributors/releases/tag/v1.5.8","dependencies_parsed_at":"2025-06-09T04:27:59.612Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.8/manifests"},{"name":"v1.5.7","sha":"9e9ce8e51fe186c4d699ebb3d35c1f1fd755a357","kind":"commit","published_at":"2025-05-05T03:49:10.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.7","html_url":"https://github.com/github/contributors/releases/tag/v1.5.7","dependencies_parsed_at":"2025-06-09T04:28:01.022Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.7/manifests"},{"name":"v1.5.6","sha":"ed5a1f1c7c0038f4c9ad790685b6b8a549ab3f64","kind":"commit","published_at":"2025-03-03T02:09:17.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.6","html_url":"https://github.com/github/contributors/releases/tag/v1.5.6","dependencies_parsed_at":"2025-06-09T04:27:59.654Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.6/manifests"},{"name":"v1.5.5","sha":"1f903d4eba7d5318fea1ad9500d53370599bf9b8","kind":"commit","published_at":"2025-02-17T01:47:12.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.5","html_url":"https://github.com/github/contributors/releases/tag/v1.5.5","dependencies_parsed_at":"2025-06-09T04:27:59.979Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.5/manifests"},{"name":"v1.5.4","sha":"3387722e41cbcd1560376fe7575b4b0e372633c5","kind":"commit","published_at":"2025-01-28T00:46:28.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.4","html_url":"https://github.com/github/contributors/releases/tag/v1.5.4","dependencies_parsed_at":"2025-06-09T04:28:00.314Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"695ea9d3f1c31f6ff67ab7d6a964a15f8ef9fa04","kind":"commit","published_at":"2025-01-05T21:40:20.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.3","html_url":"https://github.com/github/contributors/releases/tag/v1.5.3","dependencies_parsed_at":"2025-06-09T04:27:59.833Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"107543a7aec948042b556e060647db76df18b063","kind":"commit","published_at":"2024-12-30T01:59:14.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.2","html_url":"https://github.com/github/contributors/releases/tag/v1.5.2","dependencies_parsed_at":"2025-06-09T04:28:00.410Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"90922d5748ecaf8417a3b7a0eedb4892c8fa1c44","kind":"commit","published_at":"2024-10-30T12:51:44.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.1","html_url":"https://github.com/github/contributors/releases/tag/v1.5.1","dependencies_parsed_at":"2025-06-09T04:28:00.331Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"1286dc8d6904a9a7f735e28b7503be164fb7d4b9","kind":"commit","published_at":"2024-08-24T22:26:30.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.5.0","html_url":"https://github.com/github/contributors/releases/tag/v1.5.0","dependencies_parsed_at":"2025-06-09T04:28:00.339Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"135b0430e856ade27175cbd1d4e1e11b0dd8ef95","kind":"commit","published_at":"2024-05-08T00:33:12.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.4.3","html_url":"https://github.com/github/contributors/releases/tag/v1.4.3","dependencies_parsed_at":"2025-06-09T04:28:00.240Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"fa291c69abb946173a963a32f20ee29e8a7b6775","kind":"commit","published_at":"2024-04-30T16:52:24.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.4.2","html_url":"https://github.com/github/contributors/releases/tag/v1.4.2","dependencies_parsed_at":"2025-06-09T04:28:00.715Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"2248559004023e20de0c448e9126e29aa8d199bc","kind":"commit","published_at":"2024-04-25T03:53:53.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.4.1","html_url":"https://github.com/github/contributors/releases/tag/v1.4.1","dependencies_parsed_at":"2025-06-09T04:27:59.739Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"0df50cdeb608e365275520851ea0712ec71943ad","kind":"commit","published_at":"2024-04-23T05:02:27.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.4.0","html_url":"https://github.com/github/contributors/releases/tag/v1.4.0","dependencies_parsed_at":"2025-06-09T04:28:00.891Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"832b6518181710ef277bc9ddafda6696e6b312bd","kind":"commit","published_at":"2024-03-29T22:05:05.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.3.0","html_url":"https://github.com/github/contributors/releases/tag/v1.3.0","dependencies_parsed_at":"2025-06-09T04:27:59.956Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"70dab5470dbd5fb8a885e987d9b5267aaf057e44","kind":"commit","published_at":"2024-03-12T00:04:09.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.2.0","html_url":"https://github.com/github/contributors/releases/tag/v1.2.0","dependencies_parsed_at":"2025-06-09T04:27:59.247Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.2.0/manifests"},{"name":"v1.1.3","sha":"4e02ca47bd8730be5edbbf1669eb58b8345cfef8","kind":"commit","published_at":"2023-11-30T19:33:44.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.1.3","html_url":"https://github.com/github/contributors/releases/tag/v1.1.3","dependencies_parsed_at":"2025-06-09T04:27:59.815Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"6399759d8f40d396e7d6fec761997664f1b57e69","kind":"commit","published_at":"2023-11-03T03:20:30.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.1.2","html_url":"https://github.com/github/contributors/releases/tag/v1.1.2","dependencies_parsed_at":"2025-06-09T04:27:59.702Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"997b97759a31c162e9219742cfeabcd9c8a335b3","kind":"commit","published_at":"2023-10-27T20:56:36.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.1.1","html_url":"https://github.com/github/contributors/releases/tag/v1.1.1","dependencies_parsed_at":"2025-06-09T04:28:00.237Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.1.1/manifests"},{"name":"v","sha":"1200dbd5a8f06ce802f08777fdc2f9606c492d96","kind":"commit","published_at":"2023-10-19T23:06:08.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v","html_url":"https://github.com/github/contributors/releases/tag/v","dependencies_parsed_at":"2025-06-09T04:27:59.934Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v/manifests"},{"name":"v1.1.0","sha":"1200dbd5a8f06ce802f08777fdc2f9606c492d96","kind":"commit","published_at":"2023-10-19T23:06:08.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.1.0","html_url":"https://github.com/github/contributors/releases/tag/v1.1.0","dependencies_parsed_at":"2025-06-09T04:27:59.902Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"91ec311ee9db16267c40710203b05cdab88dc7fb","kind":"commit","published_at":"2023-10-17T23:49:56.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.0.2","html_url":"https://github.com/github/contributors/releases/tag/v1.0.2","dependencies_parsed_at":"2025-06-09T04:27:59.926Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"2fe12e6e08b8d0f65444e1e26974eb1a71a60b7d","kind":"commit","published_at":"2023-10-14T02:07:44.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.0.1","html_url":"https://github.com/github/contributors/releases/tag/v1.0.1","dependencies_parsed_at":"2025-06-09T04:27:59.867Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.0.1/manifests"},{"name":"v1","sha":"2fe12e6e08b8d0f65444e1e26974eb1a71a60b7d","kind":"commit","published_at":"2023-10-14T02:07:44.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1","html_url":"https://github.com/github/contributors/releases/tag/v1","dependencies_parsed_at":"2025-06-09T04:28:00.198Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1/manifests"},{"name":"v1.0.0","sha":"2c2e8b91980b23f62795e5847106bda1fd60504b","kind":"commit","published_at":"2023-10-14T01:18:08.000Z","download_url":"https://codeload.github.com/github/contributors/tar.gz/v1.0.0","html_url":"https://github.com/github/contributors/releases/tag/v1.0.0","dependencies_parsed_at":"2025-06-09T04:27:59.644Z","dependency_job_id":null,"purl":"pkg:github/github/contributors@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-27T14:52:43.160Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.34343434343434,"dependent_packages_count":0.0,"stargazers_count":1.3865361691448648,"forks_count":3.039713909279127,"docker_downloads_count":null,"average":9.692421105464582},"purl":"pkg:githubactions/github/contributors","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/github/contributors","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/github/contributors","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/github/contributors/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-27T03:05:14.274Z","issues_count":45,"pull_requests_count":353,"avg_time_to_close_issue":2181513.4054054054,"avg_time_to_close_pull_request":59640.253125,"issues_closed_count":37,"pull_requests_closed_count":320,"pull_request_authors_count":12,"issue_authors_count":13,"avg_comments_per_issue":0.9777777777777777,"avg_comments_per_pull_request":0.17563739376770537,"merged_pull_requests_count":293,"bot_issues_count":23,"bot_pull_requests_count":269,"past_year_issues_count":14,"past_year_pull_requests_count":168,"past_year_avg_time_to_close_issue":92302.9,"past_year_avg_time_to_close_pull_request":28921.76388888889,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":144,"past_year_pull_request_authors_count":6,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":0.7857142857142857,"past_year_avg_comments_per_pull_request":0.1130952380952381,"past_year_bot_issues_count":11,"past_year_bot_pull_requests_count":145,"past_year_merged_pull_requests_count":142,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fcontributors/issues","maintainers":[{"login":"zkoppert","count":49,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zkoppert"},{"login":"jmeridth","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jmeridth"}],"active_maintainers":[{"login":"jmeridth","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jmeridth"},{"login":"zkoppert","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zkoppert"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fcontributors/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fcontributors/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fcontributors/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fcontributors/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fcontributors/codemeta","maintainers":[]}