March 14, 2026
godeps-guard
Version updated for https://github.com/ashishsalunkhe/godeps-guard 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 godeps-guard is a GitHub Action designed to analyze and control the dependency graph and binary size of Go projects, ensuring efficient dependency management and preventing binary bloat. It automates the enforcement of guardrails in CI pipelines, such as limiting the addition of dependencies, restricting binary size growth, and blocking problematic modules.
March 14, 2026
Convox Multitool
Version updated for https://github.com/beastawakens/action-convox-multi-slim to version v2.0.2.
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 action-convox-multi-slim GitHub Action provides a streamlined way to execute multiple Convox CLI commands within a single, lightweight Docker-based action. It simplifies workflows by consolidating 17 Convox operations (e.g., login, build, deploy, promote) into one action, reducing redundancy and minimizing boilerplate in CI/CD pipelines.
March 14, 2026
Modrinth Publish
Version updated for https://github.com/cloudnode-pro/modrinth-publish to version v2.3.3.
This action is used across all versions by 140 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The modrinth-publish GitHub Action automates the process of publishing project versions to Modrinth, a platform for hosting Minecraft-related content. It simplifies version management by allowing users to specify project details, loaders, game versions, and files, streamlining the release pipeline for developers.
March 14, 2026
Architecture Linter
Version updated for https://github.com/cvalingam/architecture-linter to version v0.1.6.
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 architecture-linter GitHub Action is a tool designed to enforce architectural layer rules in TypeScript projects. It automates the detection of dependency violations, such as improper imports between layers (e.g., a controller directly importing a repository), ensuring adherence to defined architectural constraints.
March 14, 2026
lint-bpf
Version updated for https://github.com/d-e-s-o/lint-bpf to version v0.1.2.
This action is used across all versions by 2 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 lint-bpf GitHub Action automates the process of linting BPF (Berkeley Packet Filter) C source code using the bpflint tool. It helps developers identify and address potential issues in their BPF code, ensuring better code quality and adherence to best practices.
March 14, 2026
Run Ansible playbook
Version updated for https://github.com/dawidd6/action-ansible-playbook to version v9.
This action is used across all versions by 1,609 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 “Run Ansible playbook” GitHub Action automates the execution of Ansible playbooks on specified hosts directly within a GitHub workflow. It simplifies configuration management and deployment tasks by enabling seamless integration of infrastructure automation into CI/CD pipelines.
March 14, 2026
Build Debian package
Version updated for https://github.com/dawidd6/action-debian-package to version v5.
This action is used across all versions by 62 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 “Build Debian package” GitHub Action automates the process of building Debian packages from source within a Docker container. It simplifies package creation by handling the build environment setup, ensuring a consistent and reliable workflow for developers.
March 14, 2026
MUADDIB Scanner
Version updated for https://github.com/DNSZLSK/muad-dib to version v2.6.9.
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 software supply chains, leveraging parallel scanners, deobfuscation, dataflow analysis, and behavioral anomaly detection. It automates the identification of known malicious packages (225,000+ IOCs) and suspicious patterns, providing users with actionable insights and risk scores to mitigate vulnerabilities before installation or during development.
March 14, 2026
Setup netrc
Version updated for https://github.com/extractions/netrc to version v3.
This action is used across all versions by 191 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 netrc GitHub Action automates the process of securely appending entries to the ~/.netrc file, which is used for storing machine-specific authentication credentials. It ensures proper file ownership and access permissions, making it particularly useful for workflows requiring authentication to private registries or remote machines without exposing sensitive credentials in source code.