{"id":5789865,"name":"actions/checkout","ecosystem":"actions","description":"Checkout a Git repository at a particular version","homepage":"https://github.com/features/actions","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/actions/checkout","keywords_array":[],"namespace":"actions","versions_count":59,"first_release_published_at":"2019-07-26T01:30:48.000Z","latest_release_published_at":"2026-01-09T19:42:23.000Z","latest_release_number":"v6.0.2","last_synced_at":"2026-06-02T02:32:01.593Z","created_at":"2023-01-03T17:30:21.689Z","updated_at":"2026-06-02T02:32:01.593Z","registry_url":"https://github.com/actions/checkout","install_command":null,"documentation_url":null,"metadata":{"name":"Checkout","description":"Checkout a Git repository at a particular version","inputs":{"repository":{"description":"Repository name with owner. For example, actions/checkout","default":"${{ github.repository }}"},"ref":{"description":"The branch, tag or SHA to checkout. When checking out the repository that triggered a workflow, this defaults to the reference or SHA for that event.  Otherwise, uses the default branch.\n"},"token":{"description":"Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT.\n\nWe recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n","default":"${{ github.token }}"},"ssh-key":{"description":"SSH key used to fetch the repository. The SSH key is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the SSH key.\n\nWe recommend using a service account with the least permissions necessary.\n\n[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)\n"},"ssh-known-hosts":{"description":"Known hosts in addition to the user and global host key database. The public SSH keys for a host may be obtained using the utility `ssh-keyscan`. For example, `ssh-keyscan github.com`. The public key for github.com is always implicitly added.\n"},"ssh-strict":{"description":"Whether to perform strict host key checking. When true, adds the options `StrictHostKeyChecking=yes` and `CheckHostIP=no` to the SSH command line. Use the input `ssh-known-hosts` to configure additional hosts.\n","default":true},"ssh-user":{"description":"The user to use when connecting to the remote SSH host. By default 'git' is used.\n","default":"git"},"persist-credentials":{"description":"Whether to configure the token or SSH key with the local git config","default":true},"path":{"description":"Relative path under $GITHUB_WORKSPACE to place the repository"},"clean":{"description":"Whether to execute `git clean -ffdx \u0026\u0026 git reset --hard HEAD` before fetching","default":true},"filter":{"description":"Partially clone against a given filter. Overrides sparse-checkout if set.\n","default":null},"sparse-checkout":{"description":"Do a sparse checkout on given patterns. Each pattern should be separated with new lines.\n","default":null},"sparse-checkout-cone-mode":{"description":"Specifies whether to use cone-mode when doing a sparse checkout.\n","default":true},"fetch-depth":{"description":"Number of commits to fetch. 0 indicates all history for all branches and tags.","default":1},"fetch-tags":{"description":"Whether to fetch tags, even if fetch-depth \u003e 0.","default":false},"show-progress":{"description":"Whether to show progress status output when fetching.","default":true},"lfs":{"description":"Whether to download Git-LFS files","default":false},"submodules":{"description":"Whether to checkout submodules: `true` to checkout submodules or `recursive` to recursively checkout submodules.\n\nWhen the `ssh-key` input is not provided, SSH URLs beginning with `git@github.com:` are converted to HTTPS.\n","default":false},"set-safe-directory":{"description":"Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory \u003cpath\u003e`","default":true},"github-server-url":{"description":"The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com","required":false}},"outputs":{"ref":{"description":"The branch, tag or SHA that was checked out"},"commit":{"description":"The commit SHA that was checked out"}},"runs":{"using":"node24","main":"dist/index.js","post":"dist/index.js"},"default_branch":"main","path":null},"repo_metadata":{"id":37476150,"uuid":"197814629","full_name":"actions/checkout","owner":"actions","description":"Action for checking out a repo","archived":false,"fork":false,"pushed_at":"2025-07-23T13:20:22.000Z","size":4506,"stargazers_count":6775,"open_issues_count":602,"forks_count":2089,"subscribers_count":149,"default_branch":"main","last_synced_at":"2025-08-06T16:01:42.676Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/features/actions","language":"TypeScript","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/actions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2019-07-19T17:15:33.000Z","updated_at":"2025-08-06T14:52:56.000Z","dependencies_parsed_at":"2023-01-05T13:23:00.271Z","dependency_job_id":"65ad5ea5-a7f4-4c4e-a2de-6d2a6183c0b1","html_url":"https://github.com/actions/checkout","commit_stats":{"total_commits":191,"total_committers":56,"mean_commits":"3.4107142857142856","dds":0.6858638743455497,"last_synced_commit":"3b9b8c884f6b4bb4d5be2779c26374abadae0871"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/actions/checkout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/checkout/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/sbom","scorecard":{"id":163775,"data":{"date":"2025-08-11","repo":{"name":"github.com/actions/checkout","commit":"08c6903cd8c0fde910a37f88322edcfb5dd907a8"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.7,"checks":[{"name":"Maintained","score":5,"reason":"6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29","Info: jobLevel 'contents' permission set to 'read': .github/workflows/publish-immutable-actions.yml:11","Warn: jobLevel 'packages' permission set to 'write': .github/workflows/publish-immutable-actions.yml:13","Info: jobLevel 'contents' permission set to 'read': .github/workflows/update-test-ubuntu-git.yml:24","Warn: no topLevel permission defined: .github/workflows/check-dist.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/licensed.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-immutable-actions.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Warn: no topLevel permission defined: .github/workflows/update-main-version.yml:1","Warn: no topLevel permission defined: .github/workflows/update-test-ubuntu-git.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/licensed.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/licensed.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-immutable-actions.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/publish-immutable-actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-immutable-actions.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/publish-immutable-actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:237: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:267: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:295: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:331: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-main-version.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/update-main-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-test-ubuntu-git.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/update-test-ubuntu-git.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-test-ubuntu-git.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/update-test-ubuntu-git.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-test-ubuntu-git.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/checkout/update-test-ubuntu-git.yml/main?enable=pin","Warn: containerImage not pinned by hash: images/test-ubuntu-git.Dockerfile:4: pin your Docker image by updating ubuntu:latest to ubuntu:latest@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Info:   0 out of  20 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   4 out of   4 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/actions/.github/SECURITY.md:1","Info: Found linked content: github.com/actions/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/actions/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during GetBranch(releases/v2): error during branchesHandler.query: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":8,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 20 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T14:18:01.415Z","repository_id":37476150,"created_at":"2025-08-16T14:18:01.415Z","updated_at":"2025-08-16T14:18:01.415Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271491654,"owners_count":24769103,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"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"},"owner_record":{"login":"actions","name":"GitHub Actions","uuid":"44036562","kind":"organization","description":"Automate your GitHub workflows","email":null,"website":"https://github.com/features/actions","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/44036562?v=4","repositories_count":59,"last_synced_at":"2023-04-09T12:20:28.551Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/actions","funding_links":[],"total_stars":69545,"followers":null,"following":null,"created_at":"2022-11-02T16:25:53.210Z","updated_at":"2024-03-25T18:47:17.736Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions/repositories"},"tags":[{"name":"v4.2.2","sha":"11bd71901bbe5b1630ceea73d27597364c9af683","kind":"commit","published_at":"2024-10-23T14:24:28.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.2.2","html_url":"https://github.com/actions/checkout/releases/tag/v4.2.2","dependencies_parsed_at":"2024-10-25T07:56:23.251Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.2.2/manifests"},{"name":"v4.2.1","sha":"eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871","kind":"commit","published_at":"2024-10-07T16:38:04.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.2.1","html_url":"https://github.com/actions/checkout/releases/tag/v4.2.1","dependencies_parsed_at":"2024-10-09T04:11:56.803Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.2.1/manifests"},{"name":"v4.2.0","sha":"d632683dd7b4114ad314bca15554477dd762a938","kind":"commit","published_at":"2024-09-25T17:51:15.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.2.0","html_url":"https://github.com/actions/checkout/releases/tag/v4.2.0","dependencies_parsed_at":"2024-09-27T04:23:21.622Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.2.0/manifests"},{"name":"v4.1.7","sha":"692973e3d937129bcbf40652eb9f2f61becf3332","kind":"commit","published_at":"2024-06-12T18:41:43.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.1.7","html_url":"https://github.com/actions/checkout/releases/tag/v4.1.7","dependencies_parsed_at":"2024-06-15T04:52:08.425Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.7/manifests"},{"name":"v4.1.6","sha":"a5ac7e51b41094c92402da3b24376905380afc29","kind":"commit","published_at":"2024-05-16T18:08:36.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.1.6","html_url":"https://github.com/actions/checkout/releases/tag/v4.1.6","dependencies_parsed_at":"2024-05-18T04:07:24.127Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.6/manifests"},{"name":"v4.1.5","sha":"44c2b7a8a4ea60a981eaca3cf939b5f4305c123b","kind":"commit","published_at":"2024-04-30T15:50:54.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.1.5","html_url":"https://github.com/actions/checkout/releases/tag/v4.1.5","dependencies_parsed_at":"2024-05-08T04:04:41.628Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.5/manifests"},{"name":"v4.1.4","sha":"0ad4b8fadaa221de15dcec353f45205ec38ea70b","kind":"commit","published_at":"2024-04-24T13:29:05.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.1.4","html_url":"https://github.com/actions/checkout/releases/tag/v4.1.4","dependencies_parsed_at":"2024-04-26T04:16:09.377Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.4/manifests"},{"name":"v4.1.3","sha":"1d96c772d19495a3b5c517cd2bc0cb401ea0529f","kind":"commit","published_at":"2024-04-18T19:29:55.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.1.3","html_url":"https://github.com/actions/checkout/releases/tag/v4.1.3","dependencies_parsed_at":"2024-04-21T05:25:44.836Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.3/manifests"},{"name":"v4.1.2","sha":"9bb56186c3b09b4f86b1c65136769dd318469633","kind":"commit","published_at":"2024-03-12T11:11:01.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.1.2","html_url":"https://github.com/actions/checkout/releases/tag/v4.1.2","dependencies_parsed_at":"2024-03-14T04:54:15.200Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"b4ffde65f46336ab88eb53be808477a3936bae11","kind":"commit","published_at":"2023-10-17T15:52:30.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.1.1","html_url":"https://github.com/actions/checkout/releases/tag/v4.1.1","dependencies_parsed_at":"2023-10-19T04:02:30.603Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"8ade135a41bc03ea155e62e844d188df1ea18608","kind":"commit","published_at":"2023-09-22T17:40:21.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.1.0","html_url":"https://github.com/actions/checkout/releases/tag/v4.1.0","dependencies_parsed_at":"2023-09-23T04:54:40.034Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.1.0/manifests"},{"name":"v4","sha":"3df4ab11eba7bda6032a0b82a6bb43b11571feac","kind":"commit","published_at":"2023-09-04T12:19:40.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4","html_url":"https://github.com/actions/checkout/releases/tag/v4","dependencies_parsed_at":"2023-09-07T04:13:00.090Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4/manifests"},{"name":"v4.0.0","sha":"3df4ab11eba7bda6032a0b82a6bb43b11571feac","kind":"commit","published_at":"2023-09-04T12:19:40.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v4.0.0","html_url":"https://github.com/actions/checkout/releases/tag/v4.0.0","dependencies_parsed_at":"2023-09-07T04:12:59.888Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v4.0.0/manifests"},{"name":"v3.6.0","sha":"f43a0e5ff2bd294095638e18286ca9a3d1956744","kind":"commit","published_at":"2023-08-24T13:54:47.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.6.0","html_url":"https://github.com/actions/checkout/releases/tag/v3.6.0","dependencies_parsed_at":"2023-08-26T04:13:30.210Z","dependency_job_id":null,"purl":"pkg:github/actions/checkout@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.6.0/manifests"},{"name":"v3.5.3","sha":"c85c95e3d7251135ab7dc9ce3241c5835cc595a9","kind":"commit","published_at":"2023-06-09T14:47:54.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.5.3","html_url":"https://github.com/actions/checkout/releases/tag/v3.5.3","dependencies_parsed_at":"2023-06-11T00:06:51.355Z","dependency_job_id":"eae68d3d-23e6-4c8c-bf59-a43133d6a728","purl":"pkg:github/actions/checkout@v3.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.5.3/manifests"},{"name":"v3.5.2","sha":"8e5e7e5ab8b370d6c329ec480221332ada57f0ab","kind":"commit","published_at":"2023-04-13T12:45:33.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.5.2","html_url":"https://github.com/actions/checkout/releases/tag/v3.5.2","dependencies_parsed_at":"2023-06-01T00:13:38.800Z","dependency_job_id":"1948de87-74d4-4436-8c63-f2db606bb790","purl":"pkg:github/actions/checkout@v3.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.5.2/manifests"},{"name":"v3.5.1","sha":"83b7061638ee4956cf7545a6f7efe594e5ad0247","kind":"commit","published_at":"2023-04-12T15:02:21.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.5.1","html_url":"https://github.com/actions/checkout/releases/tag/v3.5.1","dependencies_parsed_at":"2023-06-01T00:13:39.483Z","dependency_job_id":"41c30d1c-9215-4221-940a-f7c928aa3ee1","purl":"pkg:github/actions/checkout@v3.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.5.1/manifests"},{"name":"v2.7.0","sha":"ee0669bd1cc54295c223e0bb666b733df41de1c5","kind":"commit","published_at":"2023-03-24T06:04:47.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.7.0","html_url":"https://github.com/actions/checkout/releases/tag/v2.7.0","dependencies_parsed_at":"2023-06-01T00:13:44.098Z","dependency_job_id":"e5dbdb90-3e54-4baa-a583-e3c1b66f7929","purl":"pkg:github/actions/checkout@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.7.0/manifests"},{"name":"v3.5.0","sha":"8f4b7f84864484a7bf31766abe9204da3cbe65b3","kind":"commit","published_at":"2023-03-24T05:34:48.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.5.0","html_url":"https://github.com/actions/checkout/releases/tag/v3.5.0","dependencies_parsed_at":"2023-06-01T00:13:39.879Z","dependency_job_id":"79e1f6e6-9333-4533-a0c0-acf17d1c850a","purl":"pkg:github/actions/checkout@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.5.0/manifests"},{"name":"v3.4.0","sha":"24cb9080177205b6e8c946b17badbe402adc938f","kind":"commit","published_at":"2023-03-15T19:45:08.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.4.0","html_url":"https://github.com/actions/checkout/releases/tag/v3.4.0","dependencies_parsed_at":"2023-06-01T00:13:39.495Z","dependency_job_id":"123e6426-572e-4610-ace1-a5ad5c44ae35","purl":"pkg:github/actions/checkout@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.4.0/manifests"},{"name":"v3.3.0","sha":"ac593985615ec2ede58e132d2e21d2b1cbd6127c","kind":"commit","published_at":"2022-12-28T22:19:08.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.3.0","html_url":"https://github.com/actions/checkout/releases/tag/v3.3.0","dependencies_parsed_at":"2023-06-01T00:13:45.483Z","dependency_job_id":"68637486-bb3c-431e-8747-f0c95b0d055e","purl":"pkg:github/actions/checkout@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.3.0/manifests"},{"name":"v2.6.0","sha":"dc323e67f16fb5f7663d20ff7941f27f5809e9b6","kind":"commit","published_at":"2022-12-13T15:14:06.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.6.0","html_url":"https://github.com/actions/checkout/releases/tag/v2.6.0","dependencies_parsed_at":"2023-06-01T00:13:38.012Z","dependency_job_id":"0d28ee4d-3fcf-41b2-850a-c2360d476039","purl":"pkg:github/actions/checkout@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.6.0/manifests"},{"name":"v3.2.0","sha":"755da8c3cf115ac066823e79a1e1788f8940201b","kind":"commit","published_at":"2022-12-12T19:11:05.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.2.0","html_url":"https://github.com/actions/checkout/releases/tag/v3.2.0","dependencies_parsed_at":"2023-06-01T00:13:39.860Z","dependency_job_id":"98c9f4a2-25bf-45f7-b0de-145527c92eb8","purl":"pkg:github/actions/checkout@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.2.0/manifests"},{"name":"v2.5.0","sha":"e2f20e631ae6d7dd3b768f56a5d2af784dd54791","kind":"commit","published_at":"2022-10-13T15:50:56.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.5.0","html_url":"https://github.com/actions/checkout/releases/tag/v2.5.0","dependencies_parsed_at":"2023-05-31T18:06:12.634Z","dependency_job_id":"f2e6ae52-a289-4c04-a74a-298b6dcd32dd","purl":"pkg:github/actions/checkout@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.5.0/manifests"},{"name":"v3.1.0","sha":"93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8","kind":"commit","published_at":"2022-10-04T09:37:06.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.1.0","html_url":"https://github.com/actions/checkout/releases/tag/v3.1.0","dependencies_parsed_at":"2023-05-31T18:06:13.335Z","dependency_job_id":"fd8ecd08-ddec-438e-95e0-7eab335ff10c","purl":"pkg:github/actions/checkout@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.1.0/manifests"},{"name":"v2","sha":"7884fcad6b5d53d10323aee724dc68d8b9096a2e","kind":"tag","published_at":"2022-04-21T18:28:44.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2","html_url":"https://github.com/actions/checkout/releases/tag/v2","dependencies_parsed_at":"2023-05-30T23:49:21.893Z","dependency_job_id":"971718ae-c5b3-4de8-a980-884a3d669989","purl":"pkg:github/actions/checkout@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2/manifests"},{"name":"v3","sha":"2541b1294d2704b0964813337f33b291d3f8596b","kind":"tag","published_at":"2022-04-21T18:15:50.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3","html_url":"https://github.com/actions/checkout/releases/tag/v3","dependencies_parsed_at":"2023-05-30T23:49:19.388Z","dependency_job_id":"76cd3e46-c158-4fcb-b790-d1ec30077df1","purl":"pkg:github/actions/checkout@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3/manifests"},{"name":"v2.4.2","sha":"7884fcad6b5d53d10323aee724dc68d8b9096a2e","kind":"commit","published_at":"2022-04-21T14:45:29.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.4.2","html_url":"https://github.com/actions/checkout/releases/tag/v2.4.2","dependencies_parsed_at":"2023-05-30T23:49:20.771Z","dependency_job_id":"709afe3f-3844-4b53-a2ce-ad3a6c5290d8","purl":"pkg:github/actions/checkout@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.4.2/manifests"},{"name":"v3.0.2","sha":"2541b1294d2704b0964813337f33b291d3f8596b","kind":"commit","published_at":"2022-04-21T14:29:04.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.0.2","html_url":"https://github.com/actions/checkout/releases/tag/v3.0.2","dependencies_parsed_at":"2023-05-30T23:49:18.017Z","dependency_job_id":"3172be75-711f-4023-96de-f811f32f751b","purl":"pkg:github/actions/checkout@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"dcd71f646680f2efd8db4afa5ad64fdcba30e748","kind":"commit","published_at":"2022-04-14T18:13:20.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.0.1","html_url":"https://github.com/actions/checkout/releases/tag/v3.0.1","dependencies_parsed_at":"2023-05-30T23:49:22.920Z","dependency_job_id":"a2183de8-2367-4fd4-84dc-9fbb131bd98b","purl":"pkg:github/actions/checkout@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.0.1/manifests"},{"name":"v2.4.1","sha":"f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb","kind":"commit","published_at":"2022-04-14T16:12:00.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.4.1","html_url":"https://github.com/actions/checkout/releases/tag/v2.4.1","dependencies_parsed_at":"2023-05-30T23:49:24.222Z","dependency_job_id":"df4adad0-1d84-4368-951e-caf758780cdb","purl":"pkg:github/actions/checkout@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.4.1/manifests"},{"name":"v3.0.0","sha":"a12a3943b4bdde767164f792f33f40b04645d846","kind":"commit","published_at":"2022-03-01T17:46:45.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v3.0.0","html_url":"https://github.com/actions/checkout/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-30T23:49:25.671Z","dependency_job_id":"cdc994ae-74fa-4cde-85a2-21b4ec15f0d7","purl":"pkg:github/actions/checkout@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v3.0.0/manifests"},{"name":"v2.4.0","sha":"ec3a7ce113134d7a93b817d10a8272cb61118579","kind":"commit","published_at":"2021-11-01T16:43:18.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.4.0","html_url":"https://github.com/actions/checkout/releases/tag/v2.4.0","dependencies_parsed_at":"2023-05-30T23:49:26.983Z","dependency_job_id":"631d1d4c-06f3-4b1a-b969-65e64b9f4a15","purl":"pkg:github/actions/checkout@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.4.0/manifests"},{"name":"v2.3.5","sha":"1e204e9a9253d643386038d443f96446fa156a97","kind":"commit","published_at":"2021-10-13T21:22:03.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.3.5","html_url":"https://github.com/actions/checkout/releases/tag/v2.3.5","dependencies_parsed_at":"2023-05-30T23:49:28.285Z","dependency_job_id":"8df247fe-4349-4c1b-bb51-ab8e291ea8c9","purl":"pkg:github/actions/checkout@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f","kind":"commit","published_at":"2020-11-03T14:44:09.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.3.4","html_url":"https://github.com/actions/checkout/releases/tag/v2.3.4","dependencies_parsed_at":"2023-05-30T23:49:29.202Z","dependency_job_id":"d0c08e36-13a0-410b-ba0c-01590c7bca00","purl":"pkg:github/actions/checkout@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"a81bbbf8298c0fa03ea29cdc473d45769f953675","kind":"commit","published_at":"2020-09-23T13:41:47.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.3.3","html_url":"https://github.com/actions/checkout/releases/tag/v2.3.3","dependencies_parsed_at":"2023-05-30T23:49:30.252Z","dependency_job_id":"dc1e2b6c-47c0-4ccd-9a9a-5ae68c01226b","purl":"pkg:github/actions/checkout@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"2036a08e25fa78bbd946711a407b529a0a1204bf","kind":"commit","published_at":"2020-08-07T13:22:39.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.3.2","html_url":"https://github.com/actions/checkout/releases/tag/v2.3.2","dependencies_parsed_at":"2023-05-30T23:49:31.078Z","dependency_job_id":"7eae513b-b0cd-458c-9df7-8cd7671a79d3","purl":"pkg:github/actions/checkout@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b","kind":"commit","published_at":"2020-06-18T14:27:39.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.3.1","html_url":"https://github.com/actions/checkout/releases/tag/v2.3.1","dependencies_parsed_at":"2023-05-30T23:49:32.008Z","dependency_job_id":"3d8cbeaf-bf23-45d5-9754-bd8b268940cb","purl":"pkg:github/actions/checkout@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"b4483adec309c0d01a5435c5e24eb40de5773ad9","kind":"commit","published_at":"2020-06-16T17:48:53.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.3.0","html_url":"https://github.com/actions/checkout/releases/tag/v2.3.0","dependencies_parsed_at":"2023-05-30T23:49:32.976Z","dependency_job_id":"88997956-4029-421f-9b01-6b8e117fc193","purl":"pkg:github/actions/checkout@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"aabbfeb2ce60b5bd82389903509092c4648a9713","kind":"commit","published_at":"2020-05-27T16:37:40.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.2.0","html_url":"https://github.com/actions/checkout/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-30T23:49:33.662Z","dependency_job_id":"4e1f9f12-aa06-4d24-8cec-eb13c3d522a0","purl":"pkg:github/actions/checkout@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.2.0/manifests"},{"name":"v2.1.1","sha":"86f86b36ef15e6570752e7175f451a512eac206b","kind":"commit","published_at":"2020-05-19T14:27:02.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.1.1","html_url":"https://github.com/actions/checkout/releases/tag/v2.1.1","dependencies_parsed_at":"2023-05-30T23:49:34.610Z","dependency_job_id":"2768764c-ecae-494a-b87b-23f1cb8814bb","purl":"pkg:github/actions/checkout@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"01aecccf739ca6ff86c0539fbc67a7a5007bbc81","kind":"commit","published_at":"2020-03-27T17:12:15.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.1.0","html_url":"https://github.com/actions/checkout/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-30T23:49:35.343Z","dependency_job_id":"557ac926-9a10-4256-b42f-2b4aeebd8060","purl":"pkg:github/actions/checkout@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"722adc63f1aa60a57ec37892e133b1d319cae598","kind":"commit","published_at":"2019-12-13T05:00:48.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2.0.0","html_url":"https://github.com/actions/checkout/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-30T23:49:36.066Z","dependency_job_id":"ecbf25e5-7b47-4800-a1f7-77c09ab30d0f","purl":"pkg:github/actions/checkout@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2.0.0/manifests"},{"name":"v2-beta","sha":"a6747255bd19d7a757dbdda8c654a9f84db19839","kind":"tag","published_at":"2019-12-12T19:36:15.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v2-beta","html_url":"https://github.com/actions/checkout/releases/tag/v2-beta","dependencies_parsed_at":"2023-05-30T23:49:36.857Z","dependency_job_id":"0ffdaab0-ab53-4b65-96a0-f711fc4c53fa","purl":"pkg:github/actions/checkout@v2-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v2-beta/manifests"},{"name":"v1","sha":"50fbc622fc4ef5163becd7fab6573eac35f8462e","kind":"tag","published_at":"2019-11-21T16:08:07.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v1","html_url":"https://github.com/actions/checkout/releases/tag/v1","dependencies_parsed_at":"2023-05-30T23:49:37.459Z","dependency_job_id":"e94106e1-670c-4c84-b801-1f4be61de5aa","purl":"pkg:github/actions/checkout@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v1/manifests"},{"name":"v1.2.0","sha":"50fbc622fc4ef5163becd7fab6573eac35f8462e","kind":"tag","published_at":"2019-11-21T16:07:23.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v1.2.0","html_url":"https://github.com/actions/checkout/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-30T23:49:37.132Z","dependency_job_id":"035cd40f-7327-441e-aea1-fd751c1df938","purl":"pkg:github/actions/checkout@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"0b496e91ec7ae4428c3ed2eeb4c3a40df431f2cc","kind":"tag","published_at":"2019-10-28T22:24:56.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v1.1.0","html_url":"https://github.com/actions/checkout/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T23:49:37.773Z","dependency_job_id":"4f32ca76-d529-4217-a907-6aae7237e88c","purl":"pkg:github/actions/checkout@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v1.1.0/manifests"},{"name":"1.0.0","sha":"af513c7a016048ae468971c52ed77d9562c7c819","kind":"commit","published_at":"2019-07-26T01:30:48.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/1.0.0","html_url":"https://github.com/actions/checkout/releases/tag/1.0.0","dependencies_parsed_at":"2023-05-30T23:49:37.968Z","dependency_job_id":"21949e28-c291-4617-a9e1-4eb50439d0c8","purl":"pkg:github/actions/checkout@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/1.0.0/manifests"},{"name":"v1.0.0","sha":"af513c7a016048ae468971c52ed77d9562c7c819","kind":"commit","published_at":"2019-07-26T01:30:48.000Z","download_url":"https://codeload.github.com/actions/checkout/tar.gz/v1.0.0","html_url":"https://github.com/actions/checkout/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T23:49:38.089Z","dependency_job_id":"63a70744-4768-4836-9a2f-2f8c83461009","purl":"pkg:github/actions/checkout@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-21T13:38:36.353Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1334666,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":0.01901441926794486,"forks_count":0.01901441926794486,"docker_downloads_count":null,"average":0.00950720963397243},"purl":"pkg:githubactions/actions/checkout","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/actions/checkout","docker_dependents_count":169,"docker_downloads_count":18405875762,"usage_url":"https://repos.ecosyste.ms/usage/actions/actions/checkout","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/actions/checkout/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-08-12T20:45:41.375Z","issues_count":649,"pull_requests_count":327,"avg_time_to_close_issue":11363009.143333333,"avg_time_to_close_pull_request":7452451.9011857705,"issues_closed_count":298,"pull_requests_closed_count":253,"pull_request_authors_count":173,"issue_authors_count":536,"avg_comments_per_issue":5.520801232665639,"avg_comments_per_pull_request":1.4587155963302751,"merged_pull_requests_count":88,"bot_issues_count":0,"bot_pull_requests_count":64,"past_year_issues_count":187,"past_year_pull_requests_count":117,"past_year_avg_time_to_close_issue":1165287.7816091955,"past_year_avg_time_to_close_pull_request":734752.7468354431,"past_year_issues_closed_count":86,"past_year_pull_requests_closed_count":79,"past_year_pull_request_authors_count":59,"past_year_issue_authors_count":129,"past_year_avg_comments_per_issue":1.2941176470588236,"past_year_avg_comments_per_pull_request":0.5641025641025641,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":33,"past_year_merged_pull_requests_count":17,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcheckout/issues","maintainers":[{"login":"TingluoHuang","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TingluoHuang"},{"login":"ericsciple","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ericsciple"},{"login":"joshmgross","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/joshmgross"},{"login":"Link-","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Link-"}],"active_maintainers":[{"login":"joshmgross","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/joshmgross"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcheckout/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcheckout/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcheckout/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcheckout/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcheckout/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcheckout/codemeta","maintainers":[]}