August 26, 2026
Fetch Go and cache modules
Version updated for https://github.com/ndx-technologies/gh-setup-go to version v1.
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 process of fetching Go and caching its modules. It simplifies development by ensuring that each developer uses the same version of Go and reduces build times by reusing module caches between builds. The action is zero-dependency, meaning it does not require additional tools beyond Git to function properly.
August 26, 2026
Go Proxy Cache Updater
Version updated for https://github.com/nicholas-fedor/go-proxy-pull-action to version v1.1.49.
This action is used across all versions by 10 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action updates Go module proxy caches by warming them with module versions when tags are pushed. It supports both HTTP and go-get methods, allowing customization of import paths and handling various errors during the caching process. The action is particularly useful for maintaining Go module proxies without requiring a Go toolchain installation.
August 26, 2026
github-backport
Version updated for https://github.com/nicklegan/backport 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 The GitHub Action “backport” automates the process of cherry-picking pull requests onto long-running backport branches and ensures that both the original pull request and its backports are merge-ready. It helps maintain stability by ensuring that all changes in the original PR are also included in the backported branches.
August 26, 2026
Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v1.2.38.
This publisher is shown as ‘verified’ by GitHub.
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 aer action is designed to run Apex and Apex unit tests locally without the need for an org or deployment. It provides a local environment where developers can execute code, including DML operations, SOQL queries, triggers, and validation rules, with support for testing frameworks and governor limits. Users can also step through Apex logic using an interactive debugger integrated into VS Code or IntelliJ.
August 26, 2026
Chock Governance Check
Version updated for https://github.com/open-coder-ai/chock to version v0.5.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 Chock automates AI coding agents’ rules by compiling them into deterministic guardrails that enforce policies across different CI/CD systems and tools used by developers. It ensures consistency in code standards and compliance with project requirements, reducing human errors and maintaining high-quality codebases.
August 26, 2026
Web App Security Skill
Version updated for https://github.com/parousia8888/web-app-security-skill to version v0.7.3.
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 the security audit of web projects using AI coding agents. It helps identify potential security vulnerabilities and provides actionable insights on how to address them without needing extensive offensive-security knowledge. The action can be run locally from the project root, reading local files and not contacting deployments or editing code. For supported JavaScript/TypeScript frameworks, it generates route security reports detailing application controls, authentication, authorization, and BOLA/IDOR risks.
August 26, 2026
SkillTotal AI Component Security Scan
Version updated for https://github.com/pezhik/skilltotal to version v0.43.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 SkillTotal is an open-source CLI tool that statically analyzes AI-related components to identify supply-chain risks, dangerous capabilities, prompt-injection surfaces, and data-exfiltration paths before they are installed or trusted. It analyzes only the component itself, providing evidence-backed findings without relying on runtime analysis. SkillTotal runs locally without any account or cloud upload, ensuring safe analysis of untrusted components.
August 26, 2026
action-debian-build
Version updated for https://github.com/pkghaus/action-debian-build to version v1.1.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of building a Debian package from an upstream Git tag and a local debian/ directory. It handles the entire packaging lifecycle, including resolving build dependencies, running dpkg-buildpackage, checking with lintian, and collecting artifacts. The action is designed for packaging repositories that maintain only their own packaging files and configuration, without uploading packages to any external repository.
August 26, 2026
Plori persistent agent review
Version updated for https://github.com/plori-ai/agent-action to version v1.0.8.
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 This GitHub Action automates the review process by checking out pull request commits, inspecting surrounding code, and running targeted tests instead of just comparing diffs. It uses OIDC capability minting to securely access repositories without permanently saving them. The action provides precision in identifying actionable findings, focusing on migration rollback safety and API compatibility for example.
August 26, 2026
Postman Onboarding Workspace Bootstrap
Version updated for https://github.com/postman-cs/postman-bootstrap-action to version v2.21.2.
This publisher is shown as ‘verified’ by GitHub.
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 automates the creation of a Postman workspace by importing an OpenAPI specification and generating predefined collections that include baseline, smoke, and contract tests. The action supports various protocols like gRPC, SOAP, GraphQL, AsyncAPI, and MCP, ensuring comprehensive test coverage grounded in RFCs. It also provides dynamic contract tests, error codes for enforcement layers, and is part of a larger suite for Postman API onboarding.