Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sonarqube.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: sonarqube
version: "25.6.0.109173"
epoch: 0
epoch: 1
description: SonarQube is an open source platform for continuous inspection of code quality (Community Build)
copyright:
- license: LGPL-3.0-or-later
Expand Down Expand Up @@ -42,6 +42,8 @@ pipeline:
tag: ${{package.version}}
expected-commit: 1000fd8a984575bcddc80653398655ed48f39fd3

- uses: maven/pombump

- uses: patch
with:
patches: sonar-eclipse-GHSA-vrpq-qp53-qv56.patch GHSA-hq9p-pm7w-8p54-remediation.patch
Expand Down
4 changes: 4 additions & 0 deletions sonarqube/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
patches:
- groupId: io.netty
artifactId: netty-handler
version: 4.1.118.Final
Loading