Skip to content

CI: Update change detection#11

Merged
kennethmyhra merged 1 commit intomainfrom
ci/update-filter-action
Mar 7, 2026
Merged

CI: Update change detection#11
kennethmyhra merged 1 commit intomainfrom
ci/update-filter-action

Conversation

@losolio
Copy link
Copy Markdown
Contributor

@losolio losolio commented Mar 7, 2026

This removes our dependency on an external GitHub Action for change detection and keeps the workflow logic self-contained in the repository. The main goal is to reduce supply-chain exposure.

This removes our dependency on an external GitHub Action for change detection
and keeps the workflow logic self-contained in the repository. The main goal is
to reduce supply-chain exposure.
Copilot AI review requested due to automatic review settings March 7, 2026 14:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR replaces the third-party dorny/paths-filter GitHub Action with a self-contained shell script for detecting changed file paths, reducing supply-chain exposure. The new script uses git diff and grep to determine which subdirectories have changed and sets corresponding outputs that gate downstream CI jobs.

Changes:

  • Replaced dorny/paths-filter@v3 with a custom bash script that uses git diff --name-only and grep to detect changes across api, web, and infra paths.
  • Pinned actions/checkout to a specific commit SHA (claimed v6.0.2) with fetch-depth: 0 to support full history diffing.
  • Updated step and output references from steps.filter.outputs.* to steps.check.outputs.*.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@losolio losolio assigned kennethmyhra and unassigned kennethmyhra Mar 7, 2026
@losolio losolio requested a review from kennethmyhra March 7, 2026 15:00
@kennethmyhra kennethmyhra merged commit 1058a51 into main Mar 7, 2026
10 checks passed
@kennethmyhra kennethmyhra deleted the ci/update-filter-action branch March 7, 2026 16:52
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