SIGN IN SIGN UP
langflow-ai / langflow UNCLAIMED

Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

0 0 1 Python

ci: update workflows and extend detect-secrets exclude (#10286)

* chore: update pre-commit configuration to exclude specific JSON file from secrets detection

- Modified the exclude pattern for the detect-secrets hook to prevent false positives for the component_index.json file located in src/lfx/src/lfx/_assets.

* ci: update GitHub Actions workflow to enhance security for pull request handling

- Changed the event trigger from `pull_request` to `pull_request_target` to improve security when handling forked pull requests.
- Updated conditions for repository checkout and dependency installation to ensure safe execution only for same-repo pull requests.
- Adjusted PR comment conditions to reflect the new event trigger, maintaining functionality for both community forks and same-repo updates.
G
Gabriel Luiz Freitas Almeida committed
424b6202b5c72b76dd4e9e3de9fd683c733fe904
Parent: c83ba92
Committed by GitHub <noreply@github.com> on 10/15/2025, 2:42:38 PM