August 25, 2026
Scratchsmith
Version updated for https://github.com/schubydoo/scratchsmith to version v0.1.3.
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 action is designed to package dynamically linked glibc ELF binaries into minimal FROM scratch OCI images. It resolves shared libraries using ld.so, stages necessary glibc components, and assembles a non-root image with reproducible layers. The primary purpose of Scratchsmith is to handle binaries that require glibc functionality but cannot be statically linked, providing an alternative packer for such cases.
August 25, 2026
SFDT for Salesforce
Version updated for https://github.com/scoobydrew83/sfdt to version v0.23.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 The GitHub Action automates the deployment, testing, and release management of Salesforce changes using the SFDT CLI. It provides interactive workflows with preflight validation, tagging, PR creation, automated release manifest generation, parallel Apex test execution, code and test quality analysis, and AI-powered feature suggestions for improved efficiency and reliability in Salesforce development.
August 25, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
This action is used across all versions by ? 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 deploy-swarm-service GitHub Action automates the deployment process for a web application running on Docker Swarm. It ensures that the project is ready to be pushed and deployed by installing dependencies and bundling the frontend, which are then committed to the repository. This helps in streamlining the build and release automation pipeline for the application.
August 25, 2026
SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.49.
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: SSG is a fast, versatile static site generator written in Go. It transforms Markdown content into a complete website with features such as built-in themes and templates, SEO metadata, and image processing. Key capabilities include building sitemaps, feeds, search indexes, and deploying to various platforms like GitHub Pages and Netlify.
August 25, 2026
runward gate
Version updated for https://github.com/stranxik/runward to version v0.36.2.
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 Runward is an open-source delivery methodology for AI-assisted software engineering that verifies the engineering decisions behind AI-written code. It automates the verification of architectural choices, deployment strategies, security measures, and other critical aspects of system design to ensure they are implemented correctly. Runward ensures that each step in the development process is documented and executable, providing a way to verify the integrity and correctness of complex systems without relying solely on AI-generated code.
August 25, 2026
Delivery Autopilot Runner
Version updated for https://github.com/Tekunda/autopilot-runner to version v1.0.34.
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 GitHub Action, Delivery Autopilot Runner, automates the process of creating pull requests from tickets managed by Delivery Autopilot. It leverages AI to write code based on the ticket details and runs quality checks within a user’s GitHub repository. The action requires an active subscription from Tekunda, which initiates it through a signed instruction. Once executed, it checks out the repository, writes code using the AI model, performs quality checks, opens a pull request, and reports the status back to Delivery Autopilot. This action ensures that the workflow is controlled by the user’s GitHub Actions infrastructure while delivering software development tasks efficiently.
August 25, 2026
Rabbit Automation Action
Version updated for https://github.com/udx/github-rabbit-action to version v1.0.3.
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 automates the deployment of cloud infrastructure using Terraform across AWS, GCP, and Kubernetes based on YAML configuration files in a .rabbit/ directory. It handles lifecycle management and provides options to plan or apply infrastructure changes programmatically.
August 25, 2026
Sentinel Scan (MCP/LLM security)
Version updated for https://github.com/Ventrova/sentinel-scan-cli to version v1.4.2.
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 automates security audits of LLM apps and MCP servers by scanning them for security issues using a 15-attack prompt-injection suite. It detects vulnerabilities in endpoint policies, tool descriptions, and manifest files, ensuring compliance with OWASP guidelines. The action is designed to be user-friendly and requires minimal setup, with options for both local testing (--demo) and real-world scans against the target endpoint.
August 25, 2026
Plumb Diff Coverage
Version updated for https://github.com/z3le/plumb to version v0.1.7.
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 plumb action is a tool that measures code coverage of lines changed in a Git repository and reports it as an HTML file. It calculates the coverage against the initial commit of the branch, fails the build if the coverage falls below a specified threshold, and provides a sortable, line-by-line source view with covered and uncovered lines highlighted in green and red, respectively. The action is designed to be simple, efficient, and integrates seamlessly into GitHub Actions workflows, requiring minimal configuration and no external services or tokens.
August 25, 2026
Code Rot Hotspots
Version updated for https://github.com/zubairriaz/hotspot-tool to version v1.4.9.
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 GitHub Action hotspot-tool identifies and flags files that are both frequently changed and complex, potentially introducing bugs into your codebase. It runs inside CI runners without exposing sensitive source code to the internet, focusing on behaviors and complexity metrics to help identify and address performance issues in pull requests.