January 26, 2026
Living Documentation Collector for GitHub
Version updated for https://github.com/AbsaOSS/living-doc-collector-gh to version v0.1.1.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Living Documentation Collector for GitHub is a GitHub Action designed to automate the extraction of up-to-date project information from a repository and output it in a structured JSON format. It supports multiple data-mining modes, such as analyzing issues, tests, code tags, and release notes, providing a centralized and automated way to maintain continuously updated project documentation.
January 26, 2026
Generate Generic Attestations
Version updated for https://github.com/actions/attest to version v3.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 177 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The actions/attest GitHub Action automates the generation and signing of artifact attestations, linking workflow artifacts to their associated assertions (predicates) using the in-toto format. It ensures the provenance and integrity of build artifacts by creating verifiable, short-lived signatures via Sigstore, and uploads these signed attestations to the GitHub attestations API for tracking and verification.
January 26, 2026
NX Jest Coverage Action
Version updated for https://github.com/AdelanteFinancialHoldings/nx-jest-coverage-action to version v1.2.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The NX Jest Coverage Action is a GitHub Action designed to generate Jest test coverage reports for affected projects in NX workspaces and post them as comments on pull requests. It automates the detection of impacted projects, calculates coverage metrics, and presents results with color-coded badges, helping teams track and visualize code coverage changes efficiently in monorepos.
January 26, 2026
AI Coding Shield Audit
Version updated for https://github.com/AI-Coding-Shield/ai-coding-shield to version v0.1.2.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary AI Coding Shield is a security auditing tool designed for AI development workflows, skills, rules, and Model Context Protocol (MCP) servers. It automates the detection of security risks such as command injection, data exfiltration, insecure networking, and obfuscated code, providing configurable rules and detailed reporting to help users proactively identify vulnerabilities in their CI/CD pipelines and AI environments.
January 26, 2026
pyx-auth-action
Version updated for https://github.com/astral-sh/pyx-auth-action to version v0.0.9.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The pyx-auth-action GitHub Action automates the process of obtaining a temporary access token for publishing to a pyx registry using Trusted Publishing. It simplifies secure authentication by leveraging GitHub’s OIDC tokens, eliminating the need to manage persistent credentials.
January 26, 2026
Lint All The Things
Version updated for https://github.com/BobTheBuidler/lint-all-the-things to version v0.1.5.
This action is used across all versions by 25 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, “Lint All The Things,” automates the process of linting and formatting codebases by sequentially running tools like pyupgrade, isort, black, autoflake, and Prettier for JSON/YAML files. It solves the problem of ensuring consistent code quality and formatting across repositories by committing code changes automatically (using Poosh) or opening a pull request when modifications are detected.
January 26, 2026
IAM Validator
Version updated for https://github.com/boogy/iam-policy-validator to version v1.15.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The IAM Policy Validator GitHub Action automates the validation of AWS IAM policies to identify security issues, such as overprivileged permissions, dangerous wildcards, privilege escalation risks, and configuration errors before deployment. It helps enforce organizational IAM requirements, catch vulnerabilities, and ensure adherence to least privilege principles, solving the problem of manual and inefficient policy review.
January 26, 2026
typos-action
Version updated for https://github.com/crate-ci/typos to version v1.42.2.
This action is used across all versions by 44 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “typos” GitHub Action is a source code spell checker designed to identify and correct spelling errors in codebases. It is efficient enough to run on large repositories, minimizes false positives, and can be integrated into workflows such as pull requests for automated typo detection and correction.
January 26, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.35.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of verifying and comparing version numbers in project files (e.g., package.json, package-lock.json, Cargo.toml, and pyproject.toml) against the latest published Git tag using semantic versioning rules. It ensures version consistency across files and validates that the local version is higher than the latest release, helping prevent versioning errors in software projects.