From 036a0f5349c060deb7db3915d9b4c49148352a7a Mon Sep 17 00:00:00 2001 From: guwirth Date: Wed, 14 Aug 2024 11:51:52 +0200 Subject: [PATCH] use SQ 9.9.6.92038 for testing --- .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 ac904d506e..898a9995ca 100644 --- a/.github/workflows/cxx-ci.yml +++ b/.github/workflows/cxx-ci.yml @@ -321,12 +321,12 @@ jobs: os: [ubuntu-latest] java: [ '11', '17' ] distribution: [ 'temurin' ] - sonarqube: [ '8.9.10.61524', '9.9.4.87374' ] + sonarqube: [ '8.9.10.61524', '9.9.6.92038' ] sonarscanner: [ '4.8.0.2856' ] exclude: - sonarqube: '8.9.10.61524' java: '17' - - sonarqube: '9.9.4.87374' + - sonarqube: '9.9.6.92038' java: '11' runs-on: ${{ matrix.os }} @@ -467,12 +467,12 @@ jobs: os: [windows-latest] java: [ '11', '17' ] distribution: [ 'temurin' ] - sonarqube: [ '8.9.10.61524', '9.9.4.87374' ] + sonarqube: [ '8.9.10.61524', '9.9.6.92038' ] sonarscanner: [ '4.8.0.2856' ] exclude: - sonarqube: '8.9.10.61524' java: '17' - - sonarqube: '9.9.4.87374' + - sonarqube: '9.9.6.92038' java: '11' runs-on: ${{ matrix.os }}