You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve PG version check robustness and efficiency per Qodo feedback:
1. Struct detection: Use sed/grep pipeline to better filter comments and
whitespace, reducing false positives. Isolates struct body boundaries
more reliably before checking for modifications.
2. File iteration: Use while/read loop instead of for loop to correctly
handle filenames that contain spaces.
3. Workflow efficiency: Capture script output once and pass between steps
using GITHUB_OUTPUT multiline strings, eliminating redundant execution.
Changes reduce false positives and improve compatibility while maintaining
the same detection logic.
0 commit comments