July 15, 2026
jira-cve-action
Version updated for https://github.com/levigo/jira-cve-action to version v1.23.
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 Jira-CVE-Action is an action that takes a JSON output from the Trivy Action and creates Jira issues for all identified CVEs under a predefined parent issue. If the parent issue is on a sprint board, it automates adding sub-tickets to the sprint. The action also allows sharing issues across multiple GitHub projects within the same Jira project by tagging them with specific project versions. It automatically moves issues between states (waiting or ready) based on whether a fix version is included in the scan results.
July 15, 2026
Repository Languages and CodeQL Support Map
Version updated for https://github.com/lfventura/list-repository-languages to version v4.0.0.
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, list-repository-languages, automates the detection of repository languages and maps them to the CodeQL matrix. It supports two detection methods: linguist-js (default) and using the GitHub API. The action helps in accurately identifying the programming languages in a repository by either analyzing the local checkout or querying GitHub’s API, depending on user preference. This is particularly useful for integrating language-based analysis into CI/CD pipelines with CodeQL.
July 15, 2026
crabd
Version updated for https://github.com/louisescher/crabd to version v0.5.2.
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, crab’d, is a versatile coding assistant that automates the implementation of whole issues and reviews pull requests using various AI models (Anthropic, OpenAI, OpenRouter, or local Ollama). It supports any model on both GitHub and Forgejo platforms, offering a customizable workflow for developers.
July 15, 2026
JulesOps
Version updated for https://github.com/mkshp-dev/julesops 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 JulesOps is a GitHub Action that automates the process of running Google Jules tasks using pull requests, comments, and labels. It helps prevent duplicate runs, retries failed operations, synchronizes PR states, recovers from failures, and works with any repository. The action uses GitHub Actions for local workflow management and a state machine driven by GitHub labels to handle task execution and status updates.
July 15, 2026
Totem Shield
Version updated for https://github.com/mmnto-ai/totem to version @mmnto/pack-rust-architecture@1.97.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 Totem is a file-based tool designed to enhance collaboration in AI-driven development. It uses plain markdown lessons stored in the repository, which are compiled into lint rules that enforce project rules and context. This approach avoids architectural mistakes by keeping documentation and lessons alongside the code, ensuring consistency across sessions. Totem provides a deterministic zero-LLM linter for linting and an offline queryable knowledge index derived from these lessons, enhancing both the efficiency of development cycles and the integrity of architectural decisions.
July 15, 2026
Review Buddy AI
Version updated for https://github.com/nexoral/ReviewBuddy to version v6.28.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Review Buddy is an AI-powered GitHub Action that automates code reviews, focusing on quality, metadata updates, best practices suggestions, and interactive feedback. It helps improve the efficiency of code reviews by providing intelligent comments, recommendations, and summaries.
July 15, 2026
AI Harness Doctor
Version updated for https://github.com/NieZhuZhu/ai-harness-doctor to version v1.3.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 AI Harness Doctor is a tool designed to help manage agent configurations across different repositories. It consolidates scattered agent config files into one canonical AGENTS.md, providing visibility into drift, conflict evidence, security audits, missing infrastructure gaps, and tech-stack snapshots. The action ensures that the repo does not forget about stale instructions by using write-capable stubs, drift-fixing commands, and guards.
July 15, 2026
Turbo Repo Sync
Version updated for https://github.com/nullptr-t-oss/turbo-repo-sync to version v1.0.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 Summary: Turbo Repo Sync is a GitHub Action that optimizes Android-style manifest-based project synchronization by using concurrent downloads with aria2c. It provides flexibility in specifying local or remote manifest.xml locations, supports project overrides, handles Git LFS, and works with multiple forge types. The action can be integrated into workflows to quickly set up source trees for building or testing purposes.
July 15, 2026
Obviously Concept Scanner
Version updated for https://github.com/Obviously-Not/concept-scanner to version v1.0.5.
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 The Concept Scanner is an open-source tool that automates the process of identifying and analyzing technical concepts in codebases using local or remote language models. It helps identify distinctive engineering mechanisms, scores them on various quality axes, and saves the results locally. The action supports both Ollama and OpenAI-compatible providers for running the analysis.
July 15, 2026
Runtime Contract Check
Version updated for https://github.com/piotr-adamski/runtime-contract to version v0.1.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 The GitHub Action for runtime-contract checks whether environment variables used by a specific application component are actually supplied to that component in the correct build or runtime phase. It automates the process of static analysis and ensures that configuration contracts are adhered to, without executing code or accessing secret values. The action provides outputs for exit codes, result files, and CLI version verification.