{"id":5801597,"name":"pre-commit/action","ecosystem":"actions","description":"run pre-commit","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/pre-commit/action","keywords_array":["github-actions","pre-commit"],"namespace":"pre-commit","versions_count":10,"first_release_published_at":"2019-11-25T03:28:57.000Z","latest_release_published_at":"2024-02-07T14:12:24.000Z","latest_release_number":"v3.0.1","last_synced_at":"2026-04-09T09:34:12.155Z","created_at":"2023-01-04T13:15:35.603Z","updated_at":"2026-04-09T09:34:12.155Z","registry_url":"https://github.com/pre-commit/action","install_command":null,"documentation_url":null,"metadata":{"name":"pre-commit","description":"run pre-commit","inputs":{"extra_args":{"description":"options to pass to pre-commit run","required":false,"default":"--all-files"}},"runs":{"using":"composite","steps":[{"run":"python -m pip install pre-commit","shell":"bash"},{"run":"python -m pip freeze --local","shell":"bash"},{"uses":"actions/cache@v4","with":{"path":"~/.cache/pre-commit","key":"pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}"}},{"run":"pre-commit run --show-diff-on-failure --color=always ${{ inputs.extra_args }}","shell":"bash"}]},"default_branch":"main","path":null},"repo_metadata":{"id":36384326,"uuid":"204199630","full_name":"pre-commit/action","owner":"pre-commit","description":"a GitHub action to run `pre-commit`","archived":false,"fork":false,"pushed_at":"2025-08-13T14:21:42.000Z","size":308,"stargazers_count":542,"open_issues_count":0,"forks_count":174,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-02-11T09:52:05.191Z","etag":null,"topics":["github-actions","pre-commit"],"latest_commit_sha":null,"homepage":"","language":null,"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/pre-commit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"asottile","open_collective":"pre-commit","tidelift":"pypi/pre-commit"}},"created_at":"2019-08-24T18:55:46.000Z","updated_at":"2026-02-05T12:24:43.000Z","dependencies_parsed_at":"2023-02-19T15:31:20.995Z","dependency_job_id":"20c651fc-482d-4a7a-9b7c-ae634a99c05b","html_url":"https://github.com/pre-commit/action","commit_stats":{"total_commits":112,"total_committers":14,"mean_commits":8.0,"dds":0.5535714285714286,"last_synced_commit":"576ff52938d158a24ac7e009dfa94b1455e7df99"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/pre-commit/action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pre-commit","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/sbom","scorecard":{"id":744235,"data":{"date":"2025-08-11","repo":{"name":"github.com/pre-commit/action","commit":"1b06ec171f2f6faa71ed760c4042bd969e4f8b43"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"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":"Code-Review","score":1,"reason":"Found 1/7 approved changesets -- score normalized to 1","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":"Maintained","score":3,"reason":"2 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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/main.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/pre-commit/action/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/pre-commit/action/main.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned 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":["Warn: no topLevel permission defined: .github/workflows/main.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":"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":"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":"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":"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":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/pre-commit/.github/.github/SECURITY.md:1","Info: Found linked content: github.com/pre-commit/.github/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/pre-commit/.github/.github/SECURITY.md:1","Info: Found text in security policy: github.com/pre-commit/.github/.github/SECURITY.md:1"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'","Warn: branch protection not enabled for branch 'release'"],"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 27 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-22T18:17:49.656Z","repository_id":36384326,"created_at":"2025-08-22T18:17:49.656Z","updated_at":"2025-08-22T18:17:49.656Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29521087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T21:45:09.491Z","status":"ssl_error","status_checked_at":"2026-02-16T21:44:58.452Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"pre-commit","name":"pre-commit","uuid":"6943086","kind":"organization","description":"A framework for managing and maintaining multi-language pre-commit hooks.","email":null,"website":"https://pre-commit.com","location":null,"twitter":"pre_commit","company":null,"icon_url":"https://avatars.githubusercontent.com/u/6943086?v=4","repositories_count":29,"last_synced_at":"2024-10-29T22:38:48.625Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"asottile","open_collective":"pre-commit","tidelift":"pypi/pre-commit"}},"html_url":"https://github.com/pre-commit","funding_links":["https://github.com/sponsors/asottile","https://opencollective.com/pre-commit","https://tidelift.com/funding/github/pypi/pre-commit"],"total_stars":18774,"followers":308,"following":0,"created_at":"2022-11-02T16:22:39.632Z","updated_at":"2024-10-29T22:38:48.626Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pre-commit","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pre-commit/repositories"},"tags":[{"name":"v3.0.1","sha":"2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd","kind":"commit","published_at":"2024-02-07T14:12:24.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v3.0.1","html_url":"https://github.com/pre-commit/action/releases/tag/v3.0.1","dependencies_parsed_at":"2024-02-11T04:42:02.688Z","dependency_job_id":null,"purl":"pkg:github/pre-commit/action@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"646c83fcd040023954eafda54b4db0192ce70507","kind":"commit","published_at":"2022-06-05T20:02:59.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v3.0.0","html_url":"https://github.com/pre-commit/action/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-31T08:20:59.867Z","dependency_job_id":"4f1a332c-a2c9-43bc-b759-cb1b16059cee","purl":"pkg:github/pre-commit/action@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v3.0.0/manifests"},{"name":"v2.0.3","sha":"9b88afc9cd57fd75b655d5c71bd38146d07135fe","kind":"commit","published_at":"2021-04-20T23:40:59.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v2.0.3","html_url":"https://github.com/pre-commit/action/releases/tag/v2.0.3","dependencies_parsed_at":"2023-05-31T08:21:00.045Z","dependency_job_id":"5ca483a8-fcd7-4a35-bd7a-2e7ab6ac315f","purl":"pkg:github/pre-commit/action@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"9cf68dc1ace5504cd0e05b9f3df32e6a0822ad89","kind":"commit","published_at":"2021-04-05T14:10:14.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v2.0.2","html_url":"https://github.com/pre-commit/action/releases/tag/v2.0.2","dependencies_parsed_at":"2023-05-31T08:21:00.227Z","dependency_job_id":"7cf1a35b-1ca1-44d6-9ace-a1ccd1d57e83","purl":"pkg:github/pre-commit/action@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"b54880c283dfc80a3fc1baf61807e8ae84471361","kind":"commit","published_at":"2021-04-05T00:43:44.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v2.0.1","html_url":"https://github.com/pre-commit/action/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-31T08:21:00.602Z","dependency_job_id":"451a9193-cd8b-4b1a-ac5e-da87f468455b","purl":"pkg:github/pre-commit/action@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"0764670bf370aab253130d534e1eda7ff497dc60","kind":"commit","published_at":"2020-06-13T20:06:21.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v2.0.0","html_url":"https://github.com/pre-commit/action/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-31T08:21:00.810Z","dependency_job_id":"d846e7de-b9dd-44f0-9323-0a14d5a66340","purl":"pkg:github/pre-commit/action@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v2.0.0/manifests"},{"name":"v1.1.1","sha":"0e8fba5d1e9d8c2ebf73076423cb5aedf606e358","kind":"commit","published_at":"2020-06-10T21:05:40.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v1.1.1","html_url":"https://github.com/pre-commit/action/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-31T08:21:00.991Z","dependency_job_id":"8b4fd1ed-7d98-4025-817d-5f1e6df30cd7","purl":"pkg:github/pre-commit/action@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"9bd158a6bde10490bb3bec5a1c00cb8a6e5257e2","kind":"commit","published_at":"2020-05-15T15:20:55.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v1.1.0","html_url":"https://github.com/pre-commit/action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T08:21:01.184Z","dependency_job_id":"4cb3f53a-dcd1-4fab-9d0d-ce8723eb6cb2","purl":"pkg:github/pre-commit/action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"9e7a37e7cb48990ef82a6fd8cef13e86bdfc2497","kind":"commit","published_at":"2020-01-09T23:20:17.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v1.0.1","html_url":"https://github.com/pre-commit/action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T08:21:01.396Z","dependency_job_id":"b37d43a6-b164-49bb-be01-4640cef5b0eb","purl":"pkg:github/pre-commit/action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"043c690cdeda96dfe382b617e372e08a18de5e42","kind":"commit","published_at":"2019-11-25T03:28:57.000Z","download_url":"https://codeload.github.com/pre-commit/action/tar.gz/v1.0.0","html_url":"https://github.com/pre-commit/action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T08:21:01.582Z","dependency_job_id":"cbda5deb-04a3-4a48-b79b-2b6c1d86a7af","purl":"pkg:github/pre-commit/action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-02-18T14:16:00.165Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":11378,"rankings":{"downloads":null,"dependent_repos_count":0.13943907463159563,"dependent_packages_count":0.0,"stargazers_count":0.6274758358421804,"forks_count":0.49754397084455715,"docker_downloads_count":5.086357154175249,"average":1.2701632070987166},"purl":"pkg:githubactions/pre-commit/action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/pre-commit/action","docker_dependents_count":2,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/actions/pre-commit/action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/pre-commit/action/dependencies","status":null,"funding_links":["https://github.com/sponsors/asottile","https://opencollective.com/pre-commit","https://tidelift.com/funding/github/pypi/pre-commit"],"critical":true,"issue_metadata":{"last_synced_at":"2026-01-22T10:20:34.550Z","issues_count":58,"pull_requests_count":114,"avg_time_to_close_issue":316429.3703703704,"avg_time_to_close_pull_request":288785.04504504503,"issues_closed_count":54,"pull_requests_closed_count":111,"pull_request_authors_count":40,"issue_authors_count":53,"avg_comments_per_issue":2.2586206896551726,"avg_comments_per_pull_request":0.5526315789473685,"merged_pull_requests_count":59,"bot_issues_count":0,"bot_pull_requests_count":50,"past_year_issues_count":3,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":155794.0,"past_year_avg_time_to_close_pull_request":5943.6875,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":16,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.47058823529411764,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pre-commit%2Faction/issues","maintainers":[{"login":"asottile","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/asottile"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pre-commit%2Faction/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pre-commit%2Faction/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pre-commit%2Faction/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pre-commit%2Faction/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/pre-commit%2Faction/codemeta","maintainers":[]}