ci(1.1): merge binary license checks into build workflow#4601
Merged
Yicong-Huang merged 1 commit intoMay 1, 2026
Conversation
### What changes were proposed in this PR? This PR merges the standalone binary dependency license checks into the existing `Build` workflow. Instead of running a separate `Check binary dependency licenses` workflow with four extra jobs, the license checks now run inside the existing build jobs: - npm license validation runs in the Linux `frontend` job after the production build. - JVM license validation runs in the `scala` job after backend tests. - Python license validation runs in the Python 3.12 matrix entry. - agent-service license validation runs in the Linux `agent-service` job. The dedicated `.github/workflows/check-binary-licenses.yml` workflow is removed so PR checks are less noisy while keeping the underlying validations. ### Any related issues, documentation, discussions? Closes apache#4596 ### How was this PR tested? Not run locally. This change only updates GitHub Actions workflow configuration, and the expected validation path is to let GitHub Actions execute the updated workflow on the PR. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Codex GPT-5
99690cb
into
apache:release/v1.1.0-incubating
17 checks passed
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.
Backport of #4597 to
release/v1.1.0-incubating.What changes were proposed in this PR?
This PR merges the standalone binary dependency license checks into the existing
Buildworkflow.Instead of running a separate
Check binary dependency licensesworkflow with four extra jobs, the license checks now run inside the existing build jobs:frontendjob after the production build.scalajob after backend tests.agent-servicejob.The dedicated
.github/workflows/check-binary-licenses.ymlworkflow is removed so PR checks are less noisy while keeping the underlying validations.Any related issues, documentation, discussions?
Cherry-pick of c4adf7f from #4597.
Closes #4596
How was this PR tested?
CI on the release branch.
Was this PR authored or co-authored using generative AI tooling?
Generated-by: Codex GPT-5