{"id":7742704,"name":"commit-check/commit-check-action","ecosystem":"actions","description":"Check commit message formatting, branch naming, committer name, email, and more","homepage":"http://commit-check.github.io","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/commit-check/commit-check-action","keywords_array":["commit-check","commit-conventions","conventional-commits","github-actions"],"namespace":"commit-check","versions_count":42,"first_release_published_at":"2022-12-29T01:12:29.000Z","latest_release_published_at":"2025-11-05T22:09:40.000Z","latest_release_number":"v2.1.1","last_synced_at":"2026-04-20T22:17:12.995Z","created_at":"2023-05-17T08:42:45.619Z","updated_at":"2026-04-20T22:17:12.996Z","registry_url":"https://github.com/commit-check/commit-check-action","install_command":null,"documentation_url":null,"metadata":{"name":"Commit Check Action","description":"Check commit message formatting, branch naming, committer name, email, and more","author":"shenxianpeng","branding":{"icon":"git-commit","color":"blue"},"inputs":{"message":{"description":"check git commit message following conventional commits","required":false,"default":true},"branch":{"description":"check git branch name following conventional branch","required":false,"default":true},"author-name":{"description":"check committer author name","required":false,"default":false},"author-email":{"description":"check committer author email","required":false,"default":false},"dry-run":{"description":"run checks without failing","required":false,"default":false},"job-summary":{"description":"display job summary to the workflow run","required":false,"default":true},"pr-comments":{"description":"post results to the pull request comments","required":false,"default":false}},"runs":{"using":"composite","steps":[{"name":"Install dependencies and run commit-check","shell":"bash","run":"if [[ \"$RUNNER_OS\" == \"Linux\" ]]; then\n  # https://github.com/pypa/setuptools/issues/3269\n  export DEB_PYTHON_INSTALL_LAYOUT=deb\nfi\n\n# Set up virtual environment\npython3 -m venv venv\nsource venv/bin/activate\n\n# Download artifact\npython3 -m pip download -r \"$GITHUB_ACTION_PATH/requirements.txt\"\n\n# Verify artifact attestations\nif ! gh attestation verify commit_check-*.whl -R commit-check/commit-check; then\n    echo \"Artifact verification failed. Aborting installation.\"\n    exit 1\nfi\n\n# Install artifact\npython3 -m pip install commit_check-*.whl pygithub-*.whl\n\npython3 \"$GITHUB_ACTION_PATH/main.py\"\n","env":{"MESSAGE":"${{ inputs.message }}","BRANCH":"${{ inputs.branch }}","AUTHOR_NAME":"${{ inputs.author-name }}","AUTHOR_EMAIL":"${{ inputs.author-email }}","DRY_RUN":"${{ inputs.dry-run }}","JOB_SUMMARY":"${{ inputs.job-summary }}","PR_COMMENTS":"${{ inputs.pr-comments }}"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":65159352,"uuid":"578542642","full_name":"commit-check/commit-check-action","owner":"commit-check","description":"Commit Check GitHub Action","archived":false,"fork":false,"pushed_at":"2025-10-06T10:15:28.000Z","size":165,"stargazers_count":16,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T11:28:32.450Z","etag":null,"topics":["commit-check","commit-conventions","conventional-commits","github-actions"],"latest_commit_sha":null,"homepage":"","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/commit-check.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":".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},"funding":{"ko_fi":"shenxianpeng"}},"created_at":"2022-12-15T09:57:58.000Z","updated_at":"2025-10-06T10:15:30.000Z","dependencies_parsed_at":"2024-03-27T06:30:18.256Z","dependency_job_id":"e3a20c9f-04ab-423b-8ad0-a77508f90839","html_url":"https://github.com/commit-check/commit-check-action","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/commit-check/commit-check-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commit-check","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/sbom","scorecard":{"id":300911,"data":{"date":"2025-08-11","repo":{"name":"github.com/commit-check/commit-check-action","commit":"77cf05a832a41bb8c2749a300aaea3fa31c65479"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.8,"checks":[{"name":"Maintained","score":10,"reason":"17 commit(s) and 0 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/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":"Code-Review","score":0,"reason":"Found 0/11 approved changesets -- score normalized to 0","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":"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":"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/commit-check.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/commit-check/commit-check-action/commit-check.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yaml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/commit-check/commit-check-action/main.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pre-commit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/commit-check/commit-check-action/pre-commit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release-drafter.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/commit-check/commit-check-action/release-drafter.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/used-by.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/commit-check/commit-check-action/used-by.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/used-by.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/commit-check/commit-check-action/used-by.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/used-by.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/commit-check/commit-check-action/used-by.yml/main?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/commit-check.yml:12","Warn: no topLevel permission defined: .github/workflows/commit-check.yml:1","Warn: no topLevel permission defined: .github/workflows/main.yaml:1","Warn: no topLevel permission defined: .github/workflows/pre-commit.yml:1","Warn: no topLevel permission defined: .github/workflows/release-drafter.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/used-by.yml:11","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":"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":"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: MIT License: 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":"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"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":"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":"Branch-Protection","score":5,"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: no status checks found to merge onto 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["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"}}]},"last_synced_at":"2025-08-17T20:35:58.439Z","repository_id":65159352,"created_at":"2025-08-17T20:35:58.440Z","updated_at":"2025-08-17T20:35:58.440Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278621842,"owners_count":26017253,"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-06T02:00:05.630Z","response_time":65,"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":"commit-check","name":"Commit Check","uuid":"104338461","kind":"organization","description":"Supports checking commit messages, branch naming, committer name/email, commit signoff, customizing error messages, suggested commands and more.","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/104338461?v=4","repositories_count":2,"last_synced_at":"2024-05-20T15:58:14.327Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/commit-check","funding_links":[],"total_stars":11,"followers":3,"following":0,"created_at":"2024-05-20T15:58:14.337Z","updated_at":"2024-05-20T15:58:14.337Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commit-check","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commit-check/repositories"},"tags":[{"name":"v0.9.4","sha":"04667fa89b3d3feb0f28facf9c5ff944a5500e85","kind":"commit","published_at":"2025-09-11T16:49:37.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.9.4","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.9.4","dependencies_parsed_at":null,"dependency_job_id":"47b2dbef-85cc-4568-b3f3-133395e029c8","purl":"pkg:github/commit-check/commit-check-action@v0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.4/manifests"},{"name":"v0.9.3","sha":"d627c141cd667d09d58245154a10cb995892eb9e","kind":"commit","published_at":"2025-09-04T01:32:43.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.9.3","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.9.3","dependencies_parsed_at":null,"dependency_job_id":"c492c54f-419a-477b-ae81-0d5525689ffb","purl":"pkg:github/commit-check/commit-check-action@v0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.3/manifests"},{"name":"v0.9.2","sha":"1968496411d3da2dddc6a6d891ab95eaa9b03ec6","kind":"commit","published_at":"2025-08-01T08:29:07.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.9.2","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.9.2","dependencies_parsed_at":"2025-08-28T08:09:03.108Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.2/manifests"},{"name":"v0.9.1","sha":"38641d6ac4173719bca74d302f60b429ea89015c","kind":"commit","published_at":"2025-07-14T20:44:49.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.9.1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.9.1","dependencies_parsed_at":"2025-07-16T06:55:15.530Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"32e740233ee3e54f4f830ad31b84eaebee640808","kind":"commit","published_at":"2025-07-12T22:03:49.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.9.0","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.9.0","dependencies_parsed_at":"2025-07-14T05:44:38.326Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.9.0/manifests"},{"name":"v0.8.1","sha":"879c2ea00f6d1a44299d377819860b026b7c8186","kind":"commit","published_at":"2025-07-10T01:08:13.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.8.1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.8.1","dependencies_parsed_at":"2025-07-12T04:17:46.162Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"f09ba795622b9cb0d0d5e668926235a1d893c7a4","kind":"commit","published_at":"2025-06-01T22:15:48.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.8.0","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":"4082b6ef-581d-4e43-b097-f5899ef5b5a3","purl":"pkg:github/commit-check/commit-check-action@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.8.0/manifests"},{"name":"v0.7.5","sha":"2f0715bb7ec18b41fdeab08e92a28ee3b5e3daee","kind":"commit","published_at":"2025-04-03T15:31:07.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.7.5","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":"72aa4f58-5f49-432b-a7b1-0893205939b5","purl":"pkg:github/commit-check/commit-check-action@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"cac2d49b6c81b73cefef7a842f69b872543a18dc","kind":"commit","published_at":"2025-02-24T17:54:49.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.7.4","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":"ad2359b2-e661-4de3-a466-011ed367f517","purl":"pkg:github/commit-check/commit-check-action@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"3b406fc3006cde0e64a760fb50063f79027259c2","kind":"commit","published_at":"2025-02-18T07:40:37.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.7.3","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":"da56b78f-8172-462b-8c2b-77d7cc974b59","purl":"pkg:github/commit-check/commit-check-action@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"85adfd6817121ee1d974447c148bd7c545cda55a","kind":"commit","published_at":"2025-02-03T09:39:38.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.7.2","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":"2bd70506-5984-4fb9-90d2-283ca713e5e3","purl":"pkg:github/commit-check/commit-check-action@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"cd614c1cb08de72a55a5ec4aaab7f30ca9ba4d69","kind":"commit","published_at":"2024-12-08T20:23:12.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.7.1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.7.1","dependencies_parsed_at":"2024-12-12T12:08:27.145Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"8d507e12899a9feb405c3ed546252ff9508724e0","kind":"commit","published_at":"2024-11-12T18:36:06.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.7.0","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.7.0","dependencies_parsed_at":"2024-11-14T09:40:56.545Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.7.0/manifests"},{"name":"v0.6.2","sha":"e7138ee3e786dbbed0aed33b925b4fef56b4bbd7","kind":"commit","published_at":"2024-11-11T22:01:53.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.6.2","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.6.2","dependencies_parsed_at":"2024-11-13T09:18:46.263Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"8dd06d69cc6ab29926e827814ad389592f90a048","kind":"commit","published_at":"2024-10-28T20:33:28.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.6.1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.6.1","dependencies_parsed_at":"2024-10-30T04:36:39.822Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"785d02ea79d4e5562869d50f056cd7075187f624","kind":"commit","published_at":"2024-10-22T19:43:32.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.6.0","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.6.0","dependencies_parsed_at":"2024-10-30T04:36:39.822Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.6.0/manifests"},{"name":"v0.5.4","sha":"af46d575ede7e889ca620fa8f8230ec08b50b24b","kind":"commit","published_at":"2024-10-14T08:05:58.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.5.4","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.5.4","dependencies_parsed_at":"2024-10-21T18:28:48.462Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"e33ab58ca44694ee6fb249a559663abfe6dc192c","kind":"commit","published_at":"2024-09-26T14:06:28.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.5.3","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.5.3","dependencies_parsed_at":"2024-09-28T07:56:16.510Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"f97b659e0b13c1beba4878210dbc39708ba08999","kind":"commit","published_at":"2024-04-17T13:22:32.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.5.2","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.5.2","dependencies_parsed_at":"2024-04-18T04:41:34.595Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"4e3acb738a7f359874cb53ba33ba3f4ea6002c39","kind":"commit","published_at":"2024-03-27T05:17:03.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.5.1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.5.1","dependencies_parsed_at":"2024-03-28T04:14:24.059Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"f35ff3503e7ca754a519c02e9b3ef86a0658eccf","kind":"commit","published_at":"2024-03-11T07:04:21.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.5.0","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.5.0","dependencies_parsed_at":"2024-03-13T05:16:02.363Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"8ddedda5aa14bbf98426cbbb4b5f38dbe071d000","kind":"commit","published_at":"2024-03-10T07:58:30.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.4.3","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.4.3","dependencies_parsed_at":"2024-03-12T04:24:07.448Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"4f8e615f72af6adc3ba07d77284849c5acbc3523","kind":"commit","published_at":"2024-01-17T04:07:45.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.4.2","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.4.2","dependencies_parsed_at":"2024-01-19T07:30:51.843Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"a1bb76326b8382733211d8efd563739a7a95ce09","kind":"commit","published_at":"2024-01-16T06:03:20.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.4.1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.4.1","dependencies_parsed_at":"2024-01-19T07:30:51.840Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"3826c351c343a347f74ce4ab09b2c359dceb3f9c","kind":"commit","published_at":"2023-12-27T06:38:38.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.4.0","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.4.0","dependencies_parsed_at":"2023-12-30T07:54:28.351Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"2f6a5c15c569aba3a10fe0ac280e81b9cbf7d181","kind":"commit","published_at":"2023-12-21T04:19:32.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.3.7","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.3.7","dependencies_parsed_at":"2023-12-23T06:46:27.468Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"89635055a8f5224aff43c167caa8cd86ac13b175","kind":"commit","published_at":"2023-11-19T14:20:50.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.3.6","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.3.6","dependencies_parsed_at":"2023-11-21T05:52:54.446Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"c67a8441e491fb7500ccae8be352ec5d6680c47a","kind":"commit","published_at":"2023-11-19T13:48:16.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.3.5","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.3.5","dependencies_parsed_at":"2023-11-21T05:52:54.622Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"a8a4d8a4e5fa8fc276db91abafcf168f4f2b90a5","kind":"commit","published_at":"2023-11-03T01:50:42.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.3.4","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.3.4","dependencies_parsed_at":"2023-11-04T06:31:19.288Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"b5f0514495376efbdd266ece7c2cf0d7cde1ebbd","kind":"commit","published_at":"2023-04-14T10:02:36.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.3.3","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.3.3","dependencies_parsed_at":"2023-06-02T00:39:11.329Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"a7d7e72c49d7a85305ed160f175e09502e2ba87e","kind":"commit","published_at":"2023-04-07T13:09:43.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.3.2","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.3.2","dependencies_parsed_at":"2023-06-02T00:39:11.660Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"605095fb41530558f6e2ee7591bfead4c167b27f","kind":"commit","published_at":"2023-02-07T01:55:45.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.3.1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.3.1","dependencies_parsed_at":"2023-06-02T00:39:11.050Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"42c1fa3bf46e34290d07828ca81489eeee958cb9","kind":"commit","published_at":"2023-02-03T02:46:45.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.3.0","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.3.0","dependencies_parsed_at":"2023-06-01T15:41:39.892Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.3.0/manifests"},{"name":"v0.2.1","sha":"20b5a928740f58bf65e30a44d47568b3c18f35ab","kind":"commit","published_at":"2023-02-02T03:13:54.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.2.1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.2.1","dependencies_parsed_at":"2023-06-01T15:41:40.291Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"0019571d804f6697a0deaa67f4cf0d375d1b325e","kind":"commit","published_at":"2023-02-01T02:47:56.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.2.0","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.2.0","dependencies_parsed_at":"2023-06-01T15:41:40.692Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.2.0/manifests"},{"name":"v0.1.1","sha":"5e280fd7ce82de13dd27d0be0199e547f4dc4635","kind":"commit","published_at":"2023-01-05T12:38:38.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.1.1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.1.1","dependencies_parsed_at":"2023-06-01T15:41:41.071Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.1.1/manifests"},{"name":"v1","sha":"f0b1e8902125ae7b2c21a73c41f9ac4e0b590ea7","kind":"tag","published_at":"2022-12-29T02:30:47.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v1","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v1","dependencies_parsed_at":"2023-06-01T12:10:48.914Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v1/manifests"},{"name":"v0.1.0","sha":"9a79fd66b0939fe3f87d9675e04557997457962d","kind":"commit","published_at":"2022-12-29T01:12:29.000Z","download_url":"https://codeload.github.com/commit-check/commit-check-action/tar.gz/v0.1.0","html_url":"https://github.com/commit-check/commit-check-action/releases/tag/v0.1.0","dependencies_parsed_at":"2023-06-01T12:10:53.856Z","dependency_job_id":null,"purl":"pkg:github/commit-check/commit-check-action@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-10-23T03:14:43.974Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.602123276818254,"dependent_packages_count":0.0,"stargazers_count":27.428299794010456,"forks_count":35.17033750594201,"docker_downloads_count":null,"average":20.80019014419268},"purl":"pkg:githubactions/commit-check/commit-check-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/commit-check/commit-check-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/commit-check/commit-check-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/commit-check/commit-check-action/dependencies","status":null,"funding_links":["https://ko-fi.com/shenxianpeng"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-13T01:08:46.107Z","issues_count":7,"pull_requests_count":46,"avg_time_to_close_issue":12232.5,"avg_time_to_close_pull_request":1674.0,"issues_closed_count":2,"pull_requests_closed_count":2,"pull_request_authors_count":5,"issue_authors_count":7,"avg_comments_per_issue":0.2857142857142857,"avg_comments_per_pull_request":0.043478260869565216,"merged_pull_requests_count":0,"bot_issues_count":1,"bot_pull_requests_count":42,"past_year_issues_count":7,"past_year_pull_requests_count":31,"past_year_avg_time_to_close_issue":12232.5,"past_year_avg_time_to_close_pull_request":1674.0,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":0.2857142857142857,"past_year_avg_comments_per_pull_request":0.06451612903225806,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":27,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/commit-check%2Fcommit-check-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/commit-check%2Fcommit-check-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/commit-check%2Fcommit-check-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/commit-check%2Fcommit-check-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/commit-check%2Fcommit-check-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/commit-check%2Fcommit-check-action/codemeta","maintainers":[]}