fix(ci): maintain workflow dependencies through canonical provenance - #91
Merged
Merged
Conversation
Signed-off-by: rldyourmnd <danil@nddev.it.com>
Signed-off-by: rldyourmnd <danil@nddev.it.com>
Signed-off-by: rldyourmnd <danil@nddev.it.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.
Dependabot #84 edited the generated Go caller directly, which left its anchor and bundle provenance at the previous reusable reference. Natural CI failures #85, #86 and #87 reported that mismatch.
This replacement adopts the proposed immutable references through
ci.workflow_ref, regenerates the caller and bundle lock with GDS, and corrects the publisher commit annotation. The Go and CodeQL reusable workflow contents are identical between the old and new CI refs. The Dependabot ignore now names only the actual generated Go dependency; independent workflow proposals remain enabled. Obsolete instructions naming nonexistent scripts are removed.Validation: 47 Python tests, actionlint and repeated native projection checks passed. Full Go quick validation passed after regenerating the projection goldens from the changed anchor; the context and projection regressions also passed. Original bot history is preserved; this replacement uses signed canonical author commits.
Closes #85.
Closes #86.
Closes #87.
Supersedes #84 after integration.