{"id":28535039,"url":"https://github.com/vsco/advanced-checkout-orb","last_synced_at":"2026-01-31T01:11:30.273Z","repository":{"id":56381795,"uuid":"292364943","full_name":"vsco/advanced-checkout-orb","owner":"vsco","description":"CircleCI Orb to replace the built-in checkout command for shallow checkouts. Includes various options to improve CI speeds for repositories with complex histories or dependencies.","archived":false,"fork":false,"pushed_at":"2023-06-23T08:29:29.000Z","size":48,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-07-07T22:37:41.310Z","etag":null,"topics":["cicd","circleci","orb"],"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/vsco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-02T18:36:15.000Z","updated_at":"2023-03-24T19:58:24.000Z","dependencies_parsed_at":"2022-08-15T17:40:40.375Z","dependency_job_id":null,"html_url":"https://github.com/vsco/advanced-checkout-orb","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/vsco/advanced-checkout-orb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsco%2Fadvanced-checkout-orb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsco%2Fadvanced-checkout-orb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsco%2Fadvanced-checkout-orb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsco%2Fadvanced-checkout-orb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsco","download_url":"https://codeload.github.com/vsco/advanced-checkout-orb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsco%2Fadvanced-checkout-orb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28925694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"ssl_error","status_checked_at":"2026-01-30T22:32:31.927Z","response_time":66,"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"}},"keywords":["cicd","circleci","orb"],"created_at":"2025-06-09T17:13:47.974Z","updated_at":"2026-01-31T01:11:30.263Z","avatar_url":"https://github.com/vsco.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# advanced-checkout-orb\n\n[![CircleCI Status](https://circleci.com/gh/vsco/advanced-checkout-orb.svg?style=shield)](https://app.circleci.com/pipelines/github/vsco/advanced-checkout-orb?branch=main)\u0026nbsp;[![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/vsco/advanced-checkout)](https://circleci.com/orbs/registry/orb/vsco/advanced-checkout)\n\n## Description\n\nA CircleCI Orb to add advanced features to replace the default `checkout` step.\nThe main use-case is to enable `shallow-checkout` operations to reduce the\ncompute time and bandwidth related to a full repository clone.\n\nThis is accomplished by:\n\n- limiting clone depth\n- limiting fetch depth\n- skipping submodule resolution (unless overridden)\n- skipping LFS pointer resolution (unless overridden)\n\nThis orb is mainly ideal for repositories with large git histories as well as the execution of jobs that do not require git history or linked dependencies to peform their actions (build, and release scripts / CI operations).\n\n## Releases\n\n- All open pull requests will build/tag as: `vsco/advanced-checkout@dev:alpha` on each commit.\n- All merged pull requests to `main` will build/tag as: `vsco/advanced-checkout@dev:beta`\n\nUpon a successful build / CircleCI publish on `main`, a release may be promoted using the following naming patterns:\n\n- patch release: patch-release-v1.0.z\n- minor release: minor-release-v1.y.0\n- major release: major-release-vx.0.0\n\nOnce a tag with the correspoding name is pushed up a release flow will trigger and publish to the CircleCI Orb registry. (Note, it's necessary to distinguish between a patch, minor or major release for CircleCI purposes.)\n\nSee: [config.yml#L100-L107](https://github.com/vsco/advanced-checkout-orb/blob/main/.circleci/config.yml#L100-L107) and [orb-tools/dev-promote-prod-from-git-tag](https://circleci.com/orbs/registry/orb/circleci/orb-tools?version=9.3.1#jobs-dev-promote-prod-from-git-tag) for details on how the release process works.\n\n## Citations\n\nThis Orb has code influenced from the following sources.\n\n- The default CircleCI checkout code _uncited_\n- [guitarrapc/git-shallow-clone-orb](https://github.com/guitarrapc/git-shallow-clone-orb/) (Shallow logic, parameterization)\n\n## License\n\nSee [LICENSE](LICENSE), extrapolated from our forking of [guitarrapc/git-shallow-clone-orb](https://github.com/guitarrapc/git-shallow-clone-orb/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsco%2Fadvanced-checkout-orb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsco%2Fadvanced-checkout-orb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsco%2Fadvanced-checkout-orb/lists"}