{"id":5789934,"name":"actions/setup-python","ecosystem":"actions","description":"Set up a specific version of Python and add the command-line tools to the PATH.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/actions/setup-python","keywords_array":[],"namespace":"actions","versions_count":62,"first_release_published_at":"2019-08-01T13:16:36.000Z","latest_release_published_at":"2026-01-22T02:49:33.000Z","latest_release_number":"v6.2.0","last_synced_at":"2026-04-08T11:01:07.587Z","created_at":"2023-01-03T17:32:18.517Z","updated_at":"2026-04-08T11:01:07.588Z","registry_url":"https://github.com/actions/setup-python","install_command":null,"documentation_url":null,"metadata":{"name":"Setup Python","description":"Set up a specific version of Python and add the command-line tools to the PATH.","author":"GitHub","inputs":{"python-version":{"description":"Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset."},"python-version-file":{"description":"File containing the Python version to use. Example: .python-version"},"cache":{"description":"Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry.","required":false},"architecture":{"description":"The target architecture (x86, x64, arm64) of the Python or PyPy interpreter."},"check-latest":{"description":"Set this option if you want the action to check for the latest available version that satisfies the version spec.","default":false},"token":{"description":"The token used to authenticate when fetching Python distributions from https://github.com/actions/python-versions. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.","default":"${{ github.server_url == 'https://github.com' \u0026\u0026 github.token || '' }}"},"cache-dependency-path":{"description":"Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies."},"update-environment":{"description":"Set this option if you want the action to update environment variables.","default":true},"allow-prereleases":{"description":"When 'true', a version range passed to 'python-version' input will match prerelease versions if no GA versions are found. Only 'x.y' version range is supported for CPython.","default":false},"freethreaded":{"description":"When 'true', use the freethreaded version of Python.","default":false},"pip-version":{"description":"Used to specify the version of pip to install with the Python. Supported format: major[.minor][.patch]."},"pip-install":{"description":"Used to specify the packages to install with pip after setting up Python. Can be a requirements file or package names."}},"outputs":{"python-version":{"description":"The installed Python or PyPy version. Useful when given a version range as input."},"cache-hit":{"description":"A boolean value to indicate a cache entry was found"},"python-path":{"description":"The absolute path to the Python or PyPy executable."}},"runs":{"using":"node24","main":"dist/setup/index.js","post":"dist/cache-save/index.js","post-if":"success()"},"branding":{"icon":"code","color":"yellow"},"default_branch":"main","path":null},"repo_metadata":{"id":37405907,"uuid":"192625525","full_name":"actions/setup-python","owner":"actions","description":"Set up your GitHub Actions workflow with a specific version of Python","archived":false,"fork":false,"pushed_at":"2025-09-26T03:01:19.000Z","size":33365,"stargazers_count":1988,"open_issues_count":74,"forks_count":657,"subscribers_count":44,"default_branch":"main","last_synced_at":"2025-09-28T21:27:52.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"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":"2019-06-18T23:30:52.000Z","updated_at":"2025-09-27T21:06:22.000Z","dependencies_parsed_at":"2023-01-05T04:50:58.332Z","dependency_job_id":"58258841-ce92-436c-a199-0f1e31431806","html_url":"https://github.com/actions/setup-python","commit_stats":{"total_commits":384,"total_committers":92,"mean_commits":4.173913043478261,"dds":0.8880208333333334,"last_synced_commit":"3fddbee7870211eda9047db10474808be43c71ec"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"purl":"pkg:github/actions/setup-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/sbom","scorecard":{"id":163796,"data":{"date":"2025-08-11","repo":{"name":"github.com/actions/setup-python","commit":"9322b3ca74000aeb2c01eb777b646334015ddd72"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Maintained","score":9,"reason":"11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["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","Warn: no topLevel permission defined: .github/workflows/basic-validation.yml:1","Warn: no topLevel permission defined: .github/workflows/check-dist.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/e2e-cache-freethreaded.yml:16","Info: topLevel 'contents' permission set to 'read': .github/workflows/e2e-cache.yml:16","Warn: no topLevel permission defined: .github/workflows/e2e-tests.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: topLevel 'contents' permission set to 'write': .github/workflows/release-new-action-version.yml:15","Warn: no topLevel permission defined: .github/workflows/test-graalpy.yml:1","Warn: no topLevel permission defined: .github/workflows/test-pypy.yml:1","Warn: no topLevel permission defined: .github/workflows/test-python-freethreaded.yml:1","Warn: no topLevel permission defined: .github/workflows/test-python.yml:1","Warn: no topLevel permission defined: .github/workflows/update-config-files.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":"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":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/basic-validation.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/basic-validation.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/check-dist.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/check-dist.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:184: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:212: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache.yml:225: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache.yml:271: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-cache.yml:299: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-cache.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/e2e-tests.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/e2e-tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/licensed.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/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/setup-python/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/setup-python/publish-immutable-actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release-new-action-version.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/release-new-action-version.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-graalpy.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-graalpy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-graalpy.yml:89: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-graalpy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-graalpy.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-graalpy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-pypy.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-pypy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-pypy.yml:184: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-pypy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-pypy.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-pypy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-pypy.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-pypy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-pypy.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-pypy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:151: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:192: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:456: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:514: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:233: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:343: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:417: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:488: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:545: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:113: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python-freethreaded.yml:380: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python-freethreaded.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:356: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:405: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:524: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:556: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:588: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:80: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:172: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:222: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:275: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:306: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:448: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:485: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-python.yml:127: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/test-python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/update-config-files.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/setup-python/update-config-files.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:193","Warn: pipCommand not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:222","Warn: pipCommand not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:44","Warn: downloadThenRun not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:134","Warn: downloadThenRun not pinned by hash: .github/workflows/e2e-cache-freethreaded.yml:163","Warn: pipCommand not pinned by hash: .github/workflows/e2e-cache.yml:57","Warn: downloadThenRun not pinned by hash: .github/workflows/e2e-cache.yml:97","Warn: pipCommand not pinned by hash: .github/workflows/e2e-cache.yml:196","Warn: downloadThenRun not pinned by hash: .github/workflows/e2e-cache.yml:235","Warn: pipCommand not pinned by hash: .github/workflows/e2e-cache.yml:280","Warn: pipCommand not pinned by hash: .github/workflows/e2e-cache.yml:309","Info:   0 out of  60 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   8 pipCommand dependencies pinned","Info:   0 out of   4 downloadThenRun 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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'restore-v4-release'","Warn: branch protection not enabled for branch 'releases/v3'","Warn: branch protection not enabled for branch 'releases/v2'","Warn: branch protection not enabled for branch 'releases/v1'","Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Info: codeowner review is required on branch 'main'","Info: 'last push approval' is required to merge on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":2,"reason":"8 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2022-42986 / GHSA-43fp-rhv2-5gv8","Warn: Project is vulnerable to: PYSEC-2023-135 / GHSA-xqr8-7jwr-rhp7","Warn: Project is vulnerable to: PYSEC-2021-140 / GHSA-9w8r-397f-prfh","Warn: Project is vulnerable to: PYSEC-2023-117 / GHSA-mrwq-x4v8-fh7p","Warn: Project is vulnerable to: PYSEC-2021-141 / GHSA-pq64-v7f5-gqh8","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: GHSA-44wm-f244-xhp3"],"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:12.941Z","repository_id":37405907,"created_at":"2025-08-16T14:18:12.941Z","updated_at":"2025-08-16T14:18:12.941Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278386095,"owners_count":25978109,"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-10-04T02:00:05.491Z","response_time":63,"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":"v6.0.0","sha":"e797f83bcb11b83ae66e0230d6156d7c80228e7c","kind":"commit","published_at":"2025-09-04T02:57:37.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v6.0.0","html_url":"https://github.com/actions/setup-python/releases/tag/v6.0.0","dependencies_parsed_at":"2025-09-11T04:53:16.941Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v6.0.0/manifests"},{"name":"v6","sha":"e797f83bcb11b83ae66e0230d6156d7c80228e7c","kind":"commit","published_at":"2025-09-04T02:57:37.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v6","html_url":"https://github.com/actions/setup-python/releases/tag/v6","dependencies_parsed_at":"2025-09-11T04:53:16.938Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v6/manifests"},{"name":"v5.6.0","sha":"a26af69be951a213d495a4c3e4e4022e16d87065","kind":"commit","published_at":"2025-04-24T02:42:27.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v5.6.0","html_url":"https://github.com/actions/setup-python/releases/tag/v5.6.0","dependencies_parsed_at":"2025-04-29T04:07:45.562Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v5.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.6.0/manifests"},{"name":"v4.9.1","sha":"7f4fc3e22c37d6ff65e88745f38bd3157c663f7c","kind":"commit","published_at":"2025-04-17T14:39:32.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.9.1","html_url":"https://github.com/actions/setup-python/releases/tag/v4.9.1","dependencies_parsed_at":"2025-04-20T05:04:03.088Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.9.1/manifests"},{"name":"v4.9.0","sha":"3605726ffa6ef7750b99ff496e5b88248b414e26","kind":"commit","published_at":"2025-04-10T21:28:46.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.9.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.9.0","dependencies_parsed_at":"2025-04-15T04:28:48.890Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.9.0/manifests"},{"name":"v5.5.0","sha":"8d9ed9ac5c53483de85588cdf95a591a75ab9f55","kind":"commit","published_at":"2025-03-24T16:19:17.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v5.5.0","html_url":"https://github.com/actions/setup-python/releases/tag/v5.5.0","dependencies_parsed_at":"2025-03-28T04:15:38.172Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v5.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.5.0/manifests"},{"name":"v5.4.0","sha":"42375524e23c412d93fb67b49958b491fce71c38","kind":"commit","published_at":"2025-01-27T19:04:33.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v5.4.0","html_url":"https://github.com/actions/setup-python/releases/tag/v5.4.0","dependencies_parsed_at":"2025-02-03T04:05:55.002Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v5.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.4.0/manifests"},{"name":"v5.3.0","sha":"0b93645e9fea7318ecaed2b359559ac225c90a2b","kind":"commit","published_at":"2024-10-24T13:38:22.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v5.3.0","html_url":"https://github.com/actions/setup-python/releases/tag/v5.3.0","dependencies_parsed_at":"2024-10-26T12:24:17.977Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.3.0/manifests"},{"name":"v5.2.0","sha":"f677139bbe7f9c59b41e40162b753c062f5d49a3","kind":"commit","published_at":"2024-08-13T19:03:23.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v5.2.0","html_url":"https://github.com/actions/setup-python/releases/tag/v5.2.0","dependencies_parsed_at":"2024-08-31T04:01:58.465Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.2.0/manifests"},{"name":"v5.1.1","sha":"39cd14951b08e74b54015e9e001cdefcf80e669f","kind":"commit","published_at":"2024-07-10T13:48:13.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v5.1.1","html_url":"https://github.com/actions/setup-python/releases/tag/v5.1.1","dependencies_parsed_at":"2024-07-13T04:12:44.085Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"82c7e631bb3cdc910f68e0081d67478d79c6982d","kind":"commit","published_at":"2024-03-26T13:56:51.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v5.1.0","html_url":"https://github.com/actions/setup-python/releases/tag/v5.1.0","dependencies_parsed_at":"2024-03-28T04:08:55.104Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.1.0/manifests"},{"name":"v5.0.0","sha":"0a5c61591373683505ea898e09a3ea4f39ef2b9c","kind":"commit","published_at":"2023-12-05T13:52:09.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v5.0.0","html_url":"https://github.com/actions/setup-python/releases/tag/v5.0.0","dependencies_parsed_at":"2023-12-08T04:38:13.763Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5.0.0/manifests"},{"name":"v5","sha":"0a5c61591373683505ea898e09a3ea4f39ef2b9c","kind":"commit","published_at":"2023-12-05T13:52:09.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v5","html_url":"https://github.com/actions/setup-python/releases/tag/v5","dependencies_parsed_at":"2023-12-08T04:38:13.770Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v5/manifests"},{"name":"v4.8.0","sha":"b64ffcaf5b410884ad320a9cfac8866006a109aa","kind":"commit","published_at":"2023-11-08T10:16:06.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.8.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.8.0","dependencies_parsed_at":"2023-12-07T04:22:15.517Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236","kind":"commit","published_at":"2023-09-07T13:45:09.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.7.1","html_url":"https://github.com/actions/setup-python/releases/tag/v4.7.1","dependencies_parsed_at":"2023-10-05T04:49:00.481Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"61a6322f88396a6271a6ee3565807d608ecaddd1","kind":"commit","published_at":"2023-07-13T13:35:02.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.7.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.7.0","dependencies_parsed_at":"2023-07-15T06:03:09.902Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.7.0/manifests"},{"name":"v3.1.4","sha":"3542bca2639a428e1796aaa6a2ffef0c0f575566","kind":"commit","published_at":"2023-05-30T13:00:26.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v3.1.4","html_url":"https://github.com/actions/setup-python/releases/tag/v3.1.4","dependencies_parsed_at":"2023-06-02T00:13:24.467Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.4/manifests"},{"name":"v2.3.4","sha":"e9aba2c848f5ebd159c070c61ea2c4e2b122355e","kind":"commit","published_at":"2023-05-30T12:59:08.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.3.4","html_url":"https://github.com/actions/setup-python/releases/tag/v2.3.4","dependencies_parsed_at":"2023-06-02T00:13:25.907Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.4/manifests"},{"name":"v4.6.1","sha":"bd6b4b6205c4dbad673328db7b31b7fab9e241c0","kind":"commit","published_at":"2023-05-24T12:37:35.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.6.1","html_url":"https://github.com/actions/setup-python/releases/tag/v4.6.1","dependencies_parsed_at":"2023-06-02T00:13:25.910Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.6.1/manifests"},{"name":"v4.6.0","sha":"57ded4d7d5e986d7296eab16560982c6dd7c923b","kind":"commit","published_at":"2023-04-20T12:13:16.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.6.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.6.0","dependencies_parsed_at":"2023-06-02T00:13:24.925Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.6.0/manifests"},{"name":"v3.1.3","sha":"48e4ac706204bab735867521ba54b3276c883d00","kind":"commit","published_at":"2023-03-27T11:13:29.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v3.1.3","html_url":"https://github.com/actions/setup-python/releases/tag/v3.1.3","dependencies_parsed_at":"2023-06-02T00:13:22.904Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.3/manifests"},{"name":"v1.2.4","sha":"0f07f7f756721ebd886c2462646a35f78a8bc4de","kind":"commit","published_at":"2023-03-27T11:07:33.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1.2.4","html_url":"https://github.com/actions/setup-python/releases/tag/v1.2.4","dependencies_parsed_at":"2023-06-02T00:13:21.807Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.4/manifests"},{"name":"v4.5.0","sha":"d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435","kind":"commit","published_at":"2023-01-09T08:55:39.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.5.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.5.0","dependencies_parsed_at":"2023-06-02T00:13:23.233Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.5.0/manifests"},{"name":"v4.4.0","sha":"5ccb29d8773c3f3f653e1705f474dfaa8a06a912","kind":"commit","published_at":"2022-12-22T12:02:09.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.4.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.4.0","dependencies_parsed_at":"2023-06-01T10:34:28.756Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.4.0/manifests"},{"name":"v4.3.1","sha":"2c3dd9e7e29afd70cc0950079bde6c979d1f69f9","kind":"commit","published_at":"2022-12-07T17:12:42.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.3.1","html_url":"https://github.com/actions/setup-python/releases/tag/v4.3.1","dependencies_parsed_at":"2023-06-01T10:34:40.688Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.3.1/manifests"},{"name":"v2.3.3","sha":"75f3110429a8c05be0e1bf360334e4cced2b63fa","kind":"commit","published_at":"2022-11-17T15:25:48.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.3.3","html_url":"https://github.com/actions/setup-python/releases/tag/v2.3.3","dependencies_parsed_at":"2023-06-01T09:08:33.834Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.3/manifests"},{"name":"v4.3.0","sha":"13ae5bb136fac2878aff31522b9efb785519f984","kind":"commit","published_at":"2022-10-07T11:51:04.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.3.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.3.0","dependencies_parsed_at":"2023-06-01T09:01:04.589Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.3.0/manifests"},{"name":"v4.2.0","sha":"b55428b1882923874294fa556849718a1d7f2ca5","kind":"commit","published_at":"2022-08-02T11:10:35.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.2.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.2.0","dependencies_parsed_at":"2023-06-01T08:37:06.435Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.2.0/manifests"},{"name":"v4","sha":"b55428b1882923874294fa556849718a1d7f2ca5","kind":"commit","published_at":"2022-08-02T11:10:35.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4","html_url":"https://github.com/actions/setup-python/releases/tag/v4","dependencies_parsed_at":"2023-06-01T08:37:09.722Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4/manifests"},{"name":"v4.1.0","sha":"c4e89fac7e8767b327bbad6cb4d859eda999cf08","kind":"commit","published_at":"2022-07-07T21:34:44.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.1.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.1.0","dependencies_parsed_at":"2023-06-01T08:37:12.351Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.1.0/manifests"},{"name":"v4.0.0","sha":"d09bd5e6005b175076f227b13d9730d56e9dcfcb","kind":"commit","published_at":"2022-06-08T12:58:05.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v4.0.0","html_url":"https://github.com/actions/setup-python/releases/tag/v4.0.0","dependencies_parsed_at":"2023-06-01T08:37:15.478Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v4.0.0/manifests"},{"name":"v3","sha":"98f2ad02fd48d057ee3b4d4f66525b231c3e52b6","kind":"commit","published_at":"2022-04-11T13:36:33.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v3","html_url":"https://github.com/actions/setup-python/releases/tag/v3","dependencies_parsed_at":"2023-06-01T08:37:21.576Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3/manifests"},{"name":"v3.1.2","sha":"98f2ad02fd48d057ee3b4d4f66525b231c3e52b6","kind":"commit","published_at":"2022-04-11T13:36:33.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v3.1.2","html_url":"https://github.com/actions/setup-python/releases/tag/v3.1.2","dependencies_parsed_at":"2023-06-01T08:37:18.657Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"21c0493ecfd34b1217f0a90ec19a327f3cc0a048","kind":"commit","published_at":"2022-04-05T13:57:13.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v3.1.1","html_url":"https://github.com/actions/setup-python/releases/tag/v3.1.1","dependencies_parsed_at":"2023-06-01T08:37:24.332Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"9c644ca2ab8e57ea0a487b5ec2f8290740378bfd","kind":"commit","published_at":"2022-04-01T11:20:54.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v3.1.0","html_url":"https://github.com/actions/setup-python/releases/tag/v3.1.0","dependencies_parsed_at":"2023-06-01T08:37:27.232Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"0ebf233433c08fb9061af664d501c3f3ff0e9e20","kind":"commit","published_at":"2022-02-28T07:19:48.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v3.0.0","html_url":"https://github.com/actions/setup-python/releases/tag/v3.0.0","dependencies_parsed_at":"2023-06-01T08:37:30.017Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v3.0.0/manifests"},{"name":"v2","sha":"7f80679172b057fc5e90d70d197929d454754a5a","kind":"commit","published_at":"2022-02-04T11:00:41.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2","html_url":"https://github.com/actions/setup-python/releases/tag/v2","dependencies_parsed_at":"2023-06-01T08:37:35.131Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2/manifests"},{"name":"v2.3.2","sha":"7f80679172b057fc5e90d70d197929d454754a5a","kind":"commit","published_at":"2022-02-04T11:00:41.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.3.2","html_url":"https://github.com/actions/setup-python/releases/tag/v2.3.2","dependencies_parsed_at":"2023-06-01T08:37:32.562Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.2/manifests"},{"name":"v2.3.1","sha":"f38219332975fe8f9c04cca981d674bf22aea1d3","kind":"commit","published_at":"2021-11-29T09:19:53.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.3.1","html_url":"https://github.com/actions/setup-python/releases/tag/v2.3.1","dependencies_parsed_at":"2023-06-01T08:37:37.818Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"0066b88440aa9562be742e2c60ee750fc57d8849","kind":"commit","published_at":"2021-11-17T12:52:32.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.3.0","html_url":"https://github.com/actions/setup-python/releases/tag/v2.3.0","dependencies_parsed_at":"2023-06-01T08:37:40.370Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.3.0/manifests"},{"name":"v2.2.2","sha":"dc73133d4da04e56a135ae2246682783cc7c7cb6","kind":"commit","published_at":"2021-04-12T17:59:38.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.2.2","html_url":"https://github.com/actions/setup-python/releases/tag/v2.2.2","dependencies_parsed_at":"2023-06-01T08:37:45.688Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.2.2/manifests"},{"name":"v1","sha":"152ba7c4dd6521b8e9c93f72d362ce03bf6c4f20","kind":"tag","published_at":"2020-12-18T14:38:26.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1","html_url":"https://github.com/actions/setup-python/releases/tag/v1","dependencies_parsed_at":"2023-06-01T08:37:49.345Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1/manifests"},{"name":"v1.2.3","sha":"152ba7c4dd6521b8e9c93f72d362ce03bf6c4f20","kind":"commit","published_at":"2020-12-18T14:32:23.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1.2.3","html_url":"https://github.com/actions/setup-python/releases/tag/v1.2.3","dependencies_parsed_at":"2023-06-01T08:37:48.168Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.3/manifests"},{"name":"v2.2.1","sha":"3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df","kind":"commit","published_at":"2020-12-18T14:05:24.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.2.1","html_url":"https://github.com/actions/setup-python/releases/tag/v2.2.1","dependencies_parsed_at":"2023-06-01T08:37:47.206Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d","kind":"commit","published_at":"2020-12-17T15:03:54.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.2.0","html_url":"https://github.com/actions/setup-python/releases/tag/v2.2.0","dependencies_parsed_at":"2023-06-01T08:37:50.807Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.2.0/manifests"},{"name":"v1.2.2","sha":"da8703fb2381e18850cd454684f09394b5ec8f8c","kind":"commit","published_at":"2020-12-08T16:00:17.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1.2.2","html_url":"https://github.com/actions/setup-python/releases/tag/v1.2.2","dependencies_parsed_at":"2023-06-01T08:37:56.087Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.2/manifests"},{"name":"v2.1.4","sha":"41b7212b1668f5de9d65e9c82aa777e6bbedb3a8","kind":"commit","published_at":"2020-10-14T09:59:10.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.1.4","html_url":"https://github.com/actions/setup-python/releases/tag/v2.1.4","dependencies_parsed_at":"2023-06-01T08:37:57.127Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.4/manifests"},{"name":"v1.2.1","sha":"accf67571967d721d89ae5e9d9a97f2af986e36e","kind":"commit","published_at":"2020-09-30T19:55:38.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1.2.1","html_url":"https://github.com/actions/setup-python/releases/tag/v1.2.1","dependencies_parsed_at":"2023-06-01T08:37:59.338Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.1/manifests"},{"name":"v2.1.3","sha":"c181ffa198a1248f902bc2f7965d2f9a36c2d7f6","kind":"commit","published_at":"2020-09-30T13:45:43.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.1.3","html_url":"https://github.com/actions/setup-python/releases/tag/v2.1.3","dependencies_parsed_at":"2023-06-01T08:37:58.340Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"24156c231c5e9d581bde27d0cdbb72715060ea51","kind":"commit","published_at":"2020-08-11T13:47:33.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.1.2","html_url":"https://github.com/actions/setup-python/releases/tag/v2.1.2","dependencies_parsed_at":"2023-06-01T08:38:05.791Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"0c28554988f6ccf1a4e2818e703679796e41a214","kind":"commit","published_at":"2020-07-20T16:29:05.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.1.1","html_url":"https://github.com/actions/setup-python/releases/tag/v2.1.1","dependencies_parsed_at":"2023-06-01T08:38:06.928Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"7010ec794f55ed6e9a6b0fa34cdfcc5bbc6137b2","kind":"commit","published_at":"2020-07-17T10:06:59.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.1.0","html_url":"https://github.com/actions/setup-python/releases/tag/v2.1.0","dependencies_parsed_at":"2023-06-01T08:38:08.123Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.1.0/manifests"},{"name":"v2.0.2","sha":"7a69c2bc7dc38832443a11bc7c2550ba96c6f45c","kind":"commit","published_at":"2020-07-15T17:13:43.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.0.2","html_url":"https://github.com/actions/setup-python/releases/tag/v2.0.2","dependencies_parsed_at":"2023-06-01T08:38:12.016Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"807b74f98ca701f414ddaa8a4187e7cffa93cbbd","kind":"tag","published_at":"2020-05-21T11:18:15.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.0.1","html_url":"https://github.com/actions/setup-python/releases/tag/v2.0.1","dependencies_parsed_at":"2023-06-01T08:38:14.456Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"6c4e46d258ee4bf9a1263c78a91ec029bbe54cf0","kind":"tag","published_at":"2020-05-21T11:14:31.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v2.0.0","html_url":"https://github.com/actions/setup-python/releases/tag/v2.0.0","dependencies_parsed_at":"2023-06-01T08:38:16.071Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v2.0.0/manifests"},{"name":"v1.2.0","sha":"9ac730844c47e52575257e93faf193c4530bc095","kind":"commit","published_at":"2020-03-09T09:34:49.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1.2.0","html_url":"https://github.com/actions/setup-python/releases/tag/v1.2.0","dependencies_parsed_at":"2023-06-01T08:38:17.201Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"28a6c1b915d5808acb3da49af7063544ebfbe085","kind":"commit","published_at":"2019-11-05T20:43:35.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1.1.1","html_url":"https://github.com/actions/setup-python/releases/tag/v1.1.1","dependencies_parsed_at":"2023-06-01T08:38:18.525Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"6f6fcee33085a7661a7333ea58b4e32714b0f91f","kind":"commit","published_at":"2019-09-12T14:36:03.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1.1.0","html_url":"https://github.com/actions/setup-python/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-01T08:38:19.408Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"e336b852d5f9655a0094c046d25132683519d762","kind":"commit","published_at":"2019-08-13T20:30:18.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1.0.1","html_url":"https://github.com/actions/setup-python/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-01T08:38:20.299Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"5dc682444b783d6c1abdc04d2f5c83e6d34e07a9","kind":"commit","published_at":"2019-08-01T13:16:36.000Z","download_url":"https://codeload.github.com/actions/setup-python/tar.gz/v1.0.0","html_url":"https://github.com/actions/setup-python/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T08:38:21.154Z","dependency_job_id":null,"purl":"pkg:github/actions/setup-python@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-28T10:58:03.617Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":238332,"rankings":{"downloads":null,"dependent_repos_count":0.00950720963397243,"dependent_packages_count":0.0,"stargazers_count":0.14260814450958642,"forks_count":0.08239581682776105,"docker_downloads_count":0.00316906987799081,"average":0.04753604816986214},"purl":"pkg:githubactions/actions/setup-python","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/actions/setup-python","docker_dependents_count":120,"docker_downloads_count":14738246002,"usage_url":"https://repos.ecosyste.ms/usage/actions/actions/setup-python","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/actions/setup-python/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-10-06T03:21:24.836Z","issues_count":379,"pull_requests_count":421,"avg_time_to_close_issue":13884946.724832214,"avg_time_to_close_pull_request":3729452.1400651466,"issues_closed_count":298,"pull_requests_closed_count":307,"pull_request_authors_count":97,"issue_authors_count":341,"avg_comments_per_issue":6.021108179419525,"avg_comments_per_pull_request":1.2636579572446556,"merged_pull_requests_count":131,"bot_issues_count":1,"bot_pull_requests_count":164,"past_year_issues_count":105,"past_year_pull_requests_count":241,"past_year_avg_time_to_close_issue":1796786.0923076924,"past_year_avg_time_to_close_pull_request":1051644.1125,"past_year_issues_closed_count":65,"past_year_pull_requests_closed_count":160,"past_year_pull_request_authors_count":34,"past_year_issue_authors_count":95,"past_year_avg_comments_per_issue":3.323809523809524,"past_year_avg_comments_per_pull_request":0.7095435684647303,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":140,"past_year_merged_pull_requests_count":45,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fsetup-python/issues","maintainers":[{"login":"Jcambass","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Jcambass"},{"login":"konradpabjan","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/konradpabjan"},{"login":"JamesMGreene","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JamesMGreene"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-python/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-python/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-python/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-python/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fsetup-python/codemeta","maintainers":[]}