{"id":26520883,"url":"https://github.com/bolteu/checkout-sparse","last_synced_at":"2026-05-10T10:02:47.482Z","repository":{"id":99788372,"uuid":"428227156","full_name":"bolteu/checkout-sparse","owner":"bolteu","description":"This action is a wrapper for `git sparse-checkout` command","archived":false,"fork":false,"pushed_at":"2026-05-06T12:14:07.000Z","size":312,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-05-06T13:39:10.456Z","etag":null,"topics":["actions","git","sparse-checkout"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bolteu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-15T10:58:11.000Z","updated_at":"2026-05-06T11:42:08.000Z","dependencies_parsed_at":"2025-03-21T12:48:25.053Z","dependency_job_id":null,"html_url":"https://github.com/bolteu/checkout-sparse","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bolteu/checkout-sparse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolteu%2Fcheckout-sparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolteu%2Fcheckout-sparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolteu%2Fcheckout-sparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolteu%2Fcheckout-sparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bolteu","download_url":"https://codeload.github.com/bolteu/checkout-sparse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolteu%2Fcheckout-sparse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32851468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T00:25:13.032Z","status":"online","status_checked_at":"2026-05-10T02:00:06.698Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","git","sparse-checkout"],"created_at":"2025-03-21T12:29:48.251Z","updated_at":"2026-05-10T10:02:47.447Z","avatar_url":"https://github.com/bolteu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# checkout-sparse action\n\n\u003e [!WARNING]\n\u003e This action is deprecated.\n\u003e\n\u003e Please migrate to the official `actions/checkout` action, which supports sparse checkout natively.\n\u003e\n\u003e ```yml\n\u003e - uses: actions/checkout@v6\n\u003e   with:\n\u003e     ref: dev\n\u003e     sparse-checkout: |\n\u003e       dir-A/\n\u003e       dir-B/\n\u003e       file-A\n\u003e       file-B\n\u003e     sparse-checkout-cone-mode: true\n\u003e ```\n\nThis action is a compatibility wrapper for `actions/checkout` sparse checkout support.\n\nIt keeps the existing `checkout-sparse` inputs for migration purposes while delegating checkout behavior to the official `actions/checkout` action.\n\n## Inputs\n\n## `ref`\n\n**Required** The git ref. Could be either branch name or git tag. Default `\"dev\"`.\n\nExamples of supported `ref`s:\n\n- `dev`\n- `refs/heads/dev`\n\n- `v1.2.3`\n- `refs/tags/v1.2.3`\n\n## `files`\n\n**Required** The list of files/directories to checkout separated by `space`. Default `\"\"`.\n\n## `github-token`\n\nThe GitHub personal access token. Default is `secrets.GITHUB_TOKEN`.\n\n## Example usage\n\n```yml\nuses: bolteu/checkout-sparse@main\nwith:\n  ref: dev\n  files: dir-A/ dir-B/ file-A file-B\n  github-token: $GITHUB_TOKEN\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolteu%2Fcheckout-sparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbolteu%2Fcheckout-sparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolteu%2Fcheckout-sparse/lists"}