From ea023a27c261e4f9c6bed3a86a071f14e125e84c Mon Sep 17 00:00:00 2001 From: guwirth Date: Tue, 8 Oct 2024 18:11:29 +0200 Subject: [PATCH] use latest SQ and scanner versions for CI testing - sonarqube-10.7.0.96327 - sonarqube-9.9.7.96285 - sonar-scanner-cli-6.2.1.4610 --- .github/workflows/cxx-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cxx-ci.yml b/.github/workflows/cxx-ci.yml index a908d582a..d34a4d2f8 100644 --- a/.github/workflows/cxx-ci.yml +++ b/.github/workflows/cxx-ci.yml @@ -308,8 +308,8 @@ jobs: os: [ubuntu-latest] java: [ '17' ] distribution: [ 'temurin' ] - sonarqube: [ '9.9.6.92038', '10.6.0.92116' ] - sonarscanner: [ '6.1.0.4477' ] + sonarqube: [ '9.9.7.96285', '10.7.0.96327' ] + sonarscanner: [ '6.2.1.4610' ] runs-on: ${{ matrix.os }} needs: [build-linux, verify-rules] @@ -449,8 +449,8 @@ jobs: os: [windows-latest] java: [ '17' ] distribution: [ 'temurin' ] - sonarqube: [ '9.9.6.92038', '10.6.0.92116' ] - sonarscanner: [ '6.1.0.4477' ] + sonarqube: [ '9.9.7.96285', '10.7.0.96327' ] + sonarscanner: [ '6.2.1.4610' ] runs-on: ${{ matrix.os }} # needs build-linux because of JAR artifacts