March 29, 2026
rs-cargo
Version updated for https://github.com/clechasseur/rs-cargo to version v5.0.3.
This action is used across all versions by 280 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The rs-cargo GitHub Action automates the execution of Rust’s cargo commands, such as build or test, within a CI workflow. It simplifies tasks like cross-compilation or using tools like cross and cargo-hack, while providing enhanced feedback, such as displaying cargo warnings and errors directly in the GitHub UI.
March 29, 2026
rs-clippy-check
Version updated for https://github.com/clechasseur/rs-clippy-check to version v6.0.2.
This action is used across all versions by 374 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The rs-clippy-check GitHub Action runs Rust’s clippy linter on your code and posts lint warnings or errors as annotations directly on the commits in a pull request. It automates the process of identifying and reporting code quality issues in Rust projects, helping developers maintain cleaner, more idiomatic code.
March 29, 2026
rs-fmt-check
Version updated for https://github.com/clechasseur/rs-fmt-check to version v4.0.2.
This action is used across all versions by 37 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The rs-fmt-check GitHub Action runs rustfmt on Rust code and automatically posts formatting suggestions as annotations on the associated commit or pull request. It streamlines the process of identifying and addressing code formatting issues, enabling developers to maintain consistent code style without manual checks.
March 29, 2026
verified-bot-commit
Version updated for https://github.com/IAreKyleW00t/verified-bot-commit to version v2.2.1.
This action is used across all versions by 86 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Verified Bot Commit GitHub Action automates the creation of signed and verified commits as the github-actions[bot] user or with a custom GitHub App token. It simplifies the process of committing changes to a repository by programmatically staging files matching specified patterns, creating a signed commit using GitHub’s public PGP key, and updating the branch reference.
March 29, 2026
Setup SSIS DevOps tools
Version updated for https://github.com/jonlabelle/setup-ssis-devops-tools to version v1.9.0.
This action is used across all versions by 9 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the installation of standalone SQL Server Integration Services (SSIS) DevOps Tools, enabling users to perform SSIS CI/CD tasks without requiring Visual Studio or the SSIS runtime. It provides tools like SSISBuild.
March 29, 2026
Setup Typsite
Version updated for https://github.com/mujiu555/setup-typsite to version v0.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Setup Typsite GitHub Action automates the installation and setup of the Typsite CLI, adding it to the system PATH for use in workflows. It simplifies managing the Typsite CLI version and ensures compatibility with the runner’s operating system and architecture.
March 29, 2026
Runner Guard
Version updated for https://github.com/Vigilant-LLC/runner-guard to version v2.5.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Runner Guard is a security-focused GitHub Action that performs static taint analysis on CI/CD pipeline workflows to detect source-to-sink vulnerabilities and prevent injection attacks. It identifies risks such as malicious code execution, secret exfiltration, and supply chain threats, including invisible Unicode payload techniques.
March 29, 2026
ChainAudit — Smart Contract Security Scanner
Version updated for https://github.com/aizen299/smart-contract-auditor to version v1.1.7.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary ChainAudit is a GitHub Action and CLI tool designed for automated security scanning of smart contracts written in Solidity and Solana’s Rust. It provides detailed audit reports with risk scores, machine learning-driven exploitability predictions, and detection of vulnerabilities specific to Layer 2 solutions (e.
March 29, 2026
Fallow - Codebase Health
Version updated for https://github.com/fallow-rs/fallow to version v2.5.5.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Fallow, helps developers analyze TypeScript and JavaScript codebases by identifying dead code, duplicate code, and complex code sections. It automates tasks such as detecting unused files, exports, and dependencies, finding copy-pasted code, and highlighting overly complex functions to optimize code quality and maintainability.