{"id":5802048,"name":"actions-rs/cargo","ecosystem":"actions","description":"Run cargo command","homepage":"https://github.com/marketplace/actions/rust-cargo","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/actions-rs/cargo","keywords_array":["cargo","cross","github","github-actions","rust","rust-lang"],"namespace":"actions-rs","versions_count":5,"first_release_published_at":"2019-09-15T08:47:36.000Z","latest_release_published_at":"2019-11-24T10:51:19.000Z","latest_release_number":"v1.0.3","last_synced_at":"2026-09-17T05:41:55.096Z","created_at":"2023-01-04T13:31:41.426Z","updated_at":"2026-09-17T05:41:55.097Z","registry_url":"https://github.com/actions-rs/cargo","install_command":null,"documentation_url":null,"metadata":{"name":"rust-cargo","description":"Run cargo command","author":"actions-rs team","branding":{"icon":"play-circle","color":"black"},"inputs":{"command":{"description":"Cargo command to run (ex. `check` or `build`)","required":true},"toolchain":{"description":"Toolchain to use (without the `+` sign, ex. `nightly`)","required":false},"args":{"description":"Arguments for the cargo command","required":false},"use-cross":{"description":"Use cross instead of cargo","default":false}},"runs":{"using":"node12","main":"dist/index.js"},"default_branch":"master","path":null},"repo_metadata":{"id":40362864,"uuid":"208143758","full_name":"actions-rs/cargo","owner":"actions-rs","description":"📦 GitHub Action for Rust `cargo` command","archived":true,"fork":false,"pushed_at":"2024-06-19T14:36:11.000Z","size":1158,"stargazers_count":645,"open_issues_count":63,"forks_count":54,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-09-06T21:46:20.539Z","etag":null,"topics":["cargo","cross","github","github-actions","rust","rust-lang"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/rust-cargo","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-rs.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":"2019-09-12T20:48:12.000Z","updated_at":"2026-08-18T02:51:58.000Z","dependencies_parsed_at":"2024-08-17T23:47:42.052Z","dependency_job_id":null,"html_url":"https://github.com/actions-rs/cargo","commit_stats":{"total_commits":160,"total_committers":2,"mean_commits":80.0,"dds":0.1875,"last_synced_commit":"9e120dd99b0fbad1c065f686657e914e76bd7b72"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/actions-rs/cargo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions-rs","download_url":"https://codeload.github.com/actions-rs/cargo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/sbom","scorecard":{"id":163761,"data":{"date":"2025-08-11","repo":{"name":"github.com/actions-rs/cargo","commit":"9e120dd99b0fbad1c065f686657e914e76bd7b72"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.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":"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":"Code-Review","score":0,"reason":"Found 0/30 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":"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":"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":"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":"Pinned-Dependencies","score":5,"reason":"dependency not pinned by hash detected -- score normalized to 5","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/actions-rs/cargo/ci.yml/master?enable=pin","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   1 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":"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":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"50 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-mfwh-5m23-j46w","Warn: Project is vulnerable to: GHSA-7r3h-m5j6-3q42","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-hxwm-x553-x359","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6","Warn: Project is vulnerable to: GHSA-pfrx-2q88-qq97","Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj","Warn: Project is vulnerable to: GHSA-rc47-6667-2j5j","Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22","Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp","Warn: Project is vulnerable to: GHSA-896r-f27r-55mw","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-w7rc-rwvf-8q5r","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5fw9-fq32-wv5p","Warn: Project is vulnerable to: GHSA-px4h-xg32-q955","Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9","Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp","Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-3jfq-g458-7qm9","Warn: Project is vulnerable to: GHSA-r628-mhmh-qjhw","Warn: Project is vulnerable to: GHSA-9r2w-394v-53qc","Warn: Project is vulnerable to: GHSA-5955-9wpr-37jh","Warn: Project is vulnerable to: GHSA-qq89-hq3f-393p","Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36","Warn: Project is vulnerable to: GHSA-jgrx-mgxx-jf9v","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-6fc8-4gx4-v693","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q","Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh"],"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:17:53.924Z","repository_id":40362864,"created_at":"2025-08-16T14:17:53.925Z","updated_at":"2025-08-16T14:17:53.925Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37232341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-12T02:00:07.213Z","response_time":57,"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-rs","name":"actions-rs","uuid":"55226457","kind":"organization","description":"Unofficial GitHub Actions for Rust programming language","email":null,"website":"https://actions-rs.github.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/55226457?v=4","repositories_count":13,"last_synced_at":"2023-03-03T03:05:29.373Z","metadata":{"has_sponsors_listing":false,"funding":{"liberapay":"svartalf","patreon":"svartalf","custom":["https://actions-rs.github.io/#sponsoring","https://svartalf.info/donate/","https://www.buymeacoffee.com/svartalf"]}},"html_url":"https://github.com/actions-rs","funding_links":["https://liberapay.com/svartalf","https://patreon.com/svartalf","https://actions-rs.github.io/#sponsoring","https://svartalf.info/donate/","https://www.buymeacoffee.com/svartalf"],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-13T16:08:41.485Z","updated_at":"2023-03-03T03:05:29.392Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions-rs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions-rs/repositories"},"tags":[{"name":"v1","sha":"844f36862e911db73fe0815f00a4a2602c279505","kind":"tag","published_at":"2019-11-24T10:57:03.000Z","download_url":"https://codeload.github.com/actions-rs/cargo/tar.gz/v1","html_url":"https://github.com/actions-rs/cargo/releases/tag/v1","dependencies_parsed_at":"2023-05-31T15:21:35.185Z","dependency_job_id":null,"purl":"pkg:github/actions-rs/cargo@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1/manifests"},{"name":"v1.0.3","sha":"844f36862e911db73fe0815f00a4a2602c279505","kind":"tag","published_at":"2019-11-24T10:51:19.000Z","download_url":"https://codeload.github.com/actions-rs/cargo/tar.gz/v1.0.3","html_url":"https://github.com/actions-rs/cargo/releases/tag/v1.0.3","dependencies_parsed_at":"2023-05-31T15:21:34.680Z","dependency_job_id":null,"purl":"pkg:github/actions-rs/cargo@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1.0.3/manifests"},{"name":"v1.0.2","sha":"7011238f673436ac83108f2b5ab447fdb1357883","kind":"tag","published_at":"2019-11-09T12:40:48.000Z","download_url":"https://codeload.github.com/actions-rs/cargo/tar.gz/v1.0.2","html_url":"https://github.com/actions-rs/cargo/releases/tag/v1.0.2","dependencies_parsed_at":"2023-05-31T15:21:35.670Z","dependency_job_id":null,"purl":"pkg:github/actions-rs/cargo@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"ae10961054e4aa8b4aa7dffede299aaf087aa33b","kind":"tag","published_at":"2019-09-15T09:19:15.000Z","download_url":"https://codeload.github.com/actions-rs/cargo/tar.gz/v1.0.1","html_url":"https://github.com/actions-rs/cargo/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T15:21:36.075Z","dependency_job_id":null,"purl":"pkg:github/actions-rs/cargo@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"eadeb9d8b98f01d4d584ac7b4124ab74116e52db","kind":"tag","published_at":"2019-09-15T08:47:36.000Z","download_url":"https://codeload.github.com/actions-rs/cargo/tar.gz/v1.0.0","html_url":"https://github.com/actions-rs/cargo/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T15:21:36.500Z","dependency_job_id":null,"purl":"pkg:github/actions-rs/cargo@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions-rs%2Fcargo/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-09-12T07:18:41.165Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":13274,"rankings":{"downloads":null,"dependent_repos_count":0.133100934875614,"dependent_packages_count":0.0,"stargazers_count":0.4183172238947869,"forks_count":1.0774837585168753,"docker_downloads_count":null,"average":0.4072254793218191},"purl":"pkg:githubactions/actions-rs/cargo","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/actions-rs/cargo","docker_dependents_count":4,"docker_downloads_count":2318055,"usage_url":"https://repos.ecosyste.ms/usage/actions/actions-rs/cargo","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/actions-rs/cargo/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-09-07T10:02:46.098Z","issues_count":34,"pull_requests_count":68,"avg_time_to_close_issue":5983039.714285715,"avg_time_to_close_pull_request":958491.4871794871,"issues_closed_count":7,"pull_requests_closed_count":39,"pull_request_authors_count":9,"issue_authors_count":34,"avg_comments_per_issue":2.6176470588235294,"avg_comments_per_pull_request":0.35294117647058826,"merged_pull_requests_count":30,"bot_issues_count":0,"bot_pull_requests_count":61,"past_year_issues_count":0,"past_year_pull_requests_count":0,"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":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"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/actions-rs%2Fcargo/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-rs%2Fcargo/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-rs%2Fcargo/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-rs%2Fcargo/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-rs%2Fcargo/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-rs%2Fcargo/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions-rs%2Fcargo/codemeta","maintainers":[]}