April 21, 2026
cibuild-action
Version updated for https://github.com/invarnhq/cibuild to version v1.5.4.
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 Summary:
The cibuild GitHub Action simplifies the setup and management of continuous integration (CI) pipelines for iOS and Android projects. It automates tasks such as pipeline generation, platform detection, secret management, and workflow validation, enabling developers to quickly configure and run CI workflows locally or on GitHub Actions. Key features include auto-creation of pipelines, interactive setup wizards, local and remote pipeline execution, and seamless integration with GitHub for deploying secrets and workflows.
April 21, 2026
Skills Update Action
Version updated for https://github.com/iyaki/skills-update to version v1.0.1.
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 The Skills Update Action automates the process of keeping your repository’s agent skills up to date by wrapping Vercel’s Skills CLI to run updates in CI/CD workflows. It ensures controlled updates by enforcing a path safety policy, allowing only explicitly permitted files to be modified, and supports workflows such as read-only updates, creating commits, or managing a single rolling pull request. This action streamlines skills maintenance while maintaining human oversight on approval and merge decisions, addressing the need for secure and efficient automation in CI pipelines.
April 21, 2026
Michael – Build Log Analyser
Version updated for https://github.com/Jonesie/Michael to version v1.0.8.
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 This GitHub Action, “Michael,” analyzes .NET build logs to identify, group, and rank warnings and errors by impact, helping developers prioritize and address issues efficiently. It automates the creation of detailed reports and optional AI-ready fix scripts, streamlining the debugging and remediation process in both local and CI workflows. Key outputs include machine-readable issue data, summary reports, and customizable fix scripts.
April 21, 2026
CA Certificate Import
Version updated for https://github.com/LiquidLogicLabs/git-action-ca-certificate-import to version v3.0.2.
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 CA Certificate Import GitHub Action automates the installation of custom SSL/TLS certificates into CI/CD runner environments, ensuring tools like Docker can interact with private registries or internal resources using non-standard certificate authorities. It simplifies certificate management by supporting multiple input methods (file, URL, or inline content), validating certificates, and optionally generating BuildKit configuration files for Docker integration. This action solves the problem of enabling secure communication with custom CAs in automated workflows.
April 21, 2026
Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.160.
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 The aer GitHub Action provides a streamlined solution for validating, testing, and debugging Salesforce Apex code within CI/CD pipelines. It automates the execution of Apex tests and creates a lightweight Salesforce-compatible runtime on local machines, enabling developers to rapidly iterate on Apex logic without deploying to a Salesforce org. Its key features include running test suites, executing specific code paths, and integrating with tools like VS Code for interactive debugging.
April 21, 2026
Organetic Tobi Validator
Version updated for https://github.com/OrganeticSphere/tobi-validator to version v1.0.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 Tobi Validator GitHub Action serves as a public wrapper for the Stage 1 release of Organetic’s AI Verification Engine. It automates the validation of files and workflows using two primary modes: canon for canonical structure validation and golden for conformance checks against predefined fixtures, enabling deterministic diagnostics and verification processes. This action streamlines integration into GitHub workflows by providing a controlled evaluation-token-based onboarding process and essential tools for diagnostics, support, and adoption.
April 21, 2026
Lint Ansible code
Version updated for https://github.com/pako-23/action-ansible-lint to version v0.0.1.
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 The ansible-lint GitHub Action automates the process of linting Ansible playbooks, roles, and collections using the ansible-lint tool. It helps ensure Ansible configurations adhere to best practices and coding standards, saving time and reducing errors during code reviews or continuous integration workflows. This action provides seamless integration with GitHub workflows, enabling automated checks for YAML files in your repository.
April 21, 2026
Japanese (Keigo) PR Translator
Version updated for https://github.com/preeti-ballal/bilingual-commit-translator to version v1.0.1.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automatically generates professional Japanese (Keigo) summaries for Pull Requests using Google Gemini AI, streamlining communication in Japanese corporate environments. It eliminates the need for manual translations by providing accurate, context-aware bilingual summaries tailored for business use.
April 21, 2026
UNPWNED Security Scan
Version updated for https://github.com/razazu/unpwned-action to version v1.0.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 UNPWNED Security Scan GitHub Action automates security checks for web applications by scanning domains for vulnerabilities, such as missing security headers, expired certificates, exposed sensitive files, and misconfigured DNS or CORS policies. It runs on every push or pull request and can fail builds based on critical findings, helping developers catch security regressions early. Key features include generating security scores, identifying data breaches, and optionally commenting results on pull requests.
April 21, 2026
Cargo Workspace Inheritance Check
Version updated for https://github.com/RomarQ/cargo-workspace-inheritance-check to version v1.3.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 This GitHub Action, cargo-workspace-inheritance-check, automates the detection and resolution of dependency inheritance issues in Rust’s Cargo workspaces. It identifies cases where workspace member crates specify dependency versions directly instead of using { workspace = true }, flags version mismatches, and suggests candidates for centralizing shared dependencies in the [workspace.dependencies] section of the root Cargo.toml. By enforcing consistent dependency management, it helps prevent version drift, reduces duplication, and simplifies dependency maintenance across workspace projects.