{"id":11771710,"name":"OZI-Project/checkpoint","ecosystem":"actions","description":"continous integration checkpoint action for ozi-new created projects.","homepage":"","licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/OZI-Project/checkpoint","keywords_array":["gh-actions-repo"],"namespace":"OZI-Project","versions_count":61,"first_release_published_at":"2024-01-02T21:34:44.000Z","latest_release_published_at":"2025-10-22T03:51:57.000Z","latest_release_number":"1.11.0","last_synced_at":"2026-04-22T20:02:49.805Z","created_at":"2025-06-07T21:02:47.332Z","updated_at":"2026-04-22T20:05:25.396Z","registry_url":"https://github.com/OZI-Project/checkpoint","install_command":null,"documentation_url":null,"metadata":{"name":"OZI Checkpoint","description":"continous integration checkpoint action for ozi-new created projects.","author":"OZI Project \u003chelp@oziproject.dev\u003e","branding":{"icon":"check-circle","color":"green"},"inputs":{"python-version":{"description":"Python version to checkpoint","required":true},"parallel":{"description":"Whether to run checkpoints in parallel.","required":true,"default":"false"},"os":{"description":"Operating system to run on","required":false,"default":"ubuntu-latest"},"submodules":{"description":"Whether to fetch git submodules.","required":false,"default":""},"freethreaded":{"description":"Enable freethreaded Python when available.","default":false},"sign-checkpoint-logs":{"description":"Sign log files with Sigstore.","default":false}},"runs":{"using":"composite","steps":[{"uses":"actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8","with":{"fetch-depth":0,"submodules":"${{ inputs.submodules }}"}},{"name":"Set up Python ${{ inputs.python-version }}","if":"${{ fromJSON(inputs.python-version) \u003e= 3.13 }}","uses":"actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c","with":{"cache":"pip","python-version":"${{ inputs.python-version }}","allow-prereleases":true,"check-latest":true,"freethreaded":"${{ fromJSON(inputs.freethreaded) }}"}},{"name":"Set up Python ${{ inputs.python-version }}","if":"${{ fromJSON(inputs.python-version) \u003c 3.13 }}","uses":"actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c","with":{"cache":"pip","python-version":"${{ inputs.python-version }}","cache-dependency-path":".tox/**/tmp/**/requirements.txt","allow-prereleases":true,"check-latest":true}},{"name":"Install CI backend","run":"python -m pip install --user -r ${GITHUB_ACTION_PATH}/requirements.txt\n","shell":"bash"},{"name":"Setup virtual environment for invoke","run":"tox -e invoke -- --list","shell":"bash"},{"name":"Setup pipx path","run":"pipx ensurepath --force\n","shell":"bash"},{"name":"Install meson (pipx)","run":"pipx install meson --force\n","shell":"bash"},{"name":"Migrate pipx path for Windows","if":"${{ inputs.os == 'windows-latest' }}","run":"cache_dir=$(pipx environment --value PIPX_VENV_CACHEDIR)\nlogs_dir=$(pipx environment --value PIPX_LOG_DIR)\ntrash_dir=$(pipx environment --value PIPX_TRASH_DIR)\nhome_dir=$(pipx environment --value PIPX_HOME)\n# If you wish another location, replace the expression below\n# and set `NEW_LOCATION` explicitly\nNEW_LOCATION=\"D:\\\\a\\\\pipx\"\nrm -rf \"$cache_dir\" \"$logs_dir\" \"$trash_dir\"\nmkdir -p $NEW_LOCATION \u0026\u0026 mv \"$home_dir\" $NEW_LOCATION\npipx reinstall-all\n","shell":"bash"},{"name":"Run tests (First Try)","if":"${{ inputs.parallel != 'true' }}","continue-on-error":true,"id":"setup1","run":"tox\n","shell":"bash"},{"name":"Run tests (First Try)","if":"${{ inputs.parallel == 'true' }}","continue-on-error":true,"id":"setup2","run":"tox run-parallel --parallel-no-spinner\n","shell":"bash"},{"name":"Check binary wheel is buildable from sdist","run":"tox -e invoke -- release --no-cibuildwheel\n","shell":"bash"},{"name":"Run tests (Second Try)","if":"${{ (steps.setup1.outcome == 'failure') \u0026\u0026 (inputs.parallel != 'true') }}","run":"tox -r\n","shell":"bash"},{"name":"Run tests (Second Try)","if":"${{ (steps.setup2.outcome == 'failure') \u0026\u0026 (inputs.parallel == 'true') }}","run":"tox run-parallel -r --parallel-no-spinner\n","shell":"bash"},{"uses":"sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c","if":"inputs.sign-checkpoint-logs == 'true'","with":{"inputs":".tox/dist/tmp/meson-logs/testlog-dist.txt\n.tox/lint/tmp/meson-logs/testlog-lint.txt\n.tox/test/tmp/meson-logs/testlog-test.txt\n","upload-signing-artifacts":true}},{"uses":"actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02","if":"always()","with":{"name":"${{ inputs.os }}-${{ inputs.python-version }}-checkpoint","path":".tox/dist/tmp/meson-logs/testlog-dist.txt\n.tox/lint/tmp/meson-logs/testlog-lint.txt\n.tox/test/tmp/meson-logs/testlog-test.txt\n"}}]},"default_branch":"main","path":null},"repo_metadata":{"id":214549640,"uuid":"736791566","full_name":"OZI-Project/checkpoint","owner":"OZI-Project","description":"OZI action - run dist, test, and lint checks; procure signed test log artifacts","archived":false,"fork":false,"pushed_at":"2026-03-27T05:16:39.000Z","size":763,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T11:32:12.816Z","etag":null,"topics":["gh-actions-repo"],"latest_commit_sha":null,"homepage":"","language":"YAML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OZI-Project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-28T22:19:06.000Z","updated_at":"2026-03-27T05:16:16.000Z","dependencies_parsed_at":"2024-03-09T02:27:24.354Z","dependency_job_id":"a4fb1572-dc14-4148-80c1-a5c3c86fc83b","html_url":"https://github.com/OZI-Project/checkpoint","commit_stats":null,"previous_names":["rjdbcm/ozi-checkpoint","ozi-project/checkpoint"],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/OZI-Project/checkpoint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OZI-Project","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/sbom","scorecard":{"id":926196,"data":{"date":"2025-08-27T05:09:05Z","repo":{"name":"github.com/OZI-Project/checkpoint","commit":"0469c5ea5745533a5c97e20e75168380d9cff220"},"scorecard":{"version":"v5.2.1","commit":"ab2f6e92482462fe66246d9e32f642855a691dc1"},"score":8.4,"checks":[{"name":"Dependency-Update-Tool","score":10,"reason":"update tool detected","details":["Info: detected update tool: Dependabot: .github/dependabot.yml:1"],"documentation":{"short":"Determines if the project uses a dependency update tool.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dependency-update-tool"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/scorecards.yml:29","Info: jobLevel 'actions' permission set to 'read': .github/workflows/scorecards.yml:30","Info: topLevel 'contents' permission set to 'read': .github/workflows/dependency-review.yml:13","Info: topLevel permissions set to 'read-all': .github/workflows/scorecards.yml:18","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   5 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   3 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#pinned-dependencies"}},{"name":"Code-Review","score":-1,"reason":"Found no human activity in the last 13 changesets","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#security-policy"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#cii-best-practices"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#sast"}},{"name":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: branch 'main' does not require approvers","Warn: codeowners review is not required on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Info: status check found to merge onto on branch 'main'","Warn: PRs are not required to make changes on branch 'main'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#signed-releases"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#fuzzing"}},{"name":"Contributors","score":6,"reason":"project has 2 contributing companies or organizations -- score normalized to 6","details":["Info: found contributions from: OZI-Project, id=27082021/7654386"],"documentation":{"short":"Determines if the project has a set of contributors from multiple organizations (e.g., companies).","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#contributors"}},{"name":"CI-Tests","score":10,"reason":"13 out of 13 merged PRs checked by a CI test -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project runs tests before pull requests are merged.","url":"https://github.com/ossf/scorecard/blob/ab2f6e92482462fe66246d9e32f642855a691dc1/docs/checks.md#ci-tests"}}]},"last_synced_at":"2025-08-27T05:15:39.911Z","repository_id":214549640,"created_at":"2025-08-27T05:15:39.912Z","updated_at":"2025-08-27T05:15:39.912Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32152607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"OZI-Project","name":"OZI-Project","uuid":"155483616","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/155483616?v=4","repositories_count":1,"last_synced_at":"2024-01-03T00:04:34.385Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/OZI-Project","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2024-01-03T00:04:34.387Z","updated_at":"2024-01-03T00:04:34.387Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OZI-Project","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OZI-Project/repositories"},"tags":[{"name":"1.11.0","sha":"5c04e23edea0edcd1eb731ad465d3fb7fe5ad0d7","kind":"commit","published_at":"2025-10-22T03:51:57.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.11.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.11.0","dependencies_parsed_at":null,"dependency_job_id":"ebfc026e-1c5d-4d08-ad73-a184dc82a1ff","purl":"pkg:github/OZI-Project/checkpoint@1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.11.0/manifests"},{"name":"1.10.1","sha":"b8935c41223bccd7886bd6a2f668b12a23859ed7","kind":"commit","published_at":"2025-10-01T01:44:31.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.10.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.10.1","dependencies_parsed_at":null,"dependency_job_id":"df90afd4-249d-4e44-b295-db40a0bc108a","purl":"pkg:github/OZI-Project/checkpoint@1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.10.1/manifests"},{"name":"1.10.0","sha":"1faf4433bbcc31ed6a0104896a92564d94182b20","kind":"commit","published_at":"2025-09-09T20:01:24.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.10.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.10.0","dependencies_parsed_at":"2025-09-22T05:23:04.613Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.10.0/manifests"},{"name":"1.9.9","sha":"bc80bd040b1b6705a270fc6b111b08dfe6cde16b","kind":"commit","published_at":"2025-08-28T02:26:32.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.9","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.9","dependencies_parsed_at":"2025-09-22T05:23:04.612Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.9.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.9/manifests"},{"name":"1.9.8","sha":"5247b6650dfe9be90566237889b55e96c6e823da","kind":"commit","published_at":"2025-08-27T05:39:13.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.8","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.8","dependencies_parsed_at":"2025-09-22T05:23:04.534Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.9.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.8/manifests"},{"name":"1.9.7","sha":"a785e61f77a5f5b410401bee6c9ec9189d86f1fe","kind":"commit","published_at":"2025-08-27T02:58:56.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.7","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.7","dependencies_parsed_at":"2025-09-22T05:23:04.533Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.9.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.7/manifests"},{"name":"1.9.6","sha":"567295409c0cf62e340aa3457550509a0fa7e5cf","kind":"commit","published_at":"2025-08-17T03:57:44.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.6","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.6","dependencies_parsed_at":"2025-08-18T05:14:31.011Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.9.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.6/manifests"},{"name":"1.9.5","sha":"f475dbf6078211f784f6e7b3bb7c1b00ce0d05b9","kind":"commit","published_at":"2025-08-04T22:46:50.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.5","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.5","dependencies_parsed_at":"2025-08-18T05:14:40.103Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.5/manifests"},{"name":"1.9.4","sha":"e6919d1fe476e76ce08cb6e85f847d0bf6dd8b6e","kind":"commit","published_at":"2025-07-25T16:30:26.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.4","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.4","dependencies_parsed_at":null,"dependency_job_id":"436e9bbe-ae1a-4fcb-b1b2-33a09228c7c4","purl":"pkg:github/OZI-Project/checkpoint@1.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.4/manifests"},{"name":"1.9.3","sha":"4c60c58ba33a128bbde246fbee9e16569062f7cf","kind":"commit","published_at":"2025-07-04T01:29:19.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.3","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.3","dependencies_parsed_at":"2025-07-13T05:53:29.598Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.3/manifests"},{"name":"1.9.2","sha":"cc2c728b7c4569c0d3117993a7e553fb176d35cc","kind":"commit","published_at":"2025-06-24T19:01:01.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.2","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.2","dependencies_parsed_at":"2025-07-13T05:53:29.591Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.2/manifests"},{"name":"1.9.1","sha":"b7afe55ac890df008deb75191e53f83823117f92","kind":"commit","published_at":"2025-06-12T23:01:13.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.1","dependencies_parsed_at":null,"dependency_job_id":"bb1979ff-6edf-4be5-9e0f-b1b64343ec17","purl":"pkg:github/OZI-Project/checkpoint@1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.1/manifests"},{"name":"1.9.0","sha":"46c3ab38b65e3e8f5330c96a0f310d2800ea4348","kind":"commit","published_at":"2025-06-12T21:35:54.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.9.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.9.0","dependencies_parsed_at":null,"dependency_job_id":"219ec2af-69da-4848-ad94-2129aec67133","purl":"pkg:github/OZI-Project/checkpoint@1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.9.0/manifests"},{"name":"1.8.3","sha":"34c59f4977fed722934fae2caadc29e3f0f8bf0d","kind":"commit","published_at":"2025-06-07T06:29:58.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.8.3","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.8.3","dependencies_parsed_at":"2025-06-09T04:32:14.376Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.8.3/manifests"},{"name":"1.8.2","sha":"e60a6b3b5a423885e6c3feab1dfc35ed9472b737","kind":"commit","published_at":"2025-06-06T06:07:28.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.8.2","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.8.2","dependencies_parsed_at":"2025-06-09T04:32:14.349Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.8.2/manifests"},{"name":"1.8.1","sha":"2b03d987b96ba11632df7c4cb73dc5e03a300d67","kind":"commit","published_at":"2025-06-06T05:43:58.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.8.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.8.1","dependencies_parsed_at":"2025-06-09T04:32:14.426Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.8.1/manifests"},{"name":"1.8.0","sha":"26d71517222c9bc0c8c2addc1e4075fb0aa54618","kind":"commit","published_at":"2025-06-06T05:34:29.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.8.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.8.0","dependencies_parsed_at":"2025-06-09T04:32:14.711Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.8.0/manifests"},{"name":"1.7.6","sha":"97a56fbd0f91b1597f33bbbfa136b988e4c90133","kind":"commit","published_at":"2025-06-05T04:57:48.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.7.6","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.7.6","dependencies_parsed_at":"2025-06-09T04:32:13.346Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.6/manifests"},{"name":"1.7.5","sha":"301753e6853d6a65055c8df69dafe7df74bd7963","kind":"commit","published_at":"2025-05-30T16:50:54.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.7.5","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.7.5","dependencies_parsed_at":"2025-06-09T04:32:14.411Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.5/manifests"},{"name":"1.7.4","sha":"40890b7e9f18621e556892606346aebc8292cfa6","kind":"commit","published_at":"2025-05-24T05:34:33.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.7.4","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.7.4","dependencies_parsed_at":"2025-06-09T04:32:12.982Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.4/manifests"},{"name":"1.7.3","sha":"1b0b165711dca7c852f4c30fbebea96de3747617","kind":"commit","published_at":"2025-05-10T04:15:57.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.7.3","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.7.3","dependencies_parsed_at":"2025-06-09T04:32:14.535Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.3/manifests"},{"name":"1.7.2","sha":"ac9e45ece7eecacce1a9acb44ae4443985fe310b","kind":"commit","published_at":"2025-05-01T22:53:21.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.7.2","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.7.2","dependencies_parsed_at":"2025-06-09T04:32:14.474Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.2/manifests"},{"name":"1.7.1","sha":"dbe6f38e4bb6ed375129d0cf718b6d6968340a13","kind":"commit","published_at":"2025-04-19T03:18:47.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.7.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.7.1","dependencies_parsed_at":"2025-06-09T04:32:13.175Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.1/manifests"},{"name":"1.7.0","sha":"bec3d96cd1cb3bbce358fbeabc70eb25482bd3bf","kind":"commit","published_at":"2025-04-03T01:26:52.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.7.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.7.0","dependencies_parsed_at":"2025-06-09T04:32:13.186Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.7.0/manifests"},{"name":"1.6.0","sha":"175eae79f299d6dbad474024b5f791368bd5de85","kind":"commit","published_at":"2025-03-09T02:38:35.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.6.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.6.0","dependencies_parsed_at":"2025-06-09T04:32:13.137Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.6.0/manifests"},{"name":"1.5.5","sha":"f14cac563125e34d106b3a1e0ddb2773062953e5","kind":"commit","published_at":"2025-01-29T00:55:05.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.5.5","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.5.5","dependencies_parsed_at":"2025-06-09T04:32:13.665Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.5/manifests"},{"name":"1.5.4","sha":"84a85f725520d5661ed417915ccb0e769973879c","kind":"commit","published_at":"2025-01-15T01:29:27.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.5.4","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.5.4","dependencies_parsed_at":"2025-06-09T04:32:13.074Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"e8968b10918a82bf03e196f5feac1669ccdf98e2","kind":"commit","published_at":"2025-01-09T01:20:49.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.5.3","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.5.3","dependencies_parsed_at":"2025-06-09T04:32:13.751Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"5af0476c5d335e70ea4c4338d25bc0561e6a781c","kind":"commit","published_at":"2025-01-09T01:14:11.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.5.2","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.5.2","dependencies_parsed_at":"2025-06-09T04:32:14.452Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"fd28b35f0af00d1ec49a732b82409a1e386974ec","kind":"commit","published_at":"2025-01-03T06:21:25.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.5.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.5.1","dependencies_parsed_at":"2025-06-09T04:32:14.437Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"0ffb24e5b927ea941f50a625b39dec1daaeafe78","kind":"commit","published_at":"2025-01-03T05:38:25.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.5.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.5.0","dependencies_parsed_at":"2025-06-09T04:32:14.405Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.5.0/manifests"},{"name":"1.4.0","sha":"5eb7b6ec9ba2eec71a0418270d92e9a6d81d285f","kind":"commit","published_at":"2024-12-16T21:55:30.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.4.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.4.0","dependencies_parsed_at":"2025-06-09T04:32:13.079Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.4.0/manifests"},{"name":"1.3.0","sha":"94fd5184fa20bc409fb39e2529ba432626101c18","kind":"commit","published_at":"2024-12-15T03:46:11.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.3.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.3.0","dependencies_parsed_at":"2025-06-09T04:32:14.324Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.3.0/manifests"},{"name":"1.2.1","sha":"32b9310f480343c946214e3ea4b637202eaa312a","kind":"commit","published_at":"2024-11-12T04:06:38.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.2.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.2.1","dependencies_parsed_at":"2025-06-09T04:32:13.352Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"a87df40fb740b495524ce306f4c9e88a10fb737c","kind":"commit","published_at":"2024-11-12T00:03:39.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.2.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.2.0","dependencies_parsed_at":"2025-06-09T04:32:13.112Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.2.0/manifests"},{"name":"1.1.3","sha":"b6d5ac262ad76c8bc51d7474d630260e0403117c","kind":"commit","published_at":"2024-11-11T05:28:36.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.1.3","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.1.3","dependencies_parsed_at":"2025-06-09T04:32:14.741Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.1.3/manifests"},{"name":"1.1.2","sha":"40630ab781d40f50af13c3a7d63546b6412456b2","kind":"commit","published_at":"2024-11-11T05:20:49.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.1.2","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.1.2","dependencies_parsed_at":"2025-06-09T04:32:13.075Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"ac0c03fc08ac2e7e4b4fbdf02249109384596313","kind":"commit","published_at":"2024-10-25T03:02:57.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.1.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.1.1","dependencies_parsed_at":"2025-06-09T04:32:14.257Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"9548ffcc24d2016c7d0f6c1a6742f0cd65039884","kind":"commit","published_at":"2024-10-25T00:18:07.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.1.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.1.0","dependencies_parsed_at":"2025-06-09T04:32:14.383Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.1.0/manifests"},{"name":"1.0.2","sha":"fff79a1993b9a0822e7b594dcbdb164a7cff4292","kind":"commit","published_at":"2024-10-09T04:40:39.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.0.2","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.0.2","dependencies_parsed_at":"2025-06-09T04:32:14.656Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"38b742bcf99a1eae353d2f750d23f7a0c0e2174d","kind":"commit","published_at":"2024-09-26T03:42:23.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.0.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.0.1","dependencies_parsed_at":"2025-06-09T04:32:14.718Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"b1573444efe81bfc23e32e6fa583aa3f1a46579e","kind":"commit","published_at":"2024-09-08T01:46:33.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/1.0.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/1.0.0","dependencies_parsed_at":"2025-06-09T04:32:12.978Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/1.0.0/manifests"},{"name":"0.5.2","sha":"cd1117d2d6d352e52d9dfdb603b8ebd7ef964908","kind":"commit","published_at":"2024-08-21T22:03:03.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.5.2","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.5.2","dependencies_parsed_at":"2025-06-09T04:32:14.351Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.5.2/manifests"},{"name":"0.5.1","sha":"bfd6e529455ff6ec099bfd16be2ab86fa0332a71","kind":"commit","published_at":"2024-08-05T19:48:52.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.5.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.5.1","dependencies_parsed_at":"2025-06-09T04:32:14.285Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.5.1/manifests"},{"name":"0.5.0","sha":"8b8d7d173139c115188e4689204aba4e36e98810","kind":"commit","published_at":"2024-07-18T02:31:16.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.5.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.5.0","dependencies_parsed_at":"2025-06-09T04:32:12.906Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.5.0/manifests"},{"name":"0.4.3","sha":"bfd00dbaebfc8e86f730575dd907eb043052e795","kind":"commit","published_at":"2024-07-13T19:19:17.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.4.3","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.4.3","dependencies_parsed_at":"2025-06-09T04:32:13.430Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"f8acf37d2479db59d191e5f6324758e224149bd0","kind":"commit","published_at":"2024-06-14T03:20:01.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.4.2","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.4.2","dependencies_parsed_at":"2025-06-09T04:32:14.389Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"6cc6de3235d61a5bae47fa03e773a2af9a985016","kind":"commit","published_at":"2024-06-12T18:37:55.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.4.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.4.1","dependencies_parsed_at":"2025-06-09T04:32:14.417Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.4.1/manifests"},{"name":"0.4.0","sha":"64e790c506ba8df435c545f0d4135fbfde23f6a0","kind":"commit","published_at":"2024-05-26T22:27:02.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.4.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.4.0","dependencies_parsed_at":"2025-06-09T04:32:14.256Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"0c54a8e9bbbe5817b8c75a97b4cd6871a64f65f7","kind":"commit","published_at":"2024-05-21T01:08:23.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.3.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.3.1","dependencies_parsed_at":"2025-06-09T04:32:13.075Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.3.1/manifests"},{"name":"0.3.0","sha":"88a073658a2e8e6b0596d4c9d74d555948c0e8ac","kind":"commit","published_at":"2024-05-21T00:43:37.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.3.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.3.0","dependencies_parsed_at":"2025-06-09T04:32:14.374Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.3.0/manifests"},{"name":"0.2.0","sha":"0f75e9157058098617d7c11cd43c909f10fa974a","kind":"commit","published_at":"2024-05-18T04:10:12.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.2.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.2.0","dependencies_parsed_at":"2025-06-09T04:32:12.992Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.2.0/manifests"},{"name":"0.1.7","sha":"d73e315280dcbf9160c75afa5a3d4bf070b88419","kind":"commit","published_at":"2024-05-17T19:50:05.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.1.7","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.1.7","dependencies_parsed_at":"2025-06-09T04:32:14.376Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.7/manifests"},{"name":"0.1.6","sha":"1ad9ec15d60558ee3da890634bb8b0406838e17a","kind":"commit","published_at":"2024-05-07T20:40:32.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.1.6","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.1.6","dependencies_parsed_at":"2025-06-09T04:32:13.007Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.6/manifests"},{"name":"0.1.5","sha":"a6290f1edcd89a03dca8d123327e25f0c3bfc91c","kind":"commit","published_at":"2024-04-22T15:35:14.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.1.5","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.1.5","dependencies_parsed_at":"2025-06-09T04:32:14.670Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.5/manifests"},{"name":"0.1.4","sha":"8b7d897024b918d4bb4d44bbaec23a22f357182e","kind":"commit","published_at":"2024-04-15T20:25:09.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.1.4","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.1.4","dependencies_parsed_at":"2025-06-09T04:32:13.326Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.4/manifests"},{"name":"0.1.3","sha":"91c27e2c333d718d7b87992e19511ff5b00cd16e","kind":"commit","published_at":"2024-04-12T19:49:36.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.1.3","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.1.3","dependencies_parsed_at":"2025-06-09T04:32:14.601Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"9b94738aab4c7c3ee989c8be1144d041bfd7a184","kind":"commit","published_at":"2024-01-26T04:08:47.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.1.2","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.1.2","dependencies_parsed_at":"2025-06-09T04:32:13.337Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"9f405918305aa607771282da4ae207589d0f23b8","kind":"commit","published_at":"2024-01-25T21:26:17.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.1.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.1.1","dependencies_parsed_at":"2025-06-09T04:32:13.203Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"a3c7a3e7986e682d485ada6243d40b51bc90c365","kind":"commit","published_at":"2024-01-25T15:32:35.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/0.1.0","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/0.1.0","dependencies_parsed_at":"2025-06-09T04:32:13.185Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/0.1.0/manifests"},{"name":"v0.1","sha":"b2ca3bb31a5c32aaeace5d528f63ff7b1cfb88cf","kind":"commit","published_at":"2024-01-02T21:34:44.000Z","download_url":"https://codeload.github.com/OZI-Project/checkpoint/tar.gz/v0.1","html_url":"https://github.com/OZI-Project/checkpoint/releases/tag/v0.1","dependencies_parsed_at":"2025-06-09T04:32:14.141Z","dependency_job_id":null,"purl":"pkg:github/OZI-Project/checkpoint@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2026-04-22T20:05:25.396Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.34343434343434,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":17.17171717171717},"purl":"pkg:githubactions/OZI-Project/checkpoint","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/OZI-Project/checkpoint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/OZI-Project/checkpoint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/OZI-Project/checkpoint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-13T15:03:54.960Z","issues_count":3,"pull_requests_count":249,"avg_time_to_close_issue":323834.0,"avg_time_to_close_pull_request":211343.46700507615,"issues_closed_count":3,"pull_requests_closed_count":197,"pull_request_authors_count":3,"issue_authors_count":2,"avg_comments_per_issue":0.6666666666666666,"avg_comments_per_pull_request":0.11244979919678715,"merged_pull_requests_count":168,"bot_issues_count":2,"bot_pull_requests_count":193,"past_year_issues_count":0,"past_year_pull_requests_count":87,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":358529.2,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":60,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.09195402298850575,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":78,"past_year_merged_pull_requests_count":52,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fcheckpoint/issues","maintainers":[{"login":"rjdbcm","count":56,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rjdbcm"}],"active_maintainers":[{"login":"rjdbcm","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rjdbcm"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fcheckpoint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fcheckpoint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fcheckpoint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fcheckpoint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/OZI-Project%2Fcheckpoint/codemeta","maintainers":[]}