ci: vendor validation scripts and remove remote action pins - #47
Conversation
CI failed: CI failures occurred in validation jobs due to missing required identity fields in A2ML manifests and missing magic numbers/pedigree fields in K9 contract files.OverviewTwo validation jobs failed during the CI run: A2ML manifest validation failed due to missing identity fields, and K9 contract validation failed due to missing magic numbers and pedigree metadata in contract files. FailuresA2ML Manifest Validation Failure (confidence: high)
K9 Contract Validation Failure (confidence: high)
Summary
Code Review ✅ ApprovedVendors validation scripts into .githooks and updates the dogfood-gate workflow to run them locally instead of relying on remote actions. No issues found.
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.
Summary by Gitar
.githooks/validate-a2ml.shfor A2ML manifest checking.githooks/validate-k9.shfor K9 configuration checking.github/workflows/dogfood-gate.ymlto execute local validation scripts instead of remote actionsThis will update automatically on new commits.