Run CodeQL on chart release-branch pull requests and pushes - #70728
Merged
Lee-W merged 3 commits 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:52
Lee-W
marked this pull request as draft
July 30, 2026 09:03
The ASF organisation-level Actions allowlist no longer permits the af78098f (v3.0.1) pin, and GitHub blocks the entire workflow at startup rather than failing the single step, so the test pipeline on this branch cannot start at all and asf-allowlist-check reports the pin directly. v3.0.3 is already allowlisted and in use on chart/v1-2x-test, and stays within the same major version so the step inputs are unchanged.
potiuk
approved these changes
Jul 30, 2026
Lee-W
marked this pull request as ready for review
July 31, 2026 03:32
The ASF organisation-level Actions allowlist no longer permits the pins this branch carries for astral-sh/setup-uv and aws-actions/configure-aws-credentials, and GitHub blocks the whole workflow at startup rather than failing the single step, so the test pipeline on this branch cannot start at all. These are the last two allowlist violations on the branch; the pins chosen are the ones chart/v1-2x-test already runs green with, so they are known to be both allowlisted and compatible with workflows of this vintage.
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.
The test pipeline itself is unaffected and already runs, so
ci-amd-arm.ymlisdeliberately left alone. Only the CodeQL filters change.
Same change as the companion PR against
chart/v1-2x-test.related: #69626
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 5) following the guidelines