December 29, 2025
Vigilnz Security Scan
Version updated for https://github.com/Vigilnz/vigilnz-scan-action to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Vigilnz Security Scan GitHub Action automates vulnerability scanning for repositories within CI/CD workflows. It provides capabilities for Software Composition Analysis (SCA), Static Application Security Testing (SAST), and Software Bill of Materials (SBOM) generation, enabling developers to proactively identify and address security issues.
December 29, 2025
claude-on-call
Version updated for https://github.com/vignesh07/oncall-agent to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The oncall-agent GitHub Action automates the response to production alerts by integrating with monitoring tools like PagerDuty, Datadog, and Prometheus. It parses alerts, deduplicates them, creates GitHub issues to track incidents, analyzes code using AI (Claude Code), and proposes solutions by either opening pull requests with fixes or providing analysis.
December 29, 2025
VulnPath - Package Usage Security Scanner
Version updated for https://github.com/bashebr/vulnpath-action to version v0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The VulnPath GitHub Action helps prioritize security fixes by analyzing your codebase to determine if vulnerable dependencies flagged by Dependabot are actually being used. It supports Node.js and PHP projects, scans dependency files, and performs usage analysis to identify active imports or namespaces.
December 29, 2025
Aptu Triage
Version updated for https://github.com/clouatre-labs/aptu to version v0.2.10.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Aptu is an AI-powered triage utility designed for automating issue and pull request management in open-source projects. It leverages efficient AI models to summarize issues, suggest labels, generate clarifying questions, review pull requests, and curate release notes. The GitHub Action feature streamlines workflows by auto-triaging new issues with labels and comments, helping maintainers manage repositories more effectively.
December 29, 2025
Translate i18n Files
Version updated for https://github.com/EvenToNight/auto-i18n to version v1.6.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Auto i18n Translator” GitHub Action automates the process of translating JavaScript/TypeScript localization files into multiple languages using Google Translate. It provides features like smart change detection to translate only modified keys, the ability to preserve custom translations using markers, and automatic commits of updated translations.
December 29, 2025
Node PR Versioning
Version updated for https://github.com/henrynoowah/node-pr-versioning to version v1.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Node PR Versioning, automates the versioning process for repositories by updating the package.json file based on labels applied to pull requests. It determines whether to increment the version as major, minor, or patch, commits the changes, and optionally creates tags for the new version.
December 29, 2025
Push Version Tags
Version updated for https://github.com/ovsds/push-version-tags-action to version v1.4.0.
This action is used across all versions by 16 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Push Version Tags Action” is a GitHub Action designed to automate the creation of supplementary version tags (e.g., major and minor tags) for a repository based on a base version. For instance, given a version like v1.2.3, it can automatically generate tags such as v1 and v1.
December 29, 2025
pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.3.1.
This action is used across all versions by 145 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The pinact-action GitHub Action automates the process of pinning GitHub Actions and reusable workflows in workflow files to specific versions, ensuring stability and security by preventing unintended updates. It can validate files for proper version pinning, with the option to push a commit to enforce changes or fail CI if pinning is not correctly applied.
December 29, 2025
Api for Allure Docker Service
Version updated for https://github.com/dimashabalin/allure-docker-service-api-action to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action integrates with the Allure Docker Service to automate the process of managing test result reports. It provides functionality to upload test results, generate reports, clean up results, and delete projects, streamlining the workflow for managing Allure reports. This action simplifies the reporting process by automating tasks like project creation, result uploads, and report generation, reducing manual effort for users.