Below you will find pages that utilize the taxonomy term “actions-rust-lang”
January 6, 2026
cargo audit your Rust Dependencies
Version updated for https://github.com/actions-rust-lang/audit to version v1.2.7.
This action is used across all versions by 381 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the auditing of Rust project dependencies for vulnerabilities using cargo audit and the RustSec Advisory Database. It identifies security issues, generates a vulnerability summary, and optionally creates GitHub issues for each detected problem. The action streamlines dependency management and enhances security by integrating automated vulnerability assessments directly into your CI/CD workflows.
December 15, 2025
Check formatting of Rust code with rustfmt
Version updated for https://github.com/actions-rust-lang/rustfmt to version v1.1.2.
This action is used across all versions by 1,074 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fixed Fixed a command injection vulnerability via the manifest-path input parameter.
The code was using GitHub action templates to inject the value directly into the shell command, which does not perform the necessary escaping. For fixing the issue, the value is passed via an environment variable, which performs the proper escaping.
November 23, 2025
cargo audit your Rust Dependencies
Version updated for https://github.com/actions-rust-lang/audit to version v1.2.6.
This action is used across all versions by 365 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/actions-rust-lang/audit/pull/123 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/actions-rust-lang/audit/pull/125 Update cargo audit to 0.22.0 by @jonasbb in https://github.com/actions-rust-lang/audit/pull/126 Full Changelog: https://github.com/actions-rust-lang/audit/compare/v1.2.5...v1.2.6
May 5, 2024
cargo audit your Rust Dependencies
Version updated for actions-rust-lang/audit to version v1.2.
This action is used across all versions by 108 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/actions-rust-lang/audit/pull/68 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/actions-rust-lang/audit/pull/69 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/actions-rust-lang/audit/pull/70 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/actions-rust-lang/audit/pull/73 feat: add –locked to cargo install cargo-audit by @lwshang in https://github.com/actions-rust-lang/audit/pull/72 [pre-commit.
February 18, 2024
cargo audit your Rust Dependencies
Version updated for actions-rust-lang/audit to version v1.1.14.
This action is used across all versions by 82 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update cargo-audit to 0.20.0 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/actions-rust-lang/audit/pull/66 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/actions-rust-lang/audit/pull/67 Full Changelog: https://github.com/actions-rust-lang/audit/compare/v1...v1.1.14