fix(ci): pin Kong/kong-license to a commit SHA instead of @master - #2178
Merged
Conversation
Kong/kong-license's master branch has no branch protection, so an unpinned @master reference lets anyone with push access to that repo run code in this repo's CI, which has access to secrets. Pin to the current master tip (ddccb487a0b319cef85f348b16a1ad2b6d9c1df7), the same SHA already used by other Kong repos such as kong-ee. Ref: KAG-9553
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2178 +/- ##
=======================================
Coverage 35.92% 35.92%
=======================================
Files 82 82
Lines 7832 7832
=======================================
Hits 2814 2814
Misses 4753 4753
Partials 265 265 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
tiany
approved these changes
Aug 4, 2026
windmgc
approved these changes
Aug 4, 2026
Water-Melon
approved these changes
Aug 5, 2026
Prashansa-K
approved these changes
Aug 5, 2026
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
Kong/kong-license'smasterbranch has no branch protection, so the unpinnedKong/kong-license@masterreference inintegration-ai-gateway.yamllets anyone with push access to that repo run code in this repo's CI, which has access to secrets.mastertip (ddccb487a0b319cef85f348b16a1ad2b6d9c1df7), the same SHA already used by other Kong repos (e.g. kong-ee) and by this repo's own other workflows.