December 23, 2025
AppSecAI Vulnerability Analysis
Version updated for https://github.com/AppSecureAI/automation-action to version v1.0.6.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary AppSecAI Vulnerability Analysis is a GitHub Action that automates the triage, remediation, and validation of security vulnerabilities in source code by leveraging AI. It processes SARIF or JSON output from various static analysis tools (e.g., Bandit, Semgrep, CodeQL) and integrates with the AppSecAI platform to deliver intelligent vulnerability insights.
December 23, 2025
Setup balena CLI Action
Version updated for https://github.com/balena-io-examples/setup-balena-action to version v0.0.74.
This action is used across all versions by 8 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Setup balena CLI Action” is a GitHub Action that automates the installation and setup of the balena CLI within GitHub Actions workflows. It enables seamless interaction with balenaCloud services, such as pushing releases or managing applications, by providing features like automatic CLI installation, configurable version selection, and optional authentication using a balenaCloud API token.
December 23, 2025
Do While Not Queued
Version updated for https://github.com/boxofyellow/do-while-not-queued to version v2.0.34.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The do-while-not-queued GitHub Action automates the repetitive execution of a specified command until another instance of the same workflow is queued. It is designed to facilitate tasks like reliability testing or iterative workflows by enabling repeated runs of a command with customizable limits on duration and iterations.
December 23, 2025
Validate A2A Agent Card
Version updated for https://github.com/capiscio/validate-a2a to version v2.2.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action validates A2A protocol agent cards by performing compliance, trust, and availability scoring, along with cryptographic verification and live endpoint testing. It automates the evaluation of agent cards for production readiness, providing actionable insights such as validation results, scores, and warnings for downstream workflows.
December 23, 2025
CodSpeed Performance Analysis
Version updated for https://github.com/CodSpeedHQ/action to version v4.5.1.
This action is used across all versions by 1,868 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The CodSpeed GitHub Action automates the process of running performance benchmarks using the CodSpeed platform within a CI/CD pipeline. It enables users to execute benchmarking commands, measure performance using various modes, and upload results to CodSpeed for analysis. This action simplifies performance monitoring and optimization by integrating seamlessly into CI workflows and supporting features like caching and instrument configurations.
December 23, 2025
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.18.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of verifying and comparing version numbers in project files (e.g., package.json, Cargo.toml, pyproject.toml) against the latest published Git tag using semantic versioning rules. It ensures that the version in your project files is consistent and higher than the current published version, helping to prevent versioning conflicts and streamline release management.
December 23, 2025
SentinelPR Code Auditor
Version updated for https://github.com/imrahnf/sentinelpr 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 SentinelPR is a GitHub Action that automates semantic code reviews for pull requests using a context-aware Retrieval-Augmented Generation (RAG) architecture and Concrete Syntax Tree (CST) parsing. It enhances traditional code auditing by analyzing modified functions, retrieving relevant code patterns across the project, and ensuring deterministic, hallucination-free suggestions.
December 23, 2025
release-semver-action
Version updated for https://github.com/jelmore1674/release-semver-action to version v1.3.12.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Release Action” GitHub Action automates the creation and management of releases, including semantic versioning (major, minor, patch). It simplifies version increments, handles changelog updates, and generates release notes, addressing the need for consistent and streamlined release workflows. Key capabilities include automatic version tagging, changelog integration, and support for customizing release details such as tags, commit messages, and release notes.
December 23, 2025
Actions to Install LLVM and Clang
Version updated for https://github.com/jhchundev/install-llvm-action to version v1.1.8.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The install-llvm-action is a GitHub Action designed to automate the downloading and installation of LLVM and Clang binaries for CI workflows. It supports versions 7.1.0 and later, automatically configuring environment variables (e.g., PATH, LD_LIBRARY_PATH) to enable seamless use of the installed tools.