August 4, 2026
diff-sentry malicious change scan
Version updated for https://github.com/qazbnm456/diff-sentry to version v0.4.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 diff-sentry is a GitHub Action designed to scan pull requests against potential malicious or obfuscated code patterns using machine learning models. It checks for various attack vectors such as workflow configuration, obfuscation, execution techniques, and exfiltration, providing evidence-based alerts without relying on an API key or model. The action runs efficiently under read-only tokens and can be configured to skip certain paths and report only specific severities.
August 4, 2026
docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.17.
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 action automates the computation of a deterministic SHA-256 hash for Docker images, based on various factors such as the Dockerfile content, build arguments, and files referenced in the build context. It is useful for cache-busting, change detection, and ensuring reproducibility in CI pipelines.
August 4, 2026
codemetrics complexity gate
Version updated for https://github.com/richardwooding/codemetrics to version v0.12.4.
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 codemetrics action automates code complexity analysis across multiple programming languages, providing both cyclomatic and cognitive complexity metrics. It is a CLI tool that can be installed via Homebrew or go install, and it can also serve as a GitHub Action to gate pull requests based on function complexity. The action installs the latest codemetrics binary for the runner and fails the check if any function in the PR exceeds a specified threshold.
August 4, 2026
file-search-on review gate
Version updated for https://github.com/richardwooding/file-search-on to version v0.119.5.
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 performs a file search on a directory tree using CEL expressions to filter files based on metadata and content-type-specific attributes. It supports 74 file formats across thirteen content-type families, including document, markup, data, plain text, images, audio, video, office, ebooks, and source code. The action is designed for use with Claude Code, allowing users to query files by their content types.
August 4, 2026
runs-on/action
Version updated for https://github.com/runs-on/action to version v2.3.0.
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 The runs-on/action GitHub Action is designed to enhance RunsOn’s features by providing magic caching, which allows for faster execution of workflows by caching dependencies and results. It also offers options to display environment variables, job costs, and additional metrics using CloudWatch agent. The action helps streamline the workflow process by reducing the time spent on repeated tasks and improving efficiency.
August 4, 2026
SpecGuard CI
Version updated for https://github.com/Sawaiz-zip/spec-guard to version v0.4.4.
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 SpecGuard is a GitHub Action that automates semantic governance of spec files by evaluating changes against locked project goals and scopes. It helps catch unintentional scope shifts early in the development process and ensures that all PRs adhere to the established project direction, preventing potential issues later on during merges.
August 4, 2026
SFDT for Salesforce
Version updated for https://github.com/scoobydrew83/sfdt to version v0.22.1.
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 projects using the @sfdt/cli. It provides interactive workflows, automated release manifest generation, parallel Apex test execution, code and test quality analysis, pre-release validation, rollback support, post-deploy smoke testing, org metadata drift detection, multi-package project support, AI-based deployment error log interpretation, PR description generation, and more. The Action supports CI/CD pipeline templates for various platforms.
August 4, 2026
Muninn Security Scanner
Version updated for https://github.com/skaldlab/muninn to version v0.3.7.
This action is used across all versions by 1 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Muninn is an open-source security scanning tool that automates and unifies the execution of various security scanners in GitHub Actions workflows. It normalizes scan outputs into a single format, including PR comments, SARIF uploads, and structured JSON. Muninn helps identify vulnerabilities across multiple tools, ensuring comprehensive coverage while reducing duplication of findings.
August 4, 2026
Cloudflare API Shield Upload
Version updated for https://github.com/SocksTheWolf/cloudflare-upload-spec to version v1.2.4.
This action is used across all versions by 7 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 process of uploading OpenAPI specifications to Cloudflare’s API Shield, allowing developers to manage their APIs efficiently without manual intervention. It provides capabilities for uploading a single specification file and optionally deleting other files with the same name. The action is particularly useful for continuous integration pipelines where automatic API updates are required.
August 4, 2026
Read or Modify JSON
Version updated for https://github.com/SocksTheWolf/github-action-json to version v1.5.1.
This action is used across all versions by 4 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, github-action-json, allows users to read and optionally modify JSON files or the package.json file. It provides functionality to replace JSON data, remove keys, and execute a dry run without making any changes to the file. The action supports various inputs for customization such as specifying the path, replacing JSON data, removing keys, and performing a dry run.