Skip to content

Conversation

@withinfocus
Copy link
Contributor

🎟️ Tracking

Issue seen from the addition of the validator in #21, at #15.

πŸ“” Objective

The validation workflow was failing with a fatal error when computing changed files between branches. The workflow used a shallow git clone (default behavior) but needed full history to run git diff commands between the base branch and PR head.

Added fetch-depth: 0 to the checkout action to fetch full git history instead of a shallow clone. This allows the workflow to properly compute diffs and identify changed plugin files across branch merges.

@withinfocus withinfocus requested a review from a team as a code owner January 6, 2026 16:44
@github-actions
Copy link

github-actions bot commented Jan 6, 2026

Logo
Checkmarx One – Scan Summary & Details – 059fcdd7-ed01-47ff-a6eb-9157dcdb74ca

Great job! No new security vulnerabilities introduced in this pull request

@withinfocus withinfocus merged commit e192a23 into main Jan 6, 2026
11 checks passed
@withinfocus withinfocus deleted the depth branch January 6, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants