March 26, 2026
MUADDIB Scanner
Version updated for https://github.com/DNSZLSK/muad-dib to version v2.10.21.
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 scanning tool designed to detect and analyze threats in npm and PyPI packages, addressing the growing issue of supply chain attacks in software dependencies. It automates the identification of known malicious packages, suspicious behavioral patterns, and vulnerabilities using a combination of 14 parallel scanners, machine learning classifiers, deobfuscation, and dataflow analysis, with features like interactive scanning, risk scoring, and pre-installation threat detection.
March 26, 2026
cagent Runner
Version updated for https://github.com/docker/cagent-action to version v1.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 28 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The cagent GitHub Action enables the integration and automation of Docker-based AI agents, such as those powered by Anthropic or OpenAI, directly into GitHub workflows. It simplifies the setup and execution of these agents by managing binary downloads, environment configuration, and output analysis.
March 26, 2026
Latest tag
Version updated for https://github.com/EndBug/latest-tag to version v1.6.3.
This action is used across all versions by 1,744 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, Latest Tag, automates the creation and updating of a latest tag to always point to the most recent release of a repository. It addresses the inconvenience of manually maintaining a latest tag, ensuring users can confidently reference the latest stable version of an action without worrying about version mismatches or unstable changes.
March 26, 2026
Fallow - Codebase Health
Version updated for https://github.com/fallow-rs/fallow to version v2.2.0.
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 This GitHub Action, Fallow, is a tool designed to analyze TypeScript and JavaScript codebases for unused code, code duplication, and complexity hotspots. It automates the detection of issues like dead code, duplicate code blocks, and overly complex functions, helping developers optimize and maintain cleaner codebases.
March 26, 2026
Sync Markdown in Github to Notion
Version updated for https://github.com/Fencer-Security/nogisync to version v1.3.0.
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 The nogisync GitHub Action automates the synchronization of markdown files from a GitHub repository to a Notion workspace, preserving the directory structure as a hierarchical page layout in Notion. It simplifies content management by creating or updating Notion pages based on YAML frontmatter titles, while also offering features like provenance callouts linking back to GitHub and configurable parallel syncing.
March 26, 2026
Unnix action
Version updated for https://github.com/figsoda/unnix-action to version v0.1.0-alpha.2.
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 “unnix-action” GitHub Action allows users to leverage Nix packages directly within their workflows without requiring Nix to be installed on the system. It automates the process of accessing and using Nix-managed dependencies, simplifying integration and reducing setup overhead for projects that utilize Nix packages.
March 26, 2026
Get GitHub Organization Repositories
Version updated for https://github.com/Firenza/get-organization-repositories to version v1.1.1.
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 firenza/get-organization-repositories GitHub Action retrieves a comprehensive list of repositories within a specified GitHub organization and outputs the data in JSON format. It automates the process of fetching repository information, eliminating the need for manual API queries or scripting.
March 26, 2026
Secrets to environment variables
Version updated for https://github.com/Firenza/secrets-to-env to version v1.4.0.
This action is used across all versions by 39 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The secrets-to-env GitHub Action automates the process of copying repository secrets into environment variables, simplifying workflows where tools like Terraform require environment variable inputs with specific prefixes (e.g., TF_VAR_). It eliminates the need to manually map each secret to an environment variable, offering flexibility through filtering and naming transformations to align with tool-specific requirements.
March 26, 2026
Varibles Sync Action
Version updated for https://github.com/Firenza/variables-sync-action to version v1.1.0.
This action is used across all versions by ? 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 Variables Sync Action is a GitHub Action designed to automate the synchronization of environment variables (which may include build settings or other non-sensitive data) from a source repository to multiple target repositories.