Run CodeQL on chart release-branch pull requests and pushes - #70727
Merged
Lee-W merged 1 commit intoJul 31, 2026
Merged
Conversation
Pull requests targeting this branch never ran CodeQL: the chart release-branch patterns were missing from the CodeQL trigger filters, so the security analysis that gates main was silently absent here while the rest of the test suite reported normally. GitHub resolves trigger filters from the workflow files on the target branch, so the equivalent fix on main (apache#69626) does not apply here and has to land on the release branch itself.
Lee-W
requested review from
amoghrajesh,
ashb,
bugraoz93,
gopidesupavan,
jason810496,
jscheffl,
kaxil and
potiuk
as code owners
July 30, 2026 08:51
Lee-W
marked this pull request as draft
July 30, 2026 09:02
potiuk
approved these changes
Jul 30, 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.
Pull requests targeting this branch never run CodeQL: the
chart/release-branch patterns are missing from this branch's CodeQL trigger filters,
so the security analysis that gates
mainis silently absent here while therest of the test suite reports normally. Verified on the most recent merged PR
into this branch — a full green test suite, zero CodeQL checks.
The test pipeline itself is unaffected and already runs, so
ci-amd-arm.ymlisdeliberately left alone. Only the CodeQL filters change.
GitHub resolves trigger filters from the workflow files on the target branch,
so the equivalent fix on
main(#69626) is a no-op here and has to land on therelease branch itself.
related: #69626
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 5) following the guidelines