ci: init submodules recursively for hawk-mcpkit - #141
Merged
Conversation
…nversion (#140) - Update alpine base image to 3.23.5 for Trivy scan compliance - Update 6 submodule pointers to latest remote HEADs (eyrie, hawk-core-contracts, inspect, sight, tok, yaad) - Convert hawk-mcpkit from nested repo to proper git submodule - Add hawk-mcpkit to go.work and go.mod - Update check-submodule-release-parity.sh to include hawk-mcpkit - Apply formatting fixes (gofumpt var blocks) Co-Authored-By: Claude <noreply@anthropic.com>
…cpkit - Add submodules: recursive to all actions/checkout steps - Replace manual 'git clone hawk-mcpkit' with 'git submodule update --init hawk-mcpkit' - Remove redundant go vet error diagnostics - Fixes test/lint/smoke failures caused by missing hawk-mcpkit/go.mod in CI Co-Authored-By: Claude <noreply@anthropic.com>
- Remove submodules:recursive (shallow clone can't reach pinned commits) - Keep fetch-depth:0 so checkout-eyrie can read gitlinks - hawk-mcpkit initialized via 'git submodule update --init' Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
The checkout-eyrie action only initializes external/ repos. hawk-mcpkit lives at the repo root and needs explicit init. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR is a follow-up to #140 and must be merged after it.
🤖 Generated with Claude Code