July 17, 2026
Feishu Notification
Version updated for https://github.com/Waybox-AI/feishu-notification to version v1.0.21.
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 sends interactive card notifications to a Feishu (Lark) group chat when pull request events occur in your repository, providing notifications on PR opened, new commits pushed, and merged into the main branch. It skips closed PRs or those not merged into main.
July 17, 2026
Kimi Code Action
Version updated for https://github.com/xuwenhao/kimi-code-action to version v0.0.2.
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 code review and implementation tasks in pull requests and issues using the kimi-code CLI. It detects which mode to run based on events like comments or mentions of @kimi. Features include automatic mode detection, interactive code assistance, code review, code implementation, progress tracking, commit signing, session resume, and security hardening. The action runs entirely on GitHub runners with minimal external calls.
July 17, 2026
Kover Report Action
Version updated for https://github.com/yshrsmz/kover-report-action to version v3.1.2.
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 Kover Report Action is a GitHub Action designed to generate and report code coverage from Kover XML reports in Kotlin/Android projects using multi-module support. It supports various discovery methods and customizable thresholds, enabling easy integration into CI/CD workflows. The action also provides automatic PR comments for coverage results with trend indicators and allows exporting coverage data for further use.
July 17, 2026
Agent Lint
Version updated for https://github.com/zhupanov/agent-lint to version v2.7.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 Agent Lint is a versatile linter for Claude Code, Cursor, and Codex configurations. It checks for various issues related to manifest files, hook paths, skill frontmatter, agent fields, prompt content, Claude rules, output styles, settings, hygiene, email format, user configuration, MCP server setup, Codex configuration, Cursor rules, and Cursor skills. The tool supports both Basic and Plugin modes based on the presence of .claude-plugin/ in the repository, and it provides a GitHub Action for easy integration into CI pipelines.
July 17, 2026
Draugr Security Scan
Version updated for https://github.com/draugr-dev/draugr to version v0.20.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 This GitHub Action, Draugr, automates developer-first security scanning of applications. It uses a single descriptor file (draugr.saga.yaml) to declare software components and dependencies, enabling the orchestration of various security controls such as image scanning with Trivy, secret detection with Gitleaks, and source code analysis with Semgrep. Draugr normalizes results to SARIF format for easy integration into continuous integration pipelines, allowing developers to prioritize and gate scans based on criticality levels.
July 17, 2026
Semantic Version Release
Version updated for https://github.com/EasyDesk/action-semver-release to version v1.1.8.
This action is used across all versions by 67 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 updating major and minor version tags when a release is triggered, creating corresponding GitHub releases, and handling semantic versioning to ensure version consistency. It supports handling conditional execution based on version format, making it suitable for projects that require precise version management and tagging practices.
July 17, 2026
Pitwall k6 Report
Version updated for https://github.com/florin-stefan/pitwall-k6 to version 0.3.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 This GitHub Action, Pitwall-k6, automates the process of generating and serving a comprehensive HTML report from k6 load test results. It parses various output formats (raw JSON stream, summary files) to reconstruct detailed metrics including thresholds, checks, and pass/fail verdicts. The generated report includes charts for trends across runs and a glossary of key metrics. Users can easily serve the report locally or directly in their web applications, making it accessible without additional backend infrastructure.
July 17, 2026
AI Plugin Scanner
Version updated for https://github.com/hashgraph-online/ai-plugin-scanner-action to version v1.2.509.
This action is used across all versions by 19 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The action automates the security, publishability, runtime readiness, and trust signal verification of AI plugin repositories across Codex, Claude, Gemini, and OpenCode ecosystems. It emits structured reports, SARIF, policy results, and submission metadata while staying aligned with the main scanner release train. The default install path uses an exact PyPI release, verifies its provenance against hol-guard, and only then installs it. Advanced distribution paths are available when needed.
July 17, 2026
HOL Codex Plugin Scanner
Version updated for https://github.com/hashgraph-online/hol-codex-plugin-scanner-action to version v1.2.509.
This action is used across all versions by 12 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 scanning of AI plugin repositories across Codex, Claude, Gemini, and OpenCode ecosystems. It checks for security, publishability, runtime readiness, and trust signals, emitting structured reports, SARIF, policy results, and submission metadata. The action stays aligned to the main scanner release train and can be used in workflows by specifying paths and execution modes.
July 17, 2026
action-tag-release-build
Version updated for https://github.com/heronlabs/action-tag-release-build to version v6.0.7.
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 “tag-release-build” automates the process of bumping the version number, creating a tag, updating a CHANGELOG, and optionally publishing a release in GitLab CI/CD pipelines. It uses semantic versioning based on commit messages to determine the type of update (major, minor, or patch). The action supports syncing the updated version with package.json files and Claude Code plugin files for easy integration into existing projects.