Below you will find pages that utilize the taxonomy term “Vanandrew”
April 23, 2026
difftrace
Version updated for https://github.com/vanandrew/difftrace to version v1.3.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 difftrace GitHub Action is designed to optimize CI pipelines for monorepos by identifying which packages are directly or transitively affected by changes in the codebase. It parses uv.lock files to build a workspace dependency graph and maps git diff output to determine impacted packages, enabling workflows to run targeted builds, tests, and deployments instead of processing the entire repository. This action automates change detection, improving CI efficiency and reducing unnecessary resource usage.
April 18, 2026
difftrace
Version updated for https://github.com/vanandrew/difftrace to version v1.2.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 difftrace GitHub Action automates change detection in uv monorepos by identifying which packages are affected by a change, either directly or through transitive dependencies, using a workspace dependency graph and git diff output. This enables CI pipelines to selectively build, test, lint, and deploy only impacted packages, improving efficiency in large monorepos. Key capabilities include zero runtime dependencies, automatic base reference detection, and seamless integration into GitHub workflows for optimized pipeline execution.
April 14, 2026
difftrace
Version updated for https://github.com/vanandrew/difftrace to version v1.1.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 difftrace GitHub Action analyzes changes in monorepos managed by uv to identify directly and transitively affected packages by parsing uv.lock and mapping git diff outputs. It automates CI/CD workflows by determining which packages need to be built, tested, or deployed, reducing unnecessary pipeline executions and improving efficiency. The action provides seamless integration with workflows by handling Python setup, installation, and output parsing, and supports dependency-aware job matrices for targeted CI tasks.
April 14, 2026
difftrace
Version updated for https://github.com/vanandrew/difftrace to version v1.0.4.
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 difftrace GitHub Action is designed for efficient change detection in monorepos using Python. It analyzes the git diff output and a workspace dependency graph to identify both directly and transitively affected packages, enabling CI pipelines to focus only on relevant builds, tests, and deployments. By automating dependency tracking and output integration, it optimizes workflows to save time and resources in complex repositories.