August 9, 2026
Basilisk AI Security Scan
Version updated for https://github.com/regaan/basilisk to version v2.0.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 Basilisk is an open-source AI red teaming and LLM security testing framework that automates adversarial prompt testing against various LLM models using evolutionary prompt search. It helps security researchers, penetration testers, and defensive teams perform repeatable LLM security testing workflows efficiently.
August 9, 2026
docker-hash
Version updated for https://github.com/RemkoMolier/docker-hash to version v0.3.19.
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 docker-hash is a Go tool that computes a SHA-256 hash of Docker images based on their Dockerfile content, build arguments, and referenced files. It helps in detecting changes to these components and can be used for cache-busting and deterministic CI pipelines.
August 9, 2026
SBOMlyze Diff
Version updated for https://github.com/rezmoss/sbomlyze to version v0.4.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 This GitHub Action compares Software Bills of Materials to identify changes in packages, including security issues and integrity risks. It helps organizations ensure that their software supply chain is secure by automatically flagging unauthorized package modifications.
August 9, 2026
spec.md check
Version updated for https://github.com/rosenjcb/spec.md to version v0.4.0.
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 spec-md is a tool designed to create machine-readable specifications using Markdown. It allows developers to align their work by defining requirements and QA test cases in a structured format (*.spec.md). The action automates the process of linting specs, ensuring that every test case has a stable id (TC-XXXX) and failing CI when the spec differs from the implementation or tests. This helps maintain consistency across development and ensures high-quality software by reducing ambiguity and gaps in understanding.
August 9, 2026
Docker Compose Cache
Version updated for https://github.com/seijikohara/docker-compose-cache-action to version v1.8.21.
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 Docker Compose Cache Action automates the caching of Docker images used in Docker Compose files to speed up CI/CD workflows. It parses the Compose files, caches each image as a separate tarball with its digest for verification, and selectively pulls images only when necessary. This ensures efficient use of cache and reduces build times by avoiding repeated downloads of unchanged images. The action supports multiple Compose files and allows for specifying which images to exclude from caching.
August 9, 2026
Sherpa.sh
Version updated for https://github.com/sherpa-sh/Sherpa-Action to version v1.0.0-alpha.1.
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 Sherpa.sh is an AI-driven tool that automates cloud infrastructure deployment by understanding human intent and creating the necessary resources to ship applications. It simplifies the process of setting up environments across various clouds, frameworks, and configurations using natural language prompts. The action supports multiple providers, integrates seamlessly with GitHub Actions, and offers features for resource specification, custom domains, load balancing, CDN configuration, and more.
August 9, 2026
agent-trace eval
Version updated for https://github.com/Siddhant-K-code/agent-trace to version v0.83.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 agent-trace GitHub Action is designed to trace and replay the actions of AI agents, providing insights into tool calls, file operations, decision points, error recovery, and actual commands. It captures the full session and allows for exporting to observability tools like Datadog, Honeycomb, New Relic, or Splunk, setting rules to control the agent’s behavior. The action supports CLI hooks, MCP proxy integration, and Python decorator options for capturing tool calls without needing an MCP server.
August 9, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.11.0.
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: spek is a lightweight, read-only viewer for OpenSpec content that provides structured browsing with features such as BDD syntax highlighting, task progress tracking, and full-text search. It allows users to navigate through specs, changes, and tasks within a repository, including handling multiple worktrees efficiently.
August 9, 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 GitHub Classroom with Google Sheets to automatically send assignment results. It allows you to track students’ progress and automate grading tasks. The key capabilities include updating Google Sheets with task scores based on GitHub actions and ensuring that the sheet structure is dynamically adjusted to accommodate new tasks or additional columns.
August 9, 2026
Sentinel Review
Version updated for https://github.com/Stackgirl01/sentinel-review to version v1.1.
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 Sentinel Review is an AI-powered security review action that analyzes pull requests by reading diffs and reasoning about them with Claude. It catches reasoning-based issues like hardcoded secrets, SQL injection, auth bypasses, and more. The action posts inline comments on PRs, providing context for human reviewers to address potential security vulnerabilities.