gnodet opened a new pull request, #26833: URL: https://github.com/apache/camel/pull/26833
## Problem The `Dependency Analysis` workflow (`dep-check.yml`) is consistently marking PR checks with a red indicator due to false positives — in particular: ``` Failed to parse plugin descriptor for org.apache.camel:camel-yaml-dsl-validator-maven-plugin:4.23.0-SNAPSHOT: No plugin descriptor found at META-INF/maven/plugin.xml ``` Even though the workflow has `continue-on-error: true`, failed steps still show as red in the PR check summary, making it harder to identify PRs that are genuinely ready to review or merge. ## Fix Remove `dep-check.yml` until the underlying false-positive issues are resolved upstream in pilot. The workflow was non-blocking and provided no actionable signal in its current state. Fixes: https://issues.apache.org/jira/browse/CAMEL-24985 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
