Skip to content

Commit

Permalink
Merge pull request #2773 from guwirth/test-sq-10.7
Browse files Browse the repository at this point in the history
use latest SQ and scanner versions for CI testing
  • Loading branch information
guwirth authored Oct 8, 2024
2 parents bff2690 + ea023a2 commit d3806b4
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 d3806b4

Please sign in to comment.