{"id":5802584,"name":"ScribeMD/pre-commit-action","ecosystem":"actions","description":"Install pre-commit via asdf and Poetry; then run pre-commit hooks with extra optimizations for ScribeMD/pre-commit-hooks.\n","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/ScribeMD/pre-commit-action","keywords_array":["asdf","commitizen","composite-action","conventional-commits","docker","editorconfig","github-actions","github-actions-docker","megalinter","nodejs","npm","pre-commit","prettier","python","python-poetry","renovate","rootless-docker","semver","vscode","yaml"],"namespace":"ScribeMD","versions_count":176,"first_release_published_at":"2022-04-19T19:03:06.000Z","latest_release_published_at":"2024-03-21T00:12:01.000Z","latest_release_number":"0.9.129","last_synced_at":"2026-04-14T16:33:22.370Z","created_at":"2023-01-04T13:53:51.418Z","updated_at":"2026-04-14T16:33:22.370Z","registry_url":"https://github.com/ScribeMD/pre-commit-action","install_command":null,"documentation_url":null,"metadata":{"name":"Pre-commit Optimized for ScribeMD/pre-commit-hooks","author":"Kurt von Laven","description":"Install pre-commit via asdf and Poetry; then run pre-commit hooks with extra optimizations for ScribeMD/pre-commit-hooks.\n","branding":{"icon":"wind","color":"orange"},"inputs":{"bump":{"description":"If \"true,\" run the Commitizen action on push to main to commit a version bump and tag a release if there are any release-worthy changes. Commitizen relies on tags in order to perform an incremental release, so you must pass fetch-depth: 0 to the official GitHub checkout action unless bump is \"false.\"\n","required":false,"default":"true"}},"runs":{"using":"composite","steps":[{"name":"Get operating system name and version.","id":"os","run":"echo \"IMAGE=$ImageOS\" \u003e\u003e\"$GITHUB_OUTPUT\"","shell":"bash"},{"name":"Get asdf versions of tools with first-class GitHub Actions support.","id":"tool-versions","run":"file=()\nwhile IFS= read -r line; do\n  array=($line)\n  tool=\"${array[0]}\"\n  version=\"${array[1]}\"\n  case $tool in\n    dotnet-core | nodejs | python | ruby)\n      echo \"$tool=$version\" \u003e\u003e\"$GITHUB_OUTPUT\"\n      echo \"${tool}-string=${tool}${version}-\" \u003e\u003e\"$GITHUB_OUTPUT\"\n      ;;\n\n    *)\n      file+=(\"$line\")\n      ;;\n  esac\ndone \u003c.tool-versions\n\n# Remove tools to be installed via actions/setup-* from .tool-versions.\nprintf \"%s\\n\" \"${file[@]}\" \u003e.tool-versions\n","shell":"bash"},{"name":"Set up .NET SDK at the version specified in .tool-versions.","if":"steps.tool-versions.outputs.dotnet-core != ''","uses":"actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3","with":{"dotnet-version":"${{ steps.tool-versions.outputs.dotnet-core }}"}},{"name":"Set up Node.js at the version specified in .tool-versions.","uses":"actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8","with":{"node-version":"${{ steps.tool-versions.outputs.nodejs }}"}},{"name":"Set up Python at the version specified in .tool-versions.","uses":"actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c","with":{"python-version":"${{ steps.tool-versions.outputs.python }}"}},{"name":"Set up Ruby at the version specified in .tool-versions.","if":"steps.tool-versions.outputs.ruby != ''","uses":"ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72","with":{"ruby-version":"${{ steps.tool-versions.outputs.ruby }}"}},{"name":"Install asdf.","uses":"asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6","with":{"asdf_branch":"v0.13.1"}},{"name":"Cache asdf and asdf-managed tools.","uses":"actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9","id":"asdf-cache","with":{"path":"${{ env.ASDF_DIR }}","key":"asdf-v0.13.1-${{ steps.os.outputs.IMAGE }}-${{\n  hashFiles('**/.tool-versions')\n}}\n"}},{"name":"Install asdf-managed tools based on .tool-versions.","if":"steps.asdf-cache.outputs.cache-hit != 'true'","uses":"asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6"},{"name":"Restore .tool-versions.","run":"git restore .tool-versions","shell":"bash"},{"name":"Get Poetry cache directory.","id":"poetry-cache","run":"poetry_cache=\"$(poetry config -- cache-dir)\"\necho \"PATH=$poetry_cache\" \u003e\u003e\"$GITHUB_OUTPUT\"\n","shell":"bash"},{"name":"Cache Poetry dependencies.","uses":"actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9","with":{"path":"${{ steps.poetry-cache.outputs.PATH }}\n.venv\n","key":"poetry-${{ steps.os.outputs.IMAGE }}-${{\n  steps.tool-versions.outputs.python-string\n}}${{\n  hashFiles('poetry.toml', '**/poetry.lock')\n}}\n","restore-keys":"poetry-${{ steps.os.outputs.IMAGE }}-${{ steps.tool-versions.outputs.python-string }}\n"}},{"name":"Configure Poetry to use Python version specified in .tool-versions.","run":"poetry env use \"${{ steps.tool-versions.outputs.python }}\"","shell":"bash"},{"name":"Install Poetry dependencies.","run":"poetry install --sync","shell":"bash"},{"name":"Get npm cache directory.","id":"npm-cache","run":"npm_cache=\"$(npm config get cache)\"\necho \"PATH=$npm_cache\" \u003e\u003e\"$GITHUB_OUTPUT\"\n","shell":"bash"},{"name":"Cache npm dependencies.","uses":"actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9","with":{"path":"${{ steps.npm-cache.outputs.PATH }}","key":"node-${{ steps.os.outputs.IMAGE }}-${{ hashFiles(\n  '.mega-linter.yaml',\n  '.pre-commit-config.yaml',\n  '.pre-commit-hooks.yaml'\n) }}\n"}},{"name":"Use Docker in rootless mode.","uses":"ScribeMD/rootless-docker@6bd157a512c2fafa4e0243a8aa87d964eb890886"},{"name":"Determine name of MegaLinter Docker image from pre-commit config.","id":"megalinter","run":"from os import environ\nfrom re import compile\n\n_MEGALINTER_ARGS_PATTERN = compile(\n    \"args:\\\\s*\u0026megalinter-args\\\\s*\\\\[--flavor,\\\\s*(?P\u003cflavor\u003e\\\\w+),\"\n    \"\\\\s*--release,\\\\s*(?P\u003crelease\u003ev(\\\\d+\\\\.){2}\\\\d+)\"\n)\nwith open(\".pre-commit-config.yaml\", encoding=\"utf-8\") as input_stream:\n    for line in input_stream:\n        if match := _MEGALINTER_ARGS_PATTERN.search(line):\n            break\n\nflavor = match.group(\"flavor\")\nrelease = match.group(\"release\")\ndocker_image = f\"megalinter-{flavor}:{release}\"\noutput_file = environ[\"GITHUB_OUTPUT\"]\nwith open(output_file, \"a\", encoding=\"utf-8\") as output_stream:\n    output_stream.write(f\"DOCKER_IMAGE={docker_image}\\n\")\n","shell":"python"},{"name":"Cache Docker images.","uses":"ScribeMD/docker-cache@e53d303afe42d4c1ebeeb8ab0b4c47eba1bbf3e0","with":{"key":"${{ steps.megalinter.outputs.DOCKER_IMAGE }}"}},{"name":"Cache pre-commit hooks.","uses":"actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9","with":{"path":"~/.cache/pre-commit","key":"pre-commit-${{ steps.os.outputs.IMAGE }}-${{\n  steps.tool-versions.outputs.ruby-string || ''\n}}${{ hashFiles(\n  '**/.tool-versions',\n  '**/poetry.lock',\n  '.pre-commit-config.yaml'\n) }}\n","restore-keys":"pre-commit-${{ steps.os.outputs.IMAGE }}-${{ steps.tool-versions.outputs.ruby-string || '' }}\n"}},{"name":"Run pre-push hooks.","run":"git remote set-head origin --auto # for commitizen-branch hook\n\nif [[ $GITHUB_REF_NAME == 'main' ]]; then\n  export SKIP=asdf-install,commitizen-branch,no-commit-to-branch\nelse\n  export SKIP=asdf-install\nfi\npoetry run pre-commit gc # Avoid partial cache restoration snowballing.\npoetry run pre-commit run \\\n  --all-files --hook-stage push --show-diff-on-failure --color always\npoetry run pre-commit uninstall # Don't break subsequent Git commands.\n","shell":"bash"},{"name":"Push a commit to main to bump version and update changelog.","if":"inputs.bump == 'true' \u0026\u0026 github.event_name == 'push' \u0026\u0026 github.ref == 'refs/heads/main' \u0026\u0026 !startsWith(github.event.head_commit.message, 'bump:')\n","uses":"commitizen-tools/commitizen-action@bc2616fec6b3effc9ad20380f19550a8b18cdbdf","with":{"git_name":"commitizen-github-action[bot]","git_email":"commitizen-github-action[bot]@users.noreply.github.com","github_token":"${{ github.token }}","commitizen_version":"3.18.4","check_consistency":true}}]},"default_branch":"main","path":null},"repo_metadata":{"uuid":"483374145","full_name":"ScribeMD/pre-commit-action","owner":"ScribeMD","description":"GitHub Action Optimized for Running https://github.com/ScribeMD/pre-commit-hooks","archived":false,"fork":false,"pushed_at":"2023-12-19T09:11:23.000Z","size":349,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-12-20T14:04:01.868Z","etag":null,"topics":["asdf","commitizen","composite-action","conventional-commits","docker","editorconfig","github-actions","github-actions-docker","megalinter","nodejs","npm","pre-commit","prettier","python","python-poetry","renovate","rootless-docker","semver","vscode","yaml"],"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/ScribeMD.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-04-19T19:01:19.000Z","updated_at":"2024-03-21T04:04:35.515Z","dependencies_parsed_at":"2023-10-16T12:30:56.588Z","dependency_job_id":"512a6627-71aa-4318-926e-f441045f64bd","html_url":"https://github.com/ScribeMD/pre-commit-action","commit_stats":{"total_commits":369,"total_committers":6,"mean_commits":61.5,"dds":0.6775067750677507,"last_synced_commit":"2672fd56a6d392557e27ed46db9d047d613282c8"},"previous_names":[],"tags_count":176,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScribeMD","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":198192941,"owners_count":13438751,"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","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":"ScribeMD","name":"ScribeMD","uuid":"78177662","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/78177662?v=4","repositories_count":7,"last_synced_at":"2023-03-03T23:20:10.280Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/ScribeMD","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T06:30:45.510Z","updated_at":"2023-03-03T23:20:10.294Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScribeMD","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ScribeMD/repositories"},"tags":[{"name":"0.9.129","sha":"bc61f671d0d1d526256c65f486e1f0a49da5f572","kind":"commit","published_at":"2024-03-21T00:12:01.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.129","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.129","dependencies_parsed_at":"2024-03-22T04:14:51.481Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.129","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.129/manifests"},{"name":"0.9.128","sha":"c65699d251c8f5aefb3213c1dc9013b3ca1e5087","kind":"commit","published_at":"2024-03-19T03:13:31.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.128","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.128","dependencies_parsed_at":"2024-03-20T10:26:43.755Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.128","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.128/manifests"},{"name":"0.9.127","sha":"832e026101148e0234fde20eecf91c08942ace4a","kind":"commit","published_at":"2023-12-18T20:19:41.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.127","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.127","dependencies_parsed_at":"2023-12-21T04:25:49.855Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.127","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.127/manifests"},{"name":"0.9.126","sha":"38ece20e88f0ea7a3cc782c0b9f907fb4c93028e","kind":"commit","published_at":"2023-12-18T10:42:37.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.126","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.126","dependencies_parsed_at":"2023-12-21T04:25:49.444Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.126","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.126/manifests"},{"name":"0.9.125","sha":"819985475c1708da1f4320d054446393b6012fe8","kind":"commit","published_at":"2023-12-18T10:28:42.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.125","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.125","dependencies_parsed_at":"2023-12-21T04:25:49.852Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.125","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.125/manifests"},{"name":"0.9.124","sha":"15adf5b8fb89a49d63062fee4d06125ffdbc5f44","kind":"commit","published_at":"2023-12-18T10:11:23.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.124","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.124","dependencies_parsed_at":"2023-12-21T04:25:49.451Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.124","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.124/manifests"},{"name":"0.9.123","sha":"b2efe811efe11da2834f56c4103d95ec614c4f21","kind":"commit","published_at":"2023-12-18T10:01:14.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.123","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.123","dependencies_parsed_at":"2023-12-21T04:25:49.431Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.123","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.123/manifests"},{"name":"0.9.122","sha":"526555c0029950b6124b25eff3d6a041e15b9787","kind":"commit","published_at":"2023-12-17T10:47:04.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.122","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.122","dependencies_parsed_at":"2023-12-21T04:25:49.428Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.122","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.122/manifests"},{"name":"0.9.121","sha":"8b2faf21c181c36f8a1f5638e2ef1cab496a05bf","kind":"commit","published_at":"2023-12-12T10:20:05.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.121","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.121","dependencies_parsed_at":"2023-12-14T04:56:45.978Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.121","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.121/manifests"},{"name":"0.9.120","sha":"be3d5f7302804aff56def3e25ae401bf6ac883b2","kind":"commit","published_at":"2023-11-05T07:21:53.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.120","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.120","dependencies_parsed_at":"2023-11-09T05:11:53.327Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.120","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.120/manifests"},{"name":"0.9.119","sha":"c5e3dd09e0cb16c023c9e3ff7e307b7480652859","kind":"commit","published_at":"2023-11-05T07:05:57.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.119","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.119","dependencies_parsed_at":"2023-11-09T05:11:53.346Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.119","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.119/manifests"},{"name":"0.9.118","sha":"1e101198b77c0343ec7097c9f4955aecb80a7704","kind":"commit","published_at":"2023-11-05T06:46:36.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.118","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.118","dependencies_parsed_at":"2023-11-09T05:11:53.380Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.118","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.118/manifests"},{"name":"0.9.117","sha":"03d66c04f565021eb6b4091dd2a9792c49c6bfbd","kind":"commit","published_at":"2023-11-05T04:39:51.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.117","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.117","dependencies_parsed_at":"2023-11-09T05:11:53.367Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.117","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.117/manifests"},{"name":"0.9.116","sha":"aaa96559a813c7280f69aa91a73916dc3eabf19e","kind":"commit","published_at":"2023-10-15T20:49:37.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.116","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.116","dependencies_parsed_at":"2023-11-09T05:11:53.396Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.116","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.116/manifests"},{"name":"0.9.115","sha":"ce23fc5a1653de954ae0e0ed69f9b8448ab47fcf","kind":"commit","published_at":"2023-10-15T08:31:17.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.115","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.115","dependencies_parsed_at":"2023-11-09T05:11:53.358Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.115","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.115/manifests"},{"name":"0.9.114","sha":"bf7306f10e406b6072fd88cfd8d9d156b69573e3","kind":"commit","published_at":"2023-10-15T08:16:09.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.114","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.114","dependencies_parsed_at":"2023-11-09T05:11:53.354Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.114","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.114/manifests"},{"name":"0.9.113","sha":"e067e64f4cace5d081f61232232e4ea3551371e7","kind":"commit","published_at":"2023-10-14T20:54:11.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.113","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.113","dependencies_parsed_at":"2023-11-09T05:11:53.399Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.113","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.113/manifests"},{"name":"0.9.112","sha":"53cfaeab42481a9252ae7d6887fbdea1ccba245d","kind":"commit","published_at":"2023-10-13T23:48:30.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.112","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.112","dependencies_parsed_at":"2023-11-09T05:11:53.326Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.112","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.112/manifests"},{"name":"0.9.111","sha":"fec1d94f7b8265be24707375a50a2e0cd829a6e3","kind":"commit","published_at":"2023-10-13T14:28:59.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.111","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.111","dependencies_parsed_at":"2023-11-09T05:11:53.246Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.111","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.111/manifests"},{"name":"0.9.110","sha":"c42cec0c80a47513d1d39e3fe1b62a77aa31403b","kind":"commit","published_at":"2023-09-23T09:38:47.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.110","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.110","dependencies_parsed_at":"2023-11-09T05:11:53.350Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.110","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.110/manifests"},{"name":"0.9.109","sha":"ced51089716b2a21bc58f67d09aca827fdc02c62","kind":"commit","published_at":"2023-09-23T03:50:07.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.109","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.109","dependencies_parsed_at":"2023-11-09T05:11:53.360Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.109","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.109/manifests"},{"name":"0.9.108","sha":"2fceaa4c8b53b770ae589b789167663763b84188","kind":"commit","published_at":"2023-09-23T03:36:11.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.108","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.108","dependencies_parsed_at":"2023-11-09T05:11:53.252Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.108","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.108/manifests"},{"name":"0.9.107","sha":"f465b1f7daca7641735c337824e8760d0ab57484","kind":"commit","published_at":"2023-09-13T08:24:00.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.107","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.107","dependencies_parsed_at":"2023-11-09T05:11:53.340Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.107","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.107/manifests"},{"name":"0.9.106","sha":"18f426d24887a3b90e4685a867671b4f75a59e3e","kind":"commit","published_at":"2023-09-13T08:13:15.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.106","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.106","dependencies_parsed_at":"2023-11-09T05:11:53.351Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.106","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.106/manifests"},{"name":"0.9.105","sha":"216f03397c723dac6fa1b7bd7e2e073912b71aa8","kind":"commit","published_at":"2023-09-13T07:58:47.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.105","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.105","dependencies_parsed_at":"2023-11-09T05:11:53.374Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.105","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.105/manifests"},{"name":"0.9.104","sha":"1f74d5d7f11a86cc7f5cf4d0117f9cc78861e95f","kind":"commit","published_at":"2023-09-13T07:41:43.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.104","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.104","dependencies_parsed_at":"2023-11-09T05:11:56.171Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.104","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.104/manifests"},{"name":"0.9.103","sha":"cf8637ab34cf39958ea42a8615c9670f0caad1ec","kind":"commit","published_at":"2023-09-13T06:16:27.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.103","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.103","dependencies_parsed_at":"2023-11-09T05:11:53.364Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.103","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.103/manifests"},{"name":"0.9.102","sha":"0de3035005f774702e9471ea8a5158ff9233af2f","kind":"commit","published_at":"2023-09-07T19:48:39.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.102","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.102","dependencies_parsed_at":"2023-11-09T05:11:53.360Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.102","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.102/manifests"},{"name":"0.9.101","sha":"42aebe9dde50350136b2cf9f05dc0c2a94a0bf69","kind":"commit","published_at":"2023-09-07T02:34:46.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.101","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.101","dependencies_parsed_at":"2023-11-09T05:11:53.331Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.101","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.101/manifests"},{"name":"0.9.100","sha":"ff033b336ca85044d1c7ac66b038b5774e7ebf19","kind":"commit","published_at":"2023-09-07T00:56:40.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.100","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.100","dependencies_parsed_at":"2023-11-09T05:11:53.343Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.100","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.100/manifests"},{"name":"0.9.99","sha":"1da13a456a02d0c8e8832d39298963a2ac18b52f","kind":"commit","published_at":"2023-09-05T22:32:11.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.99","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.99","dependencies_parsed_at":"2023-11-09T05:11:53.349Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.99","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.99/manifests"},{"name":"0.9.98","sha":"9ee0d245b3f0e4599605d3c1bdaf2b65925d7c15","kind":"commit","published_at":"2023-09-05T06:07:03.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.98","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.98","dependencies_parsed_at":"2023-11-09T05:11:53.378Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.98","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.98/manifests"},{"name":"0.9.97","sha":"72e0b3c09b0556013d437b3962b04147f10baf97","kind":"commit","published_at":"2023-08-06T07:53:42.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.97","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.97","dependencies_parsed_at":"2023-11-09T05:11:53.302Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.97","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.97/manifests"},{"name":"0.9.96","sha":"3e54bde3ecf05463bab4fc679c98d8f4eba2dbe4","kind":"commit","published_at":"2023-08-05T08:14:03.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.96","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.96","dependencies_parsed_at":"2023-11-09T05:11:53.380Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.96","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.96/manifests"},{"name":"0.9.95","sha":"a154e6320268aee954d231fb27ac2f82372f23ee","kind":"commit","published_at":"2023-08-05T08:04:14.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.95","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.95","dependencies_parsed_at":"2023-11-09T05:11:53.264Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.95","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.95/manifests"},{"name":"0.9.94","sha":"fcebfb0df4059e4b0869c6d3e2331162c4b9168c","kind":"commit","published_at":"2023-08-04T12:10:58.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.94","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.94","dependencies_parsed_at":"2023-11-09T05:11:53.247Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.94","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.94/manifests"},{"name":"0.9.93","sha":"87c5905ae9025de11e00b1eeeb6f1863ac6d1c55","kind":"commit","published_at":"2023-08-04T11:59:02.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.93","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.93","dependencies_parsed_at":"2023-11-09T05:11:53.362Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.93","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.93/manifests"},{"name":"0.9.92","sha":"f4c182d47c20d9bf601fbca56ea085956ef81ac6","kind":"commit","published_at":"2023-08-04T11:48:41.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.92","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.92","dependencies_parsed_at":"2023-11-09T05:11:53.263Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.92","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.92/manifests"},{"name":"0.9.91","sha":"42360706b81619a6ae0c01771f3702d7eb420aa9","kind":"commit","published_at":"2023-08-04T11:40:38.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.91","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.91","dependencies_parsed_at":"2023-11-09T05:11:53.363Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.91","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.91/manifests"},{"name":"0.9.90","sha":"3c9f1cb715c03fb97ba4ff3a5a3998b4af0d586a","kind":"commit","published_at":"2023-08-04T11:30:07.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.90","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.90","dependencies_parsed_at":"2023-11-09T05:11:53.341Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.90","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.90/manifests"},{"name":"0.9.89","sha":"dd9d93ecdcc910c5153c660d863eaa3061863cf5","kind":"commit","published_at":"2023-08-04T11:14:15.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.89","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.89","dependencies_parsed_at":"2023-11-09T05:11:53.328Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.89","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.89/manifests"},{"name":"0.9.88","sha":"1cd5fcf906b3d1a52a8280abf608621e47b0f5b2","kind":"commit","published_at":"2023-08-04T05:20:05.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.88","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.88","dependencies_parsed_at":"2023-11-09T05:11:53.342Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.88","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.88/manifests"},{"name":"0.9.87","sha":"23f3aad1f97c68cbffd36261a6620f5fc7bc40a8","kind":"commit","published_at":"2023-08-04T00:23:19.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.87","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.87","dependencies_parsed_at":"2023-11-09T05:11:53.384Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.87","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.87/manifests"},{"name":"0.9.86","sha":"346e8802fb9664ba753416ce54e849be8a313886","kind":"commit","published_at":"2023-05-24T16:48:15.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.86","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.86","dependencies_parsed_at":"2023-11-09T05:11:53.253Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.86","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.86/manifests"},{"name":"0.9.85","sha":"5ea27be2a50078c8a7106f4199d1fa1e29795b40","kind":"commit","published_at":"2023-05-24T16:33:59.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.85","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.85","dependencies_parsed_at":"2023-11-09T05:11:53.265Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.85","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.85/manifests"},{"name":"0.9.84","sha":"47e29ef088843e40df12c0572c0303925c932e46","kind":"commit","published_at":"2023-05-24T16:22:08.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.84","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.84","dependencies_parsed_at":"2023-11-09T05:11:53.334Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.84","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.84/manifests"},{"name":"0.9.83","sha":"7f5240e6820b7ec6502de7900dda8788796e5cfa","kind":"commit","published_at":"2023-05-24T16:07:20.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.83","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.83","dependencies_parsed_at":"2023-11-09T05:11:53.389Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.83","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.83/manifests"},{"name":"0.9.82","sha":"d8f99e976dfb9e274e2e6578de073f8cf6b9fd18","kind":"commit","published_at":"2023-05-03T10:26:07.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.82","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.82","dependencies_parsed_at":"2023-11-09T05:11:53.329Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.82","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.82/manifests"},{"name":"0.9.81","sha":"c8e1d803dfe2d808934342e9bb14d104eaccdafb","kind":"commit","published_at":"2023-05-03T04:39:07.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.81","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.81","dependencies_parsed_at":"2023-11-09T05:11:53.333Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.81","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.81/manifests"},{"name":"0.9.80","sha":"f7aaed6ef4591f100c3fffa34aa25645dcfd76b6","kind":"commit","published_at":"2023-05-03T00:48:20.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.80","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.80","dependencies_parsed_at":"2023-11-09T05:11:56.138Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.80","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.80/manifests"},{"name":"0.9.79","sha":"7e23caa34f50b2a089c319eacfad72028f55c6da","kind":"commit","published_at":"2023-04-26T02:24:42.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.79","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.79","dependencies_parsed_at":"2023-11-09T05:11:53.335Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.79","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.79/manifests"},{"name":"0.9.78","sha":"1e631f458ce78cd03aa0516c234103a40e1b827c","kind":"commit","published_at":"2023-04-26T02:16:43.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.78","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.78","dependencies_parsed_at":"2023-11-09T05:11:53.374Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.78","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.78/manifests"},{"name":"0.9.77","sha":"c49afc29b5cf9cb4b0540f6708d64dc8502de394","kind":"commit","published_at":"2023-04-25T10:37:16.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.77","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.77","dependencies_parsed_at":"2023-11-09T05:11:53.323Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.77","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.77/manifests"},{"name":"0.9.76","sha":"f0c4c8e4bd64eede8f56f4d3371a1d0258ba5b5f","kind":"commit","published_at":"2023-04-25T10:21:26.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.76","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.76","dependencies_parsed_at":"2023-11-09T05:11:53.357Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.76","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.76/manifests"},{"name":"0.9.75","sha":"bebc36b7ad571a8dfd019d6b7cf8e85519e9d1d9","kind":"commit","published_at":"2023-04-25T10:11:15.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.75","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.75","dependencies_parsed_at":"2023-11-09T05:11:53.385Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.75","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.75/manifests"},{"name":"0.9.74","sha":"1b837cf8e74b2e5a9683087705aad034419117f6","kind":"commit","published_at":"2023-04-14T21:26:43.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.74","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.74","dependencies_parsed_at":"2023-11-09T05:11:53.296Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.74","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.74/manifests"},{"name":"0.9.73","sha":"a7e10bf82adb7fa84bd3dfc1a0e03de4ad293472","kind":"commit","published_at":"2023-04-14T21:18:19.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.73","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.73","dependencies_parsed_at":"2023-11-09T05:11:53.302Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.73","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.73/manifests"},{"name":"0.9.72","sha":"7ecc046ca1446749c58caefd1ec9daac456a95bb","kind":"commit","published_at":"2023-04-14T21:09:50.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.72","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.72","dependencies_parsed_at":"2023-11-09T05:11:53.322Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.72","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.72/manifests"},{"name":"0.9.71","sha":"6b2e2bff1709ed3617bb81db1db8d5d8a88fa6b7","kind":"commit","published_at":"2023-04-14T20:46:54.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.71","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.71","dependencies_parsed_at":"2023-11-09T05:11:53.323Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.71","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.71/manifests"},{"name":"0.9.70","sha":"275a6f44aeee2820608eb0e3c06f3db4be32bb60","kind":"commit","published_at":"2023-04-05T09:03:33.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.70","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.70","dependencies_parsed_at":"2023-11-09T05:11:53.316Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.70","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.70/manifests"},{"name":"0.9.69","sha":"3e772847e1495c75dc328efee22f1290fafbd220","kind":"commit","published_at":"2023-04-05T08:55:47.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.69","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.69","dependencies_parsed_at":"2023-11-09T05:11:53.336Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.69","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.69/manifests"},{"name":"0.9.68","sha":"962b3ed4afba6dbd19284b44742e0cb913cff11a","kind":"commit","published_at":"2023-03-31T17:39:10.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.68","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.68","dependencies_parsed_at":"2023-11-09T05:11:53.320Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.68","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.68/manifests"},{"name":"0.9.67","sha":"2926433521d8ab1205692c1127db1b8c968a4ecb","kind":"commit","published_at":"2023-03-31T17:26:13.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.67","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.67","dependencies_parsed_at":"2023-11-09T05:11:53.226Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.67","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.67/manifests"},{"name":"0.9.66","sha":"a56451d10ae1ccdffbb77d1dc242c0fd3f192434","kind":"commit","published_at":"2023-03-31T16:52:52.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.66","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.66","dependencies_parsed_at":"2023-11-09T05:11:53.323Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.66","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.66/manifests"},{"name":"0.9.65","sha":"3eab3393a6cc3cbf7d5359b7774144495269f5d8","kind":"commit","published_at":"2023-03-25T03:42:58.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.65","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.65","dependencies_parsed_at":"2023-11-09T05:11:53.245Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.65","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.65/manifests"},{"name":"0.9.64","sha":"dee6fe40297b218200b15ada8b6f72783ddfcc2e","kind":"commit","published_at":"2023-03-24T19:08:49.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.64","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.64","dependencies_parsed_at":"2023-11-09T05:11:53.335Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.64","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.64/manifests"},{"name":"0.9.63","sha":"c00488bec1b885c2faf30ba6911e3b83e8ca4792","kind":"commit","published_at":"2023-03-24T18:37:28.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.63","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.63","dependencies_parsed_at":"2023-11-09T05:11:53.314Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.63","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.63/manifests"},{"name":"0.9.62","sha":"fa39e60b9e6eb73a485edc9e14b8b20ac2478da8","kind":"commit","published_at":"2023-03-20T00:00:59.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.62","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.62","dependencies_parsed_at":"2023-11-09T05:11:53.225Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.62","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.62/manifests"},{"name":"0.9.61","sha":"d99bc6ef558c99ee1aa806d921015967bf46fe21","kind":"commit","published_at":"2023-03-19T23:50:45.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.61","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.61","dependencies_parsed_at":"2023-11-09T05:11:53.363Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.61","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.61/manifests"},{"name":"0.9.60","sha":"ae9bdc14567c5f4f4721000a50f7e82359ccee0e","kind":"commit","published_at":"2023-03-19T23:36:15.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.60","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.60","dependencies_parsed_at":"2023-11-09T05:11:53.324Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.60","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.60/manifests"},{"name":"0.9.59","sha":"0fb4b1efccbbbbde0bdcf1b451d1c8f61c741a82","kind":"commit","published_at":"2023-03-19T23:19:18.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.59","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.59","dependencies_parsed_at":"2023-11-09T05:11:53.327Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.59","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.59/manifests"},{"name":"0.9.58","sha":"23d155e0829bba30b2ca50a9fbcbf54186c869be","kind":"commit","published_at":"2023-03-19T23:05:55.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.58","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.58","dependencies_parsed_at":"2023-11-09T05:11:53.294Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.58","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.58/manifests"},{"name":"0.9.57","sha":"ee06b566d11f6499136ea8fd619738d08fcf6c4c","kind":"commit","published_at":"2023-03-19T22:36:25.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.57","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.57","dependencies_parsed_at":"2023-11-09T05:11:53.332Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.57","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.57/manifests"},{"name":"0.9.56","sha":"c51d3e215c82128cf990844ac4e73b54e63e70b8","kind":"commit","published_at":"2023-03-10T10:04:37.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.56","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.56","dependencies_parsed_at":"2023-11-09T05:11:53.324Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.56","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.56/manifests"},{"name":"0.9.55","sha":"49aa9a5e963164ea6c90b381ed18065913346c46","kind":"commit","published_at":"2023-03-10T09:54:57.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.55","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.55","dependencies_parsed_at":"2023-11-09T05:11:53.322Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.55","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.55/manifests"},{"name":"0.9.54","sha":"735cd3400f7fa2ad633f91010834dc0d4e823d8f","kind":"commit","published_at":"2023-03-10T09:45:52.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.54","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.54","dependencies_parsed_at":"2023-11-09T05:11:53.313Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.54","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.54/manifests"},{"name":"0.9.53","sha":"3d38c0f3e5cf7be69394916383993a190e6118ca","kind":"commit","published_at":"2023-03-10T09:34:20.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.53","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.53","dependencies_parsed_at":"2023-06-02T00:24:06.860Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.53","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.53/manifests"},{"name":"0.9.52","sha":"7fa188bebdb09f1ac733ea95a96a125cfc606880","kind":"commit","published_at":"2023-03-09T02:46:56.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.52","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.52","dependencies_parsed_at":"2023-06-02T00:24:07.322Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.52","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.52/manifests"},{"name":"0.9.51","sha":"2e54eb576f4ec7444297fb26603491fa9e576867","kind":"commit","published_at":"2023-03-06T02:00:50.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.51","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.51","dependencies_parsed_at":"2023-06-02T00:24:06.588Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.51","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.51/manifests"},{"name":"0.9.50","sha":"150f1f0c43dca52b421631f754b1903d4123ee73","kind":"commit","published_at":"2023-03-06T01:49:02.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.50","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.50","dependencies_parsed_at":"2023-06-02T00:24:06.778Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.50","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.50/manifests"},{"name":"0.9.49","sha":"11ece706b34e5d2b96faee4302aef30add472f54","kind":"commit","published_at":"2023-03-02T04:50:51.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.49","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.49","dependencies_parsed_at":"2023-06-02T00:24:07.237Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.49","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.49/manifests"},{"name":"0.9.48","sha":"00153d3cbe726a7f3c1544e9dfdc769811cd0b9b","kind":"commit","published_at":"2023-03-02T03:39:52.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.48","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.48","dependencies_parsed_at":"2023-06-02T00:24:07.515Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.48","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.48/manifests"},{"name":"0.9.47","sha":"ef52a4e0864c9508f51a19f82947858ff190aad1","kind":"commit","published_at":"2023-03-02T03:27:07.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.47","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.47","dependencies_parsed_at":"2023-06-02T00:24:06.235Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.47","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.47/manifests"},{"name":"0.9.46","sha":"44da5d17e95899c479de06b5cd4c9698f10f0d69","kind":"commit","published_at":"2023-03-02T03:15:09.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.46","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.46","dependencies_parsed_at":"2023-06-02T00:24:06.808Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.46","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.46/manifests"},{"name":"0.9.45","sha":"0e9face344929df2c44e93b0845b950f4dd0adb3","kind":"commit","published_at":"2023-03-02T01:16:29.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.45","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.45","dependencies_parsed_at":"2023-06-02T00:24:07.201Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.45","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.45/manifests"},{"name":"0.9.44","sha":"8abce2ea515751f2e882fb264ba2bb46f579a0e7","kind":"commit","published_at":"2023-02-19T22:42:54.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.44","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.44","dependencies_parsed_at":"2023-06-02T00:24:05.958Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.44","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.44/manifests"},{"name":"0.9.43","sha":"dafa9155e537c6cf1711247922db0b7cd93523f7","kind":"commit","published_at":"2023-02-17T07:41:16.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.43","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.43","dependencies_parsed_at":"2023-06-02T00:24:06.762Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.43","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.43/manifests"},{"name":"0.9.42","sha":"7f957423d52064d33a00f2b6d6d25c90a77712ba","kind":"commit","published_at":"2023-02-15T07:58:38.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.42","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.42","dependencies_parsed_at":"2023-06-02T00:24:07.276Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.42","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.42/manifests"},{"name":"0.9.41","sha":"85cebf5cd42f14eb44827e5c695c9f99645fdbc5","kind":"commit","published_at":"2023-02-13T07:51:58.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.41","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.41","dependencies_parsed_at":"2023-06-02T00:24:05.510Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.41","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.41/manifests"},{"name":"0.9.40","sha":"bca1e2b62b69ad401b077c998a392c43901c02c5","kind":"commit","published_at":"2023-02-13T07:31:35.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.40","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.40","dependencies_parsed_at":"2023-06-02T00:24:05.799Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.40","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.40/manifests"},{"name":"0.9.39","sha":"e78b8d5c962edaea75b0a7bbf1ae84330d9d3f18","kind":"commit","published_at":"2023-02-13T06:06:28.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.39","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.39","dependencies_parsed_at":"2023-06-02T00:24:06.912Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.39","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.39/manifests"},{"name":"0.9.38","sha":"ee3c305be4ce54deb8d6be5e05c9fb8a9fcf6b85","kind":"commit","published_at":"2023-02-02T07:12:51.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.38","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.38","dependencies_parsed_at":"2023-06-02T00:24:05.817Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.38/manifests"},{"name":"0.9.37","sha":"3ee141c9ca7bd489aff38204876fbdbcc19ff1cd","kind":"commit","published_at":"2023-01-26T13:05:39.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.37","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.37","dependencies_parsed_at":"2023-06-02T00:24:07.114Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.37/manifests"},{"name":"0.9.36","sha":"3cf5aa7b3c828b3479bbb21f244fc0662920e88e","kind":"commit","published_at":"2023-01-18T11:27:02.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.36","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.36","dependencies_parsed_at":"2023-06-02T00:24:06.003Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.36/manifests"},{"name":"0.9.35","sha":"e79ae9782bd4687256f832043655f2cfb9eb9259","kind":"commit","published_at":"2023-01-18T11:14:30.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.35","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.35","dependencies_parsed_at":"2023-06-02T00:24:07.059Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.35/manifests"},{"name":"0.9.34","sha":"19fa9d9a8faffb3391d9da64b5163c982b5783ff","kind":"commit","published_at":"2023-01-18T11:03:18.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.34","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.34","dependencies_parsed_at":"2023-06-02T00:24:05.962Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.34/manifests"},{"name":"0.9.33","sha":"8288faf3067ccec19d064e3230d34dccdb2a46e0","kind":"commit","published_at":"2023-01-18T10:40:39.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.33","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.33","dependencies_parsed_at":"2023-06-02T00:24:06.294Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.33/manifests"},{"name":"0.9.32","sha":"112e7d3c87597d38ab5c7ca43b5d0e04375dbf89","kind":"commit","published_at":"2023-01-18T10:27:05.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.32","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.32","dependencies_parsed_at":"2023-06-02T00:24:06.642Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.32/manifests"},{"name":"0.9.31","sha":"24c6c2311d1f7e65f19e12fc017533acb6ba3dd6","kind":"commit","published_at":"2023-01-18T10:10:43.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.31","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.31","dependencies_parsed_at":"2023-06-02T00:24:07.690Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.31/manifests"},{"name":"0.9.30","sha":"802c36ca5edd45538244e53261ccd1b1b7652c6a","kind":"commit","published_at":"2023-01-18T10:00:38.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.30","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.30","dependencies_parsed_at":"2023-06-02T00:24:06.524Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.30/manifests"},{"name":"0.9.29","sha":"8e04f3bfd13b281c5cf66053f38b559ffdd8266b","kind":"commit","published_at":"2022-11-05T23:27:55.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.29","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.29","dependencies_parsed_at":"2023-06-01T10:49:55.301Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.29/manifests"},{"name":"0.9.28","sha":"e4573ddbe0426ff7c87b32777799da2dc4736cfe","kind":"commit","published_at":"2022-11-04T20:46:10.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.28","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.28","dependencies_parsed_at":"2023-06-01T10:49:56.722Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.28/manifests"},{"name":"0.9.27","sha":"0af1897b8706a9ccfe52cace77dc574d2fd920ec","kind":"commit","published_at":"2022-11-02T20:27:33.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.27","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.27","dependencies_parsed_at":"2023-06-01T10:49:58.358Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.27/manifests"},{"name":"0.9.26","sha":"044f7af1c82a97ccf81c9e5e74cfd669298ca83d","kind":"commit","published_at":"2022-11-02T06:33:49.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.26","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.26","dependencies_parsed_at":"2023-06-01T10:49:59.983Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.26/manifests"},{"name":"0.9.25","sha":"88208aa5463febe79cdfc776ab448a28fb7b5837","kind":"commit","published_at":"2022-11-02T06:20:58.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.25","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.25","dependencies_parsed_at":"2023-06-01T10:50:03.122Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.25/manifests"},{"name":"0.9.24","sha":"8b7238cac1d3807fc6f8c72e8d9dadc40cda427b","kind":"commit","published_at":"2022-11-02T05:41:50.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.24","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.24","dependencies_parsed_at":"2023-06-01T10:50:05.710Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.24/manifests"},{"name":"0.9.23","sha":"33bd9c94e22d6b9532fcd80a5ba36780ea311309","kind":"commit","published_at":"2022-10-18T06:41:41.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.23","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.23","dependencies_parsed_at":"2023-05-31T16:37:36.206Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.23/manifests"},{"name":"0.9.22","sha":"9a977c19b71b2e3fe18e7cc097aad451ddaa21ce","kind":"commit","published_at":"2022-10-15T00:06:28.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.22","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.22","dependencies_parsed_at":"2023-05-31T16:29:35.390Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.22/manifests"},{"name":"0.9.21","sha":"4c1981b06ea0e7f0fe7397c39c4a9b63fc77214c","kind":"commit","published_at":"2022-10-14T23:50:46.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.21","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.21","dependencies_parsed_at":"2023-05-31T16:29:36.277Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.21/manifests"},{"name":"0.9.20","sha":"a40a2bfc564328ad076e1a756a8d07e5d7a4dc34","kind":"commit","published_at":"2022-10-14T23:35:59.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.20","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.20","dependencies_parsed_at":"2023-05-31T16:29:36.915Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.20/manifests"},{"name":"0.9.19","sha":"e0c568a8ebd6cd27148b37982e6a749e58663194","kind":"commit","published_at":"2022-10-14T22:17:37.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.19","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.19","dependencies_parsed_at":"2023-05-31T16:29:37.594Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.19/manifests"},{"name":"0.9.18","sha":"0e89fe94c8c0bf888204bd54d51576e749765275","kind":"commit","published_at":"2022-10-14T20:48:45.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.18","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.18","dependencies_parsed_at":"2023-05-31T16:29:38.394Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.18/manifests"},{"name":"0.9.17","sha":"24cedb1f1621042f55d43910e98992da8dcec6c2","kind":"commit","published_at":"2022-10-13T16:18:16.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.17","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.17","dependencies_parsed_at":"2023-05-31T16:29:39.143Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.17/manifests"},{"name":"0.9.16","sha":"2577ac8d5eb4e2f1c2557a34d1b6dcb2e2c86db9","kind":"commit","published_at":"2022-10-05T22:50:20.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.16","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.16","dependencies_parsed_at":"2023-05-31T16:15:06.707Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.16/manifests"},{"name":"0.9.15","sha":"c1216dead6c9e83cb446a733799d2cce993296a2","kind":"commit","published_at":"2022-10-05T22:32:35.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.15","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.15","dependencies_parsed_at":"2023-05-31T16:15:08.104Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.15/manifests"},{"name":"0.9.14","sha":"6331fa1c10bbf3b9b3345799df7ff2bf5395eb51","kind":"commit","published_at":"2022-10-05T22:11:56.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.14","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.14","dependencies_parsed_at":"2023-05-31T16:15:09.377Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.14/manifests"},{"name":"0.9.13","sha":"c73a10d6e7f6191f518e642420d828c98ba04286","kind":"commit","published_at":"2022-10-05T21:13:43.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.13","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.13","dependencies_parsed_at":"2023-05-31T16:15:10.341Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.13/manifests"},{"name":"0.9.12","sha":"580aa2c1039e4ab7816b3ae29381685f98cfb864","kind":"commit","published_at":"2022-10-05T05:54:39.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.12","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.12","dependencies_parsed_at":"2023-05-31T16:13:31.757Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.12/manifests"},{"name":"0.9.11","sha":"cd22537fa1b0008a614609dc1d3a837edfcc12dd","kind":"commit","published_at":"2022-10-05T05:43:56.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.11","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.11","dependencies_parsed_at":"2023-05-31T16:13:32.523Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.11/manifests"},{"name":"0.9.10","sha":"e9c4c7e75d00ad235bb4624c240e6048df482af3","kind":"commit","published_at":"2022-10-01T06:38:56.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.10","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.10","dependencies_parsed_at":"2023-05-31T16:13:33.294Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.10/manifests"},{"name":"0.9.9","sha":"6d09adabcf4ec0431bb6fda110ae72963917e868","kind":"commit","published_at":"2022-10-01T06:22:41.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.9","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.9","dependencies_parsed_at":"2023-05-31T16:13:34.083Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.9/manifests"},{"name":"0.9.8","sha":"a10b9411d507ef3df246ab065ac5644ee9fd5e19","kind":"commit","published_at":"2022-10-01T06:09:01.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.8","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.8","dependencies_parsed_at":"2023-05-31T16:13:34.828Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.8/manifests"},{"name":"0.9.7","sha":"9deb7b526d077f1be37d9b0e345189343311b045","kind":"commit","published_at":"2022-09-25T21:41:23.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.7","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.7","dependencies_parsed_at":"2023-05-31T16:13:35.660Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.7/manifests"},{"name":"0.9.6","sha":"545b49edb17fd02aee6bf061fd33b3ccf6a7aeae","kind":"commit","published_at":"2022-09-21T09:55:52.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.6","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.6","dependencies_parsed_at":"2023-05-31T16:13:36.379Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.6/manifests"},{"name":"0.9.5","sha":"c3a31c38288287f1e441f189a1ecbd3c89060598","kind":"commit","published_at":"2022-09-11T00:39:45.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.5","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.5","dependencies_parsed_at":"2023-05-31T16:13:37.171Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.5/manifests"},{"name":"0.9.4","sha":"88a39904724c7de238a71bd813dcdfdce0681a97","kind":"commit","published_at":"2022-09-10T15:59:14.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.4","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.4","dependencies_parsed_at":"2023-05-31T16:13:37.935Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"f43cf54a40fde7bb4834c360de376aca649ca80e","kind":"commit","published_at":"2022-09-09T20:21:33.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.3","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.3","dependencies_parsed_at":"2023-05-31T16:13:38.747Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"5f05d76d22c9b150698946e2dc0ef42a5a6a2c4b","kind":"commit","published_at":"2022-09-05T21:35:31.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.2","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.2","dependencies_parsed_at":"2023-05-30T18:51:52.993Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"3e1e1dd2701095a3056565c222dfa997eb1a4f4b","kind":"commit","published_at":"2022-09-03T19:13:53.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.1","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.1","dependencies_parsed_at":"2023-05-30T18:51:53.843Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"99ab3148340dc91664b08c441ed5e77978aca6aa","kind":"commit","published_at":"2022-08-30T21:19:48.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.9.0","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.9.0","dependencies_parsed_at":"2023-05-30T18:51:55.572Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.9.0/manifests"},{"name":"0.8.25","sha":"0455ccda5da8853b8c30aff4632b90180665607e","kind":"commit","published_at":"2022-08-24T22:00:49.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.25","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.25","dependencies_parsed_at":"2023-05-30T18:51:59.176Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.25/manifests"},{"name":"0.8.24","sha":"26e46b9c9ac085f9b6c73c918ec95bba9bfc1a36","kind":"commit","published_at":"2022-08-23T22:50:48.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.24","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.24","dependencies_parsed_at":"2023-05-30T18:51:59.915Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.24/manifests"},{"name":"0.8.23","sha":"304026bfa3092e6d95d11cb6a574f6f28fc42b6d","kind":"commit","published_at":"2022-08-23T21:37:06.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.23","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.23","dependencies_parsed_at":"2023-05-30T18:52:00.679Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.23/manifests"},{"name":"0.8.22","sha":"10a6d428c65aa570d07ee1d0b53abbe641ee3355","kind":"commit","published_at":"2022-08-23T18:49:56.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.22","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.22","dependencies_parsed_at":"2023-05-30T18:52:04.474Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.22/manifests"},{"name":"0.8.21","sha":"2a4c80c4add60914825e673129447a0c55c598bb","kind":"commit","published_at":"2022-08-23T08:39:14.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.21","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.21","dependencies_parsed_at":"2023-05-30T18:52:05.159Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.21/manifests"},{"name":"0.8.20","sha":"63e0b3b4ba4e88764eb1f5b1af598d3d9b516f6f","kind":"commit","published_at":"2022-08-17T11:50:46.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.20","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.20","dependencies_parsed_at":"2023-05-30T18:52:05.886Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.20/manifests"},{"name":"0.8.19","sha":"9a6b2ed4e1f134349286d629dc306b413fac5fbf","kind":"commit","published_at":"2022-08-17T11:44:09.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.19","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.19","dependencies_parsed_at":"2023-05-30T18:52:06.602Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.19/manifests"},{"name":"0.8.18","sha":"eec80264ebc511067a1b93bf3f620f603a48b871","kind":"commit","published_at":"2022-08-09T00:01:32.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.18","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.18","dependencies_parsed_at":"2023-05-30T18:52:07.286Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.18/manifests"},{"name":"0.8.17","sha":"d8a596a13e6dea05443e8a3b1540fd0540bd37d1","kind":"commit","published_at":"2022-08-06T00:41:48.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.17","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.17","dependencies_parsed_at":"2023-05-30T18:52:08.047Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.17/manifests"},{"name":"0.8.16","sha":"55acceef33353a5b12a736342f8a26a911c45981","kind":"commit","published_at":"2022-08-04T09:54:42.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.16","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.16","dependencies_parsed_at":"2023-05-30T18:52:08.747Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.16/manifests"},{"name":"0.8.15","sha":"c9a24dfcede896442574021c44559a01f42684e6","kind":"commit","published_at":"2022-07-27T23:32:06.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.15","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.15","dependencies_parsed_at":"2023-05-30T18:52:09.544Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.15/manifests"},{"name":"0.8.14","sha":"cd4c20784275f23ad4c0bb49aa56148832713594","kind":"commit","published_at":"2022-07-24T08:58:30.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.14","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.14","dependencies_parsed_at":"2023-05-30T18:52:10.253Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.14/manifests"},{"name":"0.8.13","sha":"63cbb656cb6e0237b1e7f94d63af9d5907578d62","kind":"commit","published_at":"2022-07-23T23:34:10.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.13","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.13","dependencies_parsed_at":"2023-05-30T18:52:11.135Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.13/manifests"},{"name":"0.8.12","sha":"5c0e658b77ccd7118a1a3496362020e24f0c0a64","kind":"commit","published_at":"2022-07-23T09:16:25.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.12","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.12","dependencies_parsed_at":"2023-05-30T18:52:11.831Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.12/manifests"},{"name":"0.8.11","sha":"93fd883e959ea0f171f19b25c6bc0332c0160723","kind":"commit","published_at":"2022-07-21T20:01:12.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.11","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.11","dependencies_parsed_at":"2023-05-30T18:52:12.532Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.11/manifests"},{"name":"0.8.10","sha":"e7b93590bc1eedc40e1f9a88e47ed20950146150","kind":"commit","published_at":"2022-07-19T03:06:48.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.10","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.10","dependencies_parsed_at":"2023-05-30T18:52:13.237Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.10/manifests"},{"name":"0.8.9","sha":"46343a8161956ade4a6e93d3f36f3fd7eaff214e","kind":"commit","published_at":"2022-07-19T00:09:14.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.9","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.9","dependencies_parsed_at":"2023-05-30T18:52:13.905Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.9/manifests"},{"name":"0.8.8","sha":"d9073611a83b5fac48a8b9f2e96dd50ec6ca027c","kind":"commit","published_at":"2022-07-18T23:57:59.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.8","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.8","dependencies_parsed_at":"2023-05-30T18:52:14.721Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.8/manifests"},{"name":"0.8.7","sha":"41fe0e246a3b3b4cbb5265428611fe7e8df27122","kind":"commit","published_at":"2022-07-18T18:06:33.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.7","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.7","dependencies_parsed_at":"2023-05-30T18:52:15.517Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.7/manifests"},{"name":"0.8.6","sha":"470a5b90295d8adf9fc3a344d276c6caaf11c530","kind":"commit","published_at":"2022-07-09T09:06:03.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.6","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.6","dependencies_parsed_at":"2023-05-30T18:52:16.248Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.6/manifests"},{"name":"0.8.5","sha":"115e38bd6e10f357632b92e915a3fbf454e3733d","kind":"commit","published_at":"2022-07-06T17:55:41.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.5","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.5","dependencies_parsed_at":"2023-05-30T18:52:17.062Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.5/manifests"},{"name":"0.8.4","sha":"a1171178e5873dcd155103a64d1444ee0607015c","kind":"commit","published_at":"2022-07-02T03:45:43.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.4","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.4","dependencies_parsed_at":"2023-05-30T18:52:17.753Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.4/manifests"},{"name":"0.8.3","sha":"f72115d67ae0955dd745699efb443e9eb5b7f3b2","kind":"commit","published_at":"2022-06-17T21:41:13.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.3","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.3","dependencies_parsed_at":"2023-05-30T18:52:18.385Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"8580325feeb9b946a6e7b1d9c9452ee53a8212a6","kind":"commit","published_at":"2022-06-13T21:24:03.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.2","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.2","dependencies_parsed_at":"2023-05-30T18:52:19.015Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"0cb84f6a01024a3bf6297a41b7448f6b3a864c96","kind":"commit","published_at":"2022-06-11T18:34:05.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.1","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.1","dependencies_parsed_at":"2023-05-30T18:52:19.707Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"c597f005a63bdbbdaaa66cc96eb1dda989fe3762","kind":"commit","published_at":"2022-06-07T01:48:47.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.8.0","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.8.0","dependencies_parsed_at":"2023-05-30T18:52:20.351Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.8.0/manifests"},{"name":"0.7.4","sha":"f38c090312442195ea1f44a7784c83828ff25ecc","kind":"commit","published_at":"2022-06-04T20:59:30.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.7.4","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.7.4","dependencies_parsed_at":"2023-05-30T18:52:21.037Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.4/manifests"},{"name":"0.7.3","sha":"91cf9e5baf77cb64a4607fa7211698540638b30a","kind":"commit","published_at":"2022-05-22T23:39:14.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.7.3","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.7.3","dependencies_parsed_at":"2023-05-30T18:52:21.780Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.3/manifests"},{"name":"0.7.2","sha":"624e84d1f0f425727a2bcca7f084b7040b80c560","kind":"commit","published_at":"2022-05-21T23:21:24.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.7.2","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.7.2","dependencies_parsed_at":"2023-05-30T18:52:22.488Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.2/manifests"},{"name":"0.7.1","sha":"ac9b0f102aacc78adb2e0c1963a3b8d9d0c0b6e0","kind":"commit","published_at":"2022-05-20T23:04:53.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.7.1","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.7.1","dependencies_parsed_at":"2023-05-30T18:52:23.172Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"2fb1f5249803d4246dfc444cd46434e0f4b5c85c","kind":"commit","published_at":"2022-05-20T00:59:42.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.7.0","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.7.0","dependencies_parsed_at":"2023-05-30T18:52:23.841Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.7.0/manifests"},{"name":"0.6.1","sha":"2237f9811e980062bbfeb685515c674eb38d6165","kind":"commit","published_at":"2022-05-20T00:53:12.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.6.1","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.6.1","dependencies_parsed_at":"2023-05-30T18:52:24.505Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"7bd86dd5967a2be264ae2df73d1e2b2f1d40c21c","kind":"commit","published_at":"2022-05-18T22:25:12.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.6.0","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.6.0","dependencies_parsed_at":"2023-05-30T18:52:25.187Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.6.0/manifests"},{"name":"0.5.0","sha":"867f63aefb1ddf5cfdc09f93a04e26c357b668ae","kind":"commit","published_at":"2022-05-17T20:19:58.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.5.0","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.5.0","dependencies_parsed_at":"2023-05-30T18:52:25.943Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.5.0/manifests"},{"name":"0.4.2","sha":"4c82e4b3fa3359420aa705f06317603b9f9e2110","kind":"commit","published_at":"2022-05-16T12:05:11.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.4.2","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.4.2","dependencies_parsed_at":"2023-05-30T18:52:26.621Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"9abe065e1120fa618f2aa8b2f298681289cf7ea7","kind":"commit","published_at":"2022-05-11T07:42:12.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.4.1","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.4.1","dependencies_parsed_at":"2023-05-30T18:52:27.444Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.4.1/manifests"},{"name":"0.4.0","sha":"f2975874b2f53ba4f119bdf14a050b4a0aa56b87","kind":"commit","published_at":"2022-05-11T07:30:01.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.4.0","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.4.0","dependencies_parsed_at":"2023-05-30T18:52:28.183Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.4.0/manifests"},{"name":"0.3.0","sha":"abb4bbf19ca30049c22e67b0e5a2f56c5ffbac31","kind":"commit","published_at":"2022-05-10T20:13:31.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.3.0","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.3.0","dependencies_parsed_at":"2023-05-30T18:52:28.928Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.3.0/manifests"},{"name":"0.2.0","sha":"e8ebe88a8418273dea35a61334ac984e2e085b02","kind":"commit","published_at":"2022-05-05T21:54:02.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.2.0","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.2.0","dependencies_parsed_at":"2023-05-30T18:52:29.696Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.2.0/manifests"},{"name":"0.1.6","sha":"0961135554853a13d318896366288293ee24bfe8","kind":"commit","published_at":"2022-04-26T20:10:23.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.1.6","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.1.6","dependencies_parsed_at":"2023-05-30T18:52:30.419Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.6/manifests"},{"name":"0.1.5","sha":"e20d9f99af6caedb98d0ba56888f2ddb438f81f8","kind":"commit","published_at":"2022-04-25T17:53:09.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.1.5","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.1.5","dependencies_parsed_at":"2023-05-30T18:52:31.084Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.5/manifests"},{"name":"0.1.4","sha":"564cf1c5ef1a944c9076dc917099ffb74e95f757","kind":"commit","published_at":"2022-04-24T00:53:24.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.1.4","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.1.4","dependencies_parsed_at":"2023-05-30T18:52:31.788Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.4/manifests"},{"name":"0.1.3","sha":"bf3dad80a532d06f280d600b91c819dc8f3fe7fc","kind":"commit","published_at":"2022-04-23T19:20:33.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.1.3","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.1.3","dependencies_parsed_at":"2023-05-30T18:52:32.615Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"5c7449c3dddfc8aa757b4635508b0b71dbc212f5","kind":"commit","published_at":"2022-04-21T20:06:40.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.1.2","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.1.2","dependencies_parsed_at":"2023-05-30T18:52:33.365Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"ced9838e7fe17ca23e1d2133799a8c7d7447e678","kind":"commit","published_at":"2022-04-21T01:19:50.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.1.1","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.1.1","dependencies_parsed_at":"2023-05-30T18:52:34.143Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"e5b617217b80b1061cc1f5899adbb748dd9ea591","kind":"commit","published_at":"2022-04-19T19:03:06.000Z","download_url":"https://codeload.github.com/ScribeMD/pre-commit-action/tar.gz/0.1.0","html_url":"https://github.com/ScribeMD/pre-commit-action/releases/tag/0.1.0","dependencies_parsed_at":"2023-05-30T18:52:34.896Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2024-04-22T12:22:15.086Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":7,"rankings":{"downloads":null,"dependent_repos_count":13.71430382555228,"dependent_packages_count":0.0,"stargazers_count":23.048645222627158,"forks_count":13.06965836344045,"docker_downloads_count":null,"average":12.458151852904972},"purl":"pkg:githubactions/ScribeMD/pre-commit-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/ScribeMD/pre-commit-action","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/ScribeMD/pre-commit-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/ScribeMD/pre-commit-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-03-21T01:42:42.829Z","issues_count":1,"pull_requests_count":227,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":7548.460176991151,"issues_closed_count":0,"pull_requests_closed_count":226,"pull_request_authors_count":4,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":0.02643171806167401,"merged_pull_requests_count":223,"bot_issues_count":1,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":166,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":9057.569696969696,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":165,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.006024096385542169,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":163,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ScribeMD%2Fpre-commit-action/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ScribeMD%2Fpre-commit-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ScribeMD%2Fpre-commit-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ScribeMD%2Fpre-commit-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ScribeMD%2Fpre-commit-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/ScribeMD%2Fpre-commit-action/codemeta","maintainers":[]}