August 28, 2026
serverless-container-action
Version updated for https://github.com/scaleway/scw-serverless-container-action to version 0.0.8.
This publisher is shown as ‘verified’ by GitHub.
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 GitHub Action scaleway/scaleway-containers-deploy automates the deployment and teardown of container services on Scaleway. It integrates seamlessly with Scaleway’s Container Registry, allowing users to deploy their applications efficiently using predefined configurations or custom settings. This action solves common deployment challenges by providing a simple interface for managing containers within CI/CD pipelines.
August 28, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/sipyourdrink-ltd/bernstein to version v3.18.2.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Bernstein is a deterministic multi-agent CLI orchestration tool that automates and orchestrates complex workflows, ensuring consistency across different environments. It simplifies the management of microservices, pipelines, and tasks by providing a comprehensive framework for defining and executing multi-step processes efficiently.
August 28, 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 This GitHub Action automates the build process for a Docker Swarm service by running npm ci and npm run bundle, then commits the resulting distribution files to the repository. It helps streamline the development workflow by ensuring that the necessary dependencies are installed and the service is ready for deployment with just a push to the repository.
August 28, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.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 This GitHub Action integrates Google Sheets with GitHub Classroom to automatically update assignment results. It requires setting up Google Cloud credentials and sharing access, then configuring a secret in your repository to use the integration. The action supports automated grading of tasks in GitHub Actions workflows and updates the corresponding columns in the specified Google Sheet.
August 28, 2026
setup-pawl
Version updated for https://github.com/tiangong-dev/pawl to version v0.8.1.
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 PAWL (Prowl) GitHub Action is designed to act as a quality gate by comparing metric measurements across codebase commits. It helps identify regressions in metrics such as coverage, test passes, lint findings, and file lengths, ensuring that changes do not make the repo worse than it already is. The action records the current baseline of each metric and compares them against future changes to ensure no metric regresses. This ensures that improvements are tracked and only genuine changes pass through CI, preventing the introduction of new mess while maintaining existing quality standards.
August 28, 2026
grype_me
Version updated for https://github.com/TomTonic/grype_me to version v1.3.21-release.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, grype_me, automates the scanning of dependencies to detect vulnerabilities using Anchore Grype. It provides a quick and efficient way to scan repositories, container images, or directories for known security issues by leveraging pre-downloaded vulnerability data within a Docker image. The action generates detailed reports and shields.io badges, which can be linked directly from Markdown text in the README. Users can configure various options such as scan mode, fail build behavior, and output format to suit their needs.
August 28, 2026
TookEffect Verified Merge
Version updated for https://github.com/tookeffect/tookeffect-action to version v1.0.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 TookEffect Verified Merge is a GitHub Action that uses Tookeffect to verify if a pull request has been merged correctly into a branch. It provides an authoritative final verdict by executing the merge through TookEffect and ensuring that the change was applied as intended on the destination branch. The action binds a unique idempotency key to each exact PR head and base commit, retries only the identical request if needed, and returns success for a completed APPLIED verdict. It also provides detailed outputs about the Effect ID, verdict, reason, receipt URL, and keys, ensuring transparency in the verification process.
August 28, 2026
Win RDP Enabler
Version updated for https://github.com/Veniamin668/win-rdp-enabler to version v1.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 The Win RDP Enabler GitHub Action automates the setup of Remote Desktop Protocol (RDP) access and network connectivity using Tailscale on Windows GitHub Actions runners. It simplifies configuring RDP by automatically setting up Tailscale, allowing users to connect to the runner via RDP without manual intervention. The action handles both default runneradmin credentials and custom admin or user accounts with optional passwords.
August 28, 2026
N-Plus-One Guardian
Version updated for https://github.com/whentony/n-plus-one-guardian to version 1.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 N-Plus-One Guardian GitHub Action is designed to analyze and protect Pull Requests against the N+1 database performance issue by detecting and preventing incorrect use of lazy loading or index loss in loops. It supports multiple programming languages, including PHP, TypeScript, JavaScript, and Python, using Tree-sitter for parsing ASTs. The action automatically detects N+1 queries and index loss within loops and comments on PRs to prevent these issues.
August 28, 2026
Apex Test List
Version updated for https://github.com/wisefoxme/apex-test-list to version v1.14.1.
This action is used across all versions by 0 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 generates a list of Apex tests that need to be run based on comments or specified metadata, automating the process of identifying and running necessary test classes. It supports both custom comment annotations (@Tests:) and using a centralized metadata filter file (.test-dependencies.yml), making it easier for developers to manage and execute test cases efficiently.