December 22, 2025
AI Code Review
Version updated for https://github.com/AleksandrFurmenkovOfficial/ai-code-review to version v1.0.
This action is used across all versions by 54 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, AI Code Review, leverages AI models from providers like OpenAI, Anthropic, Google, and others to automatically review pull requests, providing feedback to improve code quality. It automates the code review process by analyzing specified file types and paths, helping developers identify issues and maintain high-quality code efficiently.
December 22, 2025
AppSecAI Vulnerability Analysis
Version updated for https://github.com/AppSecureAI/automation-action to version v1.0.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The AppSecAI Vulnerability Analysis GitHub Action automates the triage, remediation, and validation of security vulnerabilities using AI-powered analysis. It processes SARIF or JSON results from static analysis tools to intelligently identify, prioritize, and address issues in source code. This action helps streamline security workflows, ensuring faster and more accurate vulnerability management.
December 22, 2025
action-cmake
Version updated for https://github.com/brinkqiang/action-cmake to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The action-cmake GitHub Action automates the process of building projects using CMake within GitHub workflows. It simplifies the setup and execution of CMake builds, streamlining the compilation process for different build types. This action is particularly useful for automating builds in CI/CD pipelines and ensuring consistent configurations across development environments.
December 22, 2025
arm-none-eabi-gcc GNU Arm Embedded Toolchain
Version updated for https://github.com/carlosperate/arm-none-eabi-gcc-action to version v1.12.0.
This action is used across all versions by 1,067 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the setup, downloading, and caching of the Arm GNU Toolchain (arm-none-eabi-gcc) for cross-compiling embedded software on Linux, macOS, and Windows platforms. It simplifies workflows by ensuring access to the latest or specific versions of the toolchain, verifying downloads, and improving performance with caching.
December 22, 2025
rust-clippy-reborn
Version updated for https://github.com/crusty-pie/clippy to version v1.0.2.
This action is used across all versions by 9 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The rust-clippy-reborn GitHub Action is a next-generation tool for running Clippy, a Rust linter, on commits and pull requests in your repository. It improves upon the previous actions-rs/clippy-check by enhancing security (removing the need for GITHUB_TOKEN) and supporting pull requests from forked repositories.
December 22, 2025
Setup Python environment
Version updated for https://github.com/durandtibo/setup-venv-uv-action to version v0.0.2.
This action is used across all versions by 10 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-venv-uv-action GitHub Action automates the creation and setup of a Python virtual environment using the ultra-fast uv package manager. It simplifies and accelerates dependency installation, supports environment verification, and enables flexible configuration for custom Python versions and package setups. This action is ideal for streamlining CI workflows, ensuring consistent Python environments, and improving dependency management efficiency across different platforms.
December 22, 2025
Stale Branch Clean Up Action
Version updated for https://github.com/enaumchuk/action-stale-branches-cleanup to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the cleanup of stale branches in a repository by identifying and deleting branches that meet specific criteria, such as inactivity for a set number of days, absence of open pull requests, and exclusion from protected or default branches.
December 22, 2025
Branch Release
Version updated for https://github.com/glitch452/branch-release to version v1.0.7.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Branch Release” GitHub Action automates the process of releasing code by generating and publishing distribution files to a specified GitHub branch. It leverages Conventional Commits to determine version updates, automatically creates release notes, builds the project, and tags the release with semantic versioning.
December 22, 2025
Setup React
Version updated for https://github.com/kirkeaton/setup-react to version v2.0.5.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-react GitHub Action automates the process of configuring a workflow with specific versions of React and related dependencies, such as react-dom and their type definitions. It simplifies the setup of React projects in CI/CD pipelines by ensuring consistent dependency versions, reducing manual configuration and potential versioning conflicts.