January 26, 2026
helmfile-action
Version updated for https://github.com/helmfile/helmfile-action to version v2.1.1.
This action is used across all versions by 97 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The helmfile-action GitHub Action simplifies the setup and usage of Helmfile and Helm in workflows across Linux, macOS, and Windows environments. It automates tasks such as initializing Helmfile, managing Helm plugins, and executing Helmfile commands with specified arguments, streamlining Kubernetes configuration and deployment processes.
January 26, 2026
Official Junie GitHub Action (BETA)
Version updated for https://github.com/JetBrains/junie-github-action to version v0.5.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Junie GitHub Action integrates JetBrains’ AI coding agent, Junie, into GitHub workflows to automate tasks such as code changes, issue resolution, pull request (PR) management, and merge conflict resolution. It enables intelligent code analysis, automated fixes, inline code reviews, and CI failure analysis while providing interactive responses to developer comments and requests.
January 26, 2026
Caliper - iOS App Size Analyzer
Version updated for https://github.com/kibotu/caliper to version 1.2.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Caliper is a GitHub Action designed to analyze iOS app bundle sizes at the module level, providing detailed insights into binary sizes, asset usage, module ownership, and Swift package versions. It automates the generation of interactive, searchable HTML reports that help teams track size metrics, identify optimization opportunities, and assign ownership responsibility for modules.
January 26, 2026
LogixDev GitHub Actions Linter
Version updated for https://github.com/LogixDevCo/gh-linter 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 GitHub Actions Workflow Linter is a GitHub Action that automatically analyzes and validates GitHub Actions workflow files using actionlint, ensuring they adhere to correct syntax and best practices. It automates the detection of common errors, deprecated syntax, insecure configurations, and shell script issues while providing detailed error reports, file annotations, and improvement suggestions.
January 26, 2026
LogixDev Python Linter
Version updated for https://github.com/LogixDevCo/python-lint 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 Python Lint Action (Ruff) is a GitHub Action that automates Python code linting using the Ruff linter. It efficiently identifies and annotates issues in changed Python files, providing detailed error reporting and GitHub step summaries. This action is optimized for speed, supports customizable linting rules, and eliminates the need for manual linting, streamlining code quality enforcement in CI workflows.
January 26, 2026
LogixDev Terraform Linter
Version updated for https://github.com/LogixDevCo/tf-lint 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 The “Terraform Lint Action” is a GitHub Action designed to automate the process of linting Terraform code using TFLint. It identifies issues, enforces best practices, and provides detailed feedback through GitHub step summaries and file annotations, ensuring code quality and compliance. This action simplifies Terraform code validation, supports custom configurations, and integrates seamlessly into CI/CD workflows.
January 26, 2026
Git Velocity Analyser
Version updated for https://github.com/lukaszraczylo/git-velocity to version v0.3.6.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Git Velocity is a GitHub Action that gamifies and visualizes developer activity by analyzing GitHub repositories to provide comprehensive velocity metrics, such as commits, pull requests, and code reviews. It automates the generation of a detailed, interactive dashboard with performance analytics, achievements, and team leaderboards, helping developers and teams track productivity, foster engagement, and identify activity trends.
January 26, 2026
LiteCov
Version updated for https://github.com/manashmandal/litecov to version v2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary LiteCov is a lightweight GitHub Action that automates code coverage reporting by detecting coverage files, supporting multiple formats (e.g., LCOV, Cobertura XML), and posting clear summaries as pull request comments. It eliminates the need for external infrastructure, simplifies integration, and provides features like commit status updates, customizable coverage thresholds, and clickable links to uncovered lines, enabling teams to easily track and improve test coverage.
January 26, 2026
Forbid Merge Commits
Version updated for https://github.com/motlin/forbid-merge-commits-action to version v1.0.7.
This action is used across all versions by 23 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Forbid Merge Commits” GitHub Action enforces clean, semi-linear git history by failing pull requests that include merge commits. It prevents developers from using merge commits to update their branches, promoting the use of rebasing instead, which simplifies git log graphs and avoids confusing “foxtrot commits.