mirror of
https://github.com/LearningCircuit/local-deep-research.git
synced 2026-06-16 03:51:07 +03:00
- Quote $GITHUB_BASE_REF to prevent word splitting (SC2086) - Quote $FILE_SIZE in echo (SC2086) - Use read -r to prevent backslash mangling (SC2162)