Skip to content

Conversation

@gtoison
Copy link
Contributor

@gtoison gtoison commented Nov 26, 2025

No description provided.

@gtoison gtoison self-assigned this Nov 26, 2025
@gtoison gtoison added the dependencies Pull requests that update a dependency file label Nov 26, 2025
Copy link
Contributor

@JuditKnoll JuditKnoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just for reference the dependency upgrade PR by the renovate bot, where the build is failing with the same reason: #1365

.setProperty("sonar.dynamicAnalysis", "false")
.setProperty("sonar.findbugs.confidenceLevel", "low")
.setGoals("clean package sonar:sonar");
.setCleanPackageSonarGoals();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When comparing the 6.0.0.3852 and 6.0.1.3892 versions or sonar-orchestrator (see compare), it looks like the org.sonarsource.scanner.maven:sonar-maven-plugin version was frozen at 4.0.0.4121. (See the relevant ticket.)
From the pom, it looks like the project right now uses 5.3.0.6276:

sonar-findbugs/pom.xml

Lines 345 to 349 in 98d66cd

<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>5.3.0.6276</version>
</plugin>

Maybe it could be tried to run it with the specific version sonar-findbugs or waiting for the next release with the update?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With 6.0.2.3904 version the ci build is successful again at #1365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants