April 11, 2026
Helm Chart Publisher for GitHub Pages
Version updated for https://github.com/Vr00mm/helm-publish to version v1.0.1.
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 helm-publish GitHub Action automates the packaging and publishing of Helm charts to a GitHub Pages-hosted Helm repository. It packages the chart, updates the repository’s index.yaml (preserving all previous versions), and handles versioning using Chart.yaml or custom inputs such as Git tags. This action simplifies Helm chart distribution and ensures seamless version management while addressing conflicts during repository updates.
April 11, 2026
Checkmarx One SAST scan and publish to Unify Platform
Version updated for https://github.com/cloudbees-io-gha/checkmarxone-sast-publish 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 This GitHub Action integrates the Checkmarx One SAST (Static Application Security Testing) scanner into CI/CD workflows to automatically analyze source code for security vulnerabilities, code quality issues, and compliance violations across multiple programming languages. It enables developers to identify and remediate security risks early in the development process, ensuring compliance with industry best practices. The action provides actionable outputs, such as severity-filtered scan results, which can be used as quality gates in subsequent workflow steps.
April 11, 2026
PR Size Label
Version updated for https://github.com/conforma/pr-size-label-action to version v1.2.0.
This action is used across all versions by 21 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 “PR Size Label Action” is a GitHub Action that automates the process of labeling pull requests based on the total number of lines changed (additions + deletions). It categorizes PRs into predefined size ranges (e.g., XS, S, M, L, XL, XXL) and dynamically updates labels only when the size category changes, improving workflow efficiency and reducing manual effort. This action is ideal for maintaining clear visibility into the scope of changes in pull requests while preventing unnecessary label modifications.
April 11, 2026
Setup aimock
Version updated for https://github.com/CopilotKit/aimock to version v1.13.0.
This action is used across all versions by 6 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The aimock GitHub Action provides a comprehensive mocking framework for testing AI applications by simulating various AI-related services and protocols, such as LLM APIs, multimedia processing, vector databases, and agent-to-agent interactions. It automates the creation of controlled testing environments, enabling deterministic responses, chaos testing, drift detection, and real-time protocol simulation, all while running on a single port with zero dependencies. This action simplifies and enhances the testing process by offering extensive support for recording/replaying API interactions, customizable streaming behavior, and integration with CI/CD pipelines.
April 11, 2026
recul by CRBroughton
Version updated for https://github.com/CRBroughton/recul to version v0.6.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 Recul is a GitHub Action and CLI tool designed to mitigate supply chain attacks on npm dependencies by allowing teams to stay a specified number of versions behind the latest stable release. It automates dependency auditing in CI pipelines, enforces a lag policy to delay updates, and provides a clear pass/fail signal for compliance, reducing the risk of integrating potentially compromised releases. Recul complements traditional security practices and requires minimal maintenance, making it ideal for teams aiming to balance security and operational efficiency.
April 11, 2026
MUADDIB Scanner
Version updated for https://github.com/DNSZLSK/muad-dib to version v2.10.71.
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 MUAD’DIB is a security-focused GitHub Action and CLI tool designed to detect and analyze threats in npm and PyPI package dependencies. It uses advanced techniques such as parallel scanning, deobfuscation, dataflow analysis, machine learning classifiers, and sandboxing to identify known supply chain threats, suspicious behaviors, and over 225,000 Indicators of Compromise (IOCs). This action automates dependency scanning, provides actionable risk scores, and blocks malicious packages, helping developers mitigate risks in their software supply chain.
April 11, 2026
Android Resource Translator
Version updated for https://github.com/duartebarbosadev/AndroidResourceTranslator to version v2.3.0.
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 Android Resource Translator GitHub Action automates the process of identifying missing translations in strings.xml files and generates translations using AI language models (OpenAI or OpenRouter). This action streamlines localization efforts for Android projects by ensuring consistent and efficient translation management. Key capabilities include automatic scanning, translation generation, and optional integration with pull requests to simplify workflow automation.
April 11, 2026
Fallow - Codebase Health
Version updated for https://github.com/fallow-rs/fallow to version v2.27.6.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Fallow, is a Rust-based codebase analysis tool designed for TypeScript and JavaScript projects. It automates the detection of unused code, code duplication, high complexity functions, and architectural issues, enabling developers to optimize and maintain cleaner codebases efficiently. With zero configuration, sub-second analysis time, and support for framework-specific plugins, it simplifies static code analysis and streamlines code quality management.
April 11, 2026
Run GitLeaks
Version updated for https://github.com/gacts/gitleaks to version v1.3.2.
This action is used across all versions by 241 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 integrates GitLeaks into your CI/CD pipeline to automatically detect and prevent the unintentional inclusion of sensitive information, such as secrets and credentials, in your codebase. It supports multiple operating systems, offers caching for faster execution, and allows for custom configurations, including mechanisms to ignore specific findings. By automating secret scanning, it enhances security and reduces the risk of exposing sensitive data.
April 11, 2026
Run and post run Action
Version updated for https://github.com/gacts/run-and-post-run to version v1.4.4.
This action is used across all versions by 149 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, Run and Post Run, enables users to execute commands both during a workflow job and after it has completed. It simplifies automation by allowing conditional post-run tasks, such as cleanup or logging, to be performed once a job ends. Key capabilities include support for customizable commands, multi-line execution, and configurable shell environments.