Skip to content

Commit

Permalink
test with different sonarscanner versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guwirth committed Aug 16, 2024
1 parent 3208dc0 commit 9ef0451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: [ '10.6.0.92116' ]
sonarscanner: [ '4.8.1.3023', '5.0.0.2966', '5.0.1.3006', '6.0.0.4432', '6.1.0.4477' ]

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: [ '10.6.0.92116' ]
sonarscanner: [ '4.8.1.3023', '5.0.0.2966', '5.0.1.3006', '6.0.0.4432', '6.1.0.4477' ]

runs-on: ${{ matrix.os }}
# needs build-linux because of JAR artifacts
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/features/webapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


SONAR_URL = ('http://localhost:9000')
SONAR_LOGIN = os.getenv('sonar.token', 'admin')
SONAR_LOGIN = os.getenv('sonar.login', 'admin')
SONAR_PASSWORD = os.getenv('sonar.password', 'admin')


Expand Down

0 comments on commit 9ef0451

Please sign in to comment.