January 5, 2026
QWED Neurosymbolic Verification
Version updated for https://github.com/QWED-AI/qwed-verification to version v2.3.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary QWED Protocol is a model-agnostic verification tool designed to validate outputs from any large language model (LLM) by detecting and preventing hallucinations. It automates the verification of AI-generated content using eight specialized engines, ensuring only provable outputs are used in production. By integrating multiple existing verification libraries into a unified API, QWED provides a reliable solution for enhancing AI trustworthiness in production environments.
January 5, 2026
rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.0.210.
This action is used across all versions by 4 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary rumdl is a high-performance Markdown linter and formatter built with Rust to ensure consistency and best practices in Markdown files. It automates tasks such as detecting and fixing Markdown issues, formatting files, and integrating seamlessly into CI/CD workflows, while offering speed, detailed error reporting, and zero dependencies.
January 5, 2026
sbomify
Version updated for https://github.com/sbomify/github-action to version v0.10.
This action is used across all versions by 24 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The sbomify GitHub Action automates the generation, enrichment, and management of Software Bill of Materials (SBOMs) within CI/CD pipelines. It supports creating SBOMs from various sources such as dependency lockfiles and Docker images, while allowing augmentation with business and package metadata for enhanced traceability and compliance.
January 5, 2026
235139d9-91d1-4a5f-9c10-8a091a3a286e
Version updated for https://github.com/tai-kun/gha-semver-parser to version v1.0.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The tai-kun/semver-parser GitHub Action is designed to parse and validate semantic version strings in CI/CD workflows. It automates the extraction of version components (e.g., major, minor, patch) and ensures compliance with semantic versioning standards. This action simplifies version management by enabling consistent and reliable handling of version data for software releases.
January 5, 2026
Runhuman Issue Tester
Version updated for https://github.com/volter-ai/runhuman-issue-tester-action to version 0.0.7.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Runhuman Issue Tester Action automates the QA testing of GitHub issues linked to pull requests upon their merge. It uses AI to analyze issues for human testability and assigns real human testers to verify fixes through generated test URLs. This action streamlines the verification process, ensures issues are resolved accurately, and automatically updates issue statuses based on test outcomes, reopening failed issues and posting results as comments.
January 5, 2026
Transform Agda HTML Documentation
Version updated for https://github.com/will-break-it/agda-web-docs-lib to version v1.0.4.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Agda Web Docs Library GitHub Action transforms Agda-generated HTML documentation into a modern, user-friendly format with features like responsive design, dark/light theme support, full-text search, and GitHub integration. It automates the process of enhancing Agda documentation with advanced web functionality, such as type previews, line highlighting with shareable URLs, and mobile-friendly layouts, making it easier to navigate and use.
January 5, 2026
MinIO Sync
Version updated for https://github.com/cuhk-haosun/code-docker-minio-sync to version v1.2.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The MinIO File Transfer GitHub Action automates file and directory transfers between a GitHub repository and a MinIO storage instance, whether self-hosted or cloud-hosted. It simplifies tasks such as uploading or downloading files and directories, providing seamless integration with MinIO for efficient storage management within CI/CD workflows.
January 5, 2026
Bandit Scanner
Version updated for https://github.com/DevSecNinja/python-bandit-scan to version v1.0.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Bandit Scanner GitHub Action automates the process of running Bandit, a security analysis tool, on Python codebases to identify common security issues. It streamlines code security scans by integrating directly into GitHub workflows, with results accessible under the repository’s Security tab.
January 5, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.24.
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 verifies that the version in your project files (e.g., package.json, Cargo.toml, or pyproject.toml) is consistent across files and higher than the latest published version tag, following semantic versioning (semver) rules. It automates version validation for projects using npm, Cargo, or Poetry, ensuring alignment and preventing accidental version mismatches or regressions.