ci: vendor validation scripts and remove remote action pins - #50
Conversation
CI failed: A2ML manifest validation failed due to missing required identity fields in a manifest file, and CodeQL failed because no JavaScript/TypeScript source code was found to analyze.OverviewTwo failures occurred during CI execution: an A2ML manifest validation failure (likely related to the PR changes regarding validation scripts) and a CodeQL configuration error due to missing JavaScript/TypeScript source files. FailuresA2ML Validation Failure (confidence: high)
CodeQL Configuration Error (confidence: high)
Summary
Code Review ✅ Approved 2 resolved / 2 findingsVendors validation scripts and removes remote action pins to fix CI. Consider addressing the while-read loops skipping a file's final line and the empty PATHS_IGNORE array causing aborts on bash < 4.4.
✅ 2 resolved✅ Edge Case: while-read loops skip a file's final line if no trailing newline
✅ Bug: Empty PATHS_IGNORE array under set -u aborts on bash < 4.4
Tip Comment OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
Automated PR to fix CI after deleted actions.