{"id":5802583,"name":"py-actions/py-dependency-install","ecosystem":"actions","description":"Install Python dependencies from requirements.txt file","homepage":"","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/py-actions/py-dependency-install","keywords_array":["ci","continuous-integration","dependency","dependency-manager","github-actions","pypi","python","python3","requirements"],"namespace":"py-actions","versions_count":15,"first_release_published_at":"2020-05-07T14:43:22.000Z","latest_release_published_at":"2023-11-10T18:57:46.000Z","latest_release_number":"v4.1.0","last_synced_at":"2026-06-02T02:17:00.528Z","created_at":"2023-01-04T13:53:47.928Z","updated_at":"2026-06-02T02:17:00.528Z","registry_url":"https://github.com/py-actions/py-dependency-install","install_command":null,"documentation_url":null,"metadata":{"name":"Python Dependency Installation","description":"Install Python dependencies from requirements.txt file","inputs":{"path":{"description":"Path to requirements.txt file","required":false,"default":"requirements.txt"},"update-pip":{"description":"Boolean for pip upgrade prior to the dependency installation (default='true')","required":false,"default":"true"},"update-setuptools":{"description":"Boolean for setuptools install/upgrade prior to the dependency installation (default='true')","required":false,"default":"true"},"update-wheel":{"description":"Boolean for wheel install/upgrade prior to the dependency installation (default='true')","required":false,"default":"true"}},"runs":{"using":"node20","main":"dist/index.js"},"branding":{"icon":"terminal","color":"blue"},"default_branch":"master","path":null},"repo_metadata":{"id":37794376,"uuid":"261942478","full_name":"py-actions/py-dependency-install","owner":"py-actions","description":"A GitHub Action that installs Python package dependencies from a user-defined requirements.txt file path with optional pip, setuptools, and wheel installs/updates","archived":false,"fork":false,"pushed_at":"2024-06-28T18:38:42.000Z","size":1753,"stargazers_count":29,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-17T13:17:11.476Z","etag":null,"topics":["ci","continuous-integration","dependency","dependency-manager","github-actions","pypi","python","python3","requirements"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/py-actions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-07T03:41:32.000Z","updated_at":"2025-09-13T14:51:44.000Z","dependencies_parsed_at":"2023-12-18T21:32:50.623Z","dependency_job_id":"7ec3863e-5d35-4bb6-963d-a95ef9d7d97c","html_url":"https://github.com/py-actions/py-dependency-install","commit_stats":{"total_commits":265,"total_committers":4,"mean_commits":66.25,"dds":"0.38113207547169814","last_synced_commit":"e162f166ed6dd22b8c2af80d21c678a3d185bfa2"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/py-actions/py-dependency-install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/py-actions","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/sbom","scorecard":{"id":751032,"data":{"date":"2025-08-11","repo":{"name":"github.com/py-actions/py-dependency-install","commit":"e162f166ed6dd22b8c2af80d21c678a3d185bfa2"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"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":"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":0,"reason":"Found 0/4 approved changesets -- score normalized to 0","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":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:28","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:29","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/eslint.yml:1","Warn: no topLevel permission defined: .github/workflows/linuxci.yml:1","Warn: no topLevel permission defined: .github/workflows/macosci.yml:1","Warn: no topLevel permission defined: .github/workflows/windowsci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"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":"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":"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/codeql.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/eslint.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/eslint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/eslint.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/eslint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linuxci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/linuxci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/linuxci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/linuxci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/linuxci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/linuxci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/linuxci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/linuxci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/macosci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/macosci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/macosci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/macosci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/macosci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/macosci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/macosci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/macosci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/windowsci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/windowsci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/windowsci.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/windowsci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/windowsci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/windowsci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/windowsci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/py-actions/py-dependency-install/windowsci.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/eslint.yml:20","Info:   0 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of   1 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 28 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":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3"],"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-22T20:22:41.121Z","repository_id":37794376,"created_at":"2025-08-22T20:22:41.121Z","updated_at":"2025-08-22T20:22:41.121Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275998868,"owners_count":25567391,"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-09-19T02:00:09.700Z","response_time":108,"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":"py-actions","name":"py-actions: GitHub Actions for Python development","uuid":"64504863","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/64504863?v=4","repositories_count":2,"last_synced_at":"2023-03-04T04:20:04.610Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/py-actions","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T09:26:44.106Z","updated_at":"2023-03-04T04:20:04.616Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/py-actions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/py-actions/repositories"},"tags":[{"name":"v4.1.0","sha":"30aa0023464ed4b5b116bd9fbdab87acf01a484e","kind":"commit","published_at":"2023-11-10T18:57:46.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v4.1.0","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v4.1.0","dependencies_parsed_at":"2023-11-12T04:27:04.514Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v4.1.0/manifests"},{"name":"v4","sha":"9c419aa98bfb42280bdae2b0a736befd9b01e3b1","kind":"commit","published_at":"2022-11-06T18:18:37.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v4","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v4","dependencies_parsed_at":"2023-06-01T10:29:20.909Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v4/manifests"},{"name":"v4.0.0","sha":"9c419aa98bfb42280bdae2b0a736befd9b01e3b1","kind":"commit","published_at":"2022-11-06T18:18:37.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v4.0.0","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v4.0.0","dependencies_parsed_at":"2023-06-01T10:29:18.482Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v4.0.0/manifests"},{"name":"v3","sha":"0edc1b192a4ccf1170828f4e6f833f913f82035a","kind":"commit","published_at":"2021-12-14T15:42:33.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v3","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v3","dependencies_parsed_at":"2023-05-31T10:36:54.594Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v3/manifests"},{"name":"v3.0.0","sha":"0edc1b192a4ccf1170828f4e6f833f913f82035a","kind":"commit","published_at":"2021-12-14T15:42:33.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v3.0.0","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-31T10:36:53.559Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v3.0.0/manifests"},{"name":"v2","sha":"3c3cdbee1f1761659b685ec4b146e0f4ac59e9b4","kind":"commit","published_at":"2020-11-13T00:24:07.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v2","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v2","dependencies_parsed_at":"2023-05-31T10:36:56.583Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2/manifests"},{"name":"v2.1.0","sha":"3c3cdbee1f1761659b685ec4b146e0f4ac59e9b4","kind":"commit","published_at":"2020-11-13T00:24:07.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v2.1.0","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-31T10:36:55.611Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2.1.0/manifests"},{"name":"v2.0.2","sha":"79cf4055e989c617a0679dd99c84a83b2f347460","kind":"commit","published_at":"2020-05-10T03:22:07.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v2.0.2","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v2.0.2","dependencies_parsed_at":"2023-05-31T10:36:57.558Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"05e61d2d122eed988de2a97d5b515a05fdf35aa7","kind":"commit","published_at":"2020-05-08T02:38:28.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v2.0.1","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-31T10:36:57.978Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"dd36e8700c829e5bf29da75165aed8b143f18e88","kind":"commit","published_at":"2020-05-08T02:27:39.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v2.0.0","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-31T10:36:58.442Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v2.0.0/manifests"},{"name":"v1.0.3","sha":"d2e9f2d8aea62e7ca18912342fcaa46eea61fc3d","kind":"commit","published_at":"2020-05-07T15:29:48.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v1.0.3","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T10:36:58.865Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1.0.3/manifests"},{"name":"v1","sha":"d2e9f2d8aea62e7ca18912342fcaa46eea61fc3d","kind":"commit","published_at":"2020-05-07T15:29:48.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v1","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v1","dependencies_parsed_at":"2023-05-31T10:37:00.559Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1/manifests"},{"name":"v1.0.2","sha":"7770571c0f964723405d760e012aa45cc870d916","kind":"commit","published_at":"2020-05-07T15:22:55.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v1.0.2","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T10:36:59.321Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"e95a8217447da6acfc9ce250bf55d64745f2fc9a","kind":"commit","published_at":"2020-05-07T15:11:40.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v1.0.1","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T10:36:59.721Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"b03e8e7eccf626cbcfb393ea5d880ae9dcc800d7","kind":"commit","published_at":"2020-05-07T14:43:22.000Z","download_url":"https://codeload.github.com/py-actions/py-dependency-install/tar.gz/v1.0.0","html_url":"https://github.com/py-actions/py-dependency-install/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T10:37:00.169Z","dependency_job_id":null,"purl":"pkg:github/py-actions/py-dependency-install@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-19T20:45:54.409Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":452,"rankings":{"downloads":null,"dependent_repos_count":1.7429884328949454,"dependent_packages_count":0.0,"stargazers_count":5.945175091110759,"forks_count":11.012517826018064,"docker_downloads_count":0.532403739502456,"average":3.8466170179052446},"purl":"pkg:githubactions/py-actions/py-dependency-install","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/py-actions/py-dependency-install","docker_dependents_count":1,"docker_downloads_count":12320253,"usage_url":"https://repos.ecosyste.ms/usage/actions/py-actions/py-dependency-install","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/py-actions/py-dependency-install/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-17T10:42:11.696Z","issues_count":8,"pull_requests_count":142,"avg_time_to_close_issue":247119.66666666666,"avg_time_to_close_pull_request":1053648.2589928058,"issues_closed_count":6,"pull_requests_closed_count":139,"pull_request_authors_count":3,"issue_authors_count":6,"avg_comments_per_issue":1.875,"avg_comments_per_pull_request":0.3591549295774648,"merged_pull_requests_count":96,"bot_issues_count":0,"bot_pull_requests_count":136,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":3.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-actions%2Fpy-dependency-install/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-actions%2Fpy-dependency-install/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-actions%2Fpy-dependency-install/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-actions%2Fpy-dependency-install/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-actions%2Fpy-dependency-install/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-actions%2Fpy-dependency-install/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-actions%2Fpy-dependency-install/codemeta","maintainers":[]}