January 9, 2026
Docker Compose Volumes Cache
Version updated for https://github.com/datarockets/docker-compose-cache to version 1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Docker Compose Cache Action” is a GitHub Action designed to optimize development and CI workflows by caching Docker Compose volumes and image layers across builds. It addresses performance bottlenecks, such as slow bind mount volumes on macOS, and avoids repetitive setup steps by preserving dependencies like app libraries and databases between runs.
January 9, 2026
CAML Lint
Version updated for https://github.com/dkoepsell/caml-lint-action to version v0.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The caml-lint-action GitHub Action automates the validation of CAML files during continuous integration (CI) workflows. It ensures that invalid or inconsistent narrative content in CAML files is detected before deployment, preventing errors from shipping. This action provides a streamlined, zero-configuration solution for integrating CAML linting into CI pipelines.
January 9, 2026
Install GitHub Release binary
Version updated for https://github.com/EricCrosson/install-github-release-binary to version v2.5.10.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The install-github-release-binary GitHub Action automates the process of downloading and adding raw binary assets from GitHub Releases to the CI/CD $PATH. It prioritizes supply chain security, speed, and avoiding rate limits, supporting releases with semantic versioning and specifically named binary files. This action simplifies the integration of release binaries into workflows, enhancing security and efficiency in CI environments.
January 9, 2026
Delete Branch Caches
Version updated for https://github.com/Friedinger/DeleteBranchCaches to version v2.3.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Delete Branch Caches GitHub Action automates the removal of all GitHub Actions caches associated with a specified branch reference in a repository. This helps optimize storage usage and prevents issues caused by stale or outdated caches. Its key capabilities include support for multiple branch references and the ability to handle different input formats for specifying branches.
January 9, 2026
Gruntwork Terragrunt
Version updated for https://github.com/gruntwork-io/terragrunt-action to version v3.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 301 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The terragrunt-action GitHub Action automates the installation and execution of Terragrunt and OpenTofu, tools for managing Terraform configurations and workflows. It simplifies infrastructure management by allowing users to specify tool versions, run Terragrunt commands, and integrate outputs directly into CI/CD pipelines.
January 9, 2026
Palisade Security Scan
Version updated for https://github.com/highflame-ai/palisade-githubaction to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Palisade is a GitHub Action designed for enterprise-grade security scanning of machine learning models to detect backdoors, supply chain attacks, and other malicious payloads before deployment. It automates tasks such as verifying model integrity, enforcing supply chain security standards (e.g., Sigstore and SLSA), and preventing injection attacks, enabling a zero-trust approach to model validation.
January 9, 2026
Inkog - AI Agent Security Scanner
Version updated for https://github.com/inkog-io/inkog to version v1.0.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides a static security scanner specifically designed for AI agents, identifying vulnerabilities such as infinite loops, token misuse, prompt injection, and compliance issues with frameworks like the EU AI Act and OWASP guidelines. It automates the detection of security risks and governance violations in AI workflows, supporting both code-first and no-code frameworks, and integrates seamlessly into CI/CD pipelines to enhance the security and compliance of AI systems before deployment.
January 9, 2026
GitHub Actions Dependency Submission
Version updated for https://github.com/jessehouwing/actions-dependency-submission to version v1.0.5.
This action is used across all versions by 32 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “GitHub Actions Dependency Submission” action automates the process of scanning a repository’s workflow files to identify and submit GitHub Actions dependencies to GitHub’s Dependency Graph. It supports recursive scanning of composite actions, detection of callable workflows, and identification of forked and original repositories, enabling organizations to track and manage dependencies effectively for security advisory purposes.
January 9, 2026
Setup Zig
Version updated for https://github.com/jetsung/setup-zig to version v0.0.4.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Setup Zig Action” is a GitHub Action that automates the installation of the Zig compiler on GitHub Actions runners. It simplifies the process of setting up the Zig environment by allowing users to specify the desired version, ensuring compatibility and reducing manual setup.