Fix ci check error#5251
Merged
xwm1992 merged 8 commits intoapache:masterfrom May 9, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR aims to resolve CI check failures by updating GitHub Actions workflow dependencies and refreshing stored third-party license snapshots, plus a small correctness fix in the standalone storage broker’s topic deletion path.
Changes:
- Updated multiple GitHub Actions workflows to newer major versions of common actions (checkout, setup-java, setup-gradle).
- Refreshed/updated several
tools/dist-license“downloaded” license artifacts (ICU, EPL, GPL+Classpath exception, Apache License page, Bouncy Castle, etc.). - Ensured
StandaloneBroker#deleteTopicIfExistalso clearssubscribeContainerfor the deleted topic.
Reviewed changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
tools/dist-license/licenses/java/Unicode-ICU License-downloaded-LICENSE |
Updates ICU license text and appends third-party MIT notice section. |
tools/dist-license/licenses/java/Indiana University Extreme! Lab Software License, vesion 1.1.1-downloaded-LICENSE.txt |
Removes outdated “site deprecated” content from the stored snapshot. |
tools/dist-license/licenses/java/GNU General Public License, version 2 with the GNU Classpath Exception-downloaded-secondary-gpl-2.0-cp |
Updates stored Eclipse license page snapshot content. |
tools/dist-license/licenses/java/EPL 1.0-downloaded-eclipse-1.0.php |
Updates stored OSI EPL-1.0 page snapshot content (large HTML delta). |
tools/dist-license/licenses/java/Bouncy Castle Licence-downloaded-licence.html |
Adds a stored snapshot of the Bouncy Castle license page. |
tools/dist-license/licenses/java/AL 2.0-downloaded-LICENSE-2.0.html |
Updates stored Apache License 2.0 page snapshot content. |
eventmesh-storage-plugin/eventmesh-storage-standalone/.../StandaloneBroker.java |
Removes topic entries from both message and subscription containers on delete. |
.github/workflows/license.yml |
Bumps action versions used by the license-check workflow. |
.github/workflows/docker.yml |
Bumps checkout action version for Docker release workflow. |
.github/workflows/code-scanning.yml |
Bumps action versions used by CodeQL workflow. |
.github/workflows/ci.yml |
Bumps action versions used by CI workflow. |
.github/workflows/auto-dependabot.yml |
Minor formatting/indentation adjustment for env block. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| s.parentNode.insertBefore(gd, s); | ||
| })(); | ||
| </script> | ||
| <p>Please note the Bouncy Caste License should be read in the same way as the <a href="http://opensource.org/licenses/MIT">MIT license</a>.</p> |
MajorHe1
approved these changes
May 9, 2026
wqliang
approved these changes
May 9, 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.
Fixes ci check error, upgrade ci version
Motivation
Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.
Modifications
Describe the modifications you've done.
Documentation