April 21, 2026
Soundcheck Security Review
Version updated for https://github.com/thejefflarson/soundcheck-action to version v1.0.12.
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 The Soundcheck Security Review GitHub Action automates the process of performing an OWASP-based security review on your repository’s source code. It scans for vulnerabilities, rewrites code with Critical, High, and Medium severity findings in place, and generates a pull request containing the updated code alongside a severity-ranked findings table. This action streamlines security auditing, ensures code hygiene, and helps developers address vulnerabilities efficiently.
April 21, 2026
Expand AWS IAM Wildcards
Version updated for https://github.com/thekbb/expand-aws-iam-wildcards to version v1.2.3.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, “Expand AWS IAM Wildcards,” automates the process of identifying and expanding wildcard actions in AWS IAM policy changes within pull requests. It analyzes PR diffs, identifies IAM actions with wildcards, and posts inline comments detailing the specific actions each wildcard matches, including links to AWS documentation. This helps reviewers quickly and accurately assess the security implications of IAM policy changes, improving code review efficiency and reducing the risk of unintended permissions.
April 21, 2026
Build with Code Composer Studio™ integrated development environment (IDE)
Version updated for https://github.com/uoohyo/action-ccstudio-ide to version v2.0.2.
This action is used across all versions by 2 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The action-ccstudio-ide GitHub Action automates the setup and build process for projects developed in Texas Instruments’ Code Composer Studio (CCS), an IDE for embedded development on TI microcontrollers and processors. It streamlines CI/CD workflows by downloading, installing, and configuring CCS within a Docker-based Linux environment, enabling developers to build and test their embedded projects directly within GitHub Actions. Key capabilities include specifying project paths, build configurations, and CCS versions to tailor the build process to individual project requirements.
April 21, 2026
Gemini Discussion Agent
Version updated for https://github.com/Val-d-emar/gemini-discussions-agent to version v1.1.0.
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 The Gemini Discussion Agent is a GitHub Action that automates the analysis and response to GitHub Discussions using Google AI’s Gemini. It reads the entire discussion thread for context and generates meaningful, AI-driven replies when triggered by a mention. This action streamlines community interaction by providing automated, context-aware responses, with support for configurable prompts, languages, and AI models.
April 21, 2026
Setup vp
Version updated for https://github.com/voidzero-dev/setup-vp to version v1.7.0.
This action is used across all versions by 0 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 setup-vp GitHub Action streamlines the setup of Vite+ (vp) environments by automating the global installation of Vite+, optional Node.js version management, and dependency caching with lockfile detection. It simplifies project setup workflows by supporting all major package managers, enabling automated dependency installation, and offering flexibility for custom configurations like working directories and private package registries. This action is ideal for automating consistent, efficient development and CI/CD pipelines.
April 21, 2026
Depenemy Dependency Scanner
Version updated for https://github.com/W3OSC/depenemy-action to version v1.
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 The depenemy-action GitHub Action scans project dependencies for supply chain risks, reputation concerns, and behavioral issues. It automates security and reliability checks by identifying vulnerabilities, outdated packages, malicious elements, and other risks, with results integrated directly into GitHub’s Code Scanning interface. Key capabilities include multi-ecosystem support (e.g., npm, Python, Rust) and configurable severity thresholds to streamline dependency management and enhance software supply chain security.
April 21, 2026
Replace multiple strings in files
Version updated for https://github.com/flcdrg/replace-multiple-action to version v4.1.74.
This action is used across all versions by 111 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of searching for specific strings in matching files and replacing them with designated values, saving the modified files afterward. It is particularly useful for bulk string replacements across multiple files, including handling complex replacement scenarios using regular expressions or large replacement payloads via external JSON files. Key capabilities include support for wildcard file matching, JSON-based replacement definitions, and customizable prefix/suffix contexts for precise pattern matching.
April 21, 2026
gha-timer
Version updated for https://github.com/fulcrumgenomics/gha-timer to version v1.1.1.
This publisher is shown as ‘verified’ by GitHub.
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 The gha-timer GitHub Action provides functionality to group and log tasks within GitHub Actions workflows, while tracking and displaying elapsed time for each group. It visually highlights task outcomes (e.g., success, failure, canceled, or skipped) with customizable colors and icons, improving workflow transparency and debugging efficiency. Additionally, it includes a command-line tool for starting timers and reporting elapsed times outside GitHub workflows.
April 21, 2026
Setup Docker Desktop macOS
Version updated for https://github.com/gh-workflow/setup-docker-desktop-macos to version 0.0.10.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-docker-desktop-macos GitHub Action installs and starts Docker Desktop on macOS runners in GitHub Actions workflows. It automates the setup of a Docker environment on macOS for testing workflows or applications that rely on Docker, eliminating manual configuration steps. This action is specifically designed for scenarios requiring Docker on macOS and is not intended for building or publishing Linux containers.
April 21, 2026
gRPC Testify Action
Version updated for https://github.com/gripmock/grpctestify-action to version v1.0.0.
This action is used across all versions by 1 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 gRPC Testify GitHub Action automates the installation and execution of the grpctestify tool in CI workflows, enabling users to validate, test, and format gRPC test files without requiring a Rust toolchain. It simplifies CI setups by downloading the appropriate grpctestify binary, adding it to the PATH, and optionally running commands like run, check, or fmt on specified files. This action streamlines gRPC test management in CI pipelines, saving setup time and ensuring consistency.