Skip to content

Commit

Permalink
use latest SQ and scanner versions for CI testing
Browse files Browse the repository at this point in the history
- sonarqube-10.7.0.96327
- sonarqube-9.9.7.96285
- sonar-scanner-cli-6.2.1.4610
  • Loading branch information
guwirth committed Oct 8, 2024
1 parent bff2690 commit ea023a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cxx-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ea023a2

Please sign in to comment.