Skip to content

Commit e9c58c3

Browse files
authored
Merge pull request #2900 from SonarOpenCommunity/guwirth-update-ci
use latest SQ and Scanner for testing
2 parents d38a3ec + 331d9e2 commit e9c58c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cxx-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ jobs:
226226
os: [ubuntu-latest]
227227
java: [ '17' ]
228228
distribution: [ 'temurin' ]
229-
sonarqube: [ '9.9.8.100196', '25.1.0.102122' ]
230-
sonarscanner: [ '6.2.1.4610' ]
229+
sonarqube: [ '9.9.8.100196', '25.3.0.104237' ]
230+
sonarscanner: [ '7.0.2.4839' ]
231231

232232
runs-on: ${{ matrix.os }}
233233
needs: [build-linux, verify-rules]
@@ -367,8 +367,8 @@ jobs:
367367
os: [windows-latest]
368368
java: [ '17' ]
369369
distribution: [ 'temurin' ]
370-
sonarqube: [ '9.9.8.100196', '25.1.0.102122' ]
371-
sonarscanner: [ '6.2.1.4610' ]
370+
sonarqube: [ '9.9.8.100196', '25.3.0.104237' ]
371+
sonarscanner: [ '7.0.2.4839' ]
372372

373373
runs-on: ${{ matrix.os }}
374374
# needs build-linux because of JAR artifacts

0 commit comments

Comments
 (0)