Skip to content

Commit

Permalink
build: test against SonarQube 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison committed Sep 29, 2023
1 parent 127466b commit b7b5a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
SONAR_JAVA_VERSION: 7.16.0.30901
SONAR_SERVER_JAVA_VERSION: 17
# 10.x
- SONAR_SERVER_VERSION: 10.0.0.68432
SONAR_PLUGIN_API_VERSION: 9.14.0.375
- SONAR_SERVER_VERSION: 10.2.1.78527
SONAR_PLUGIN_API_VERSION: 10.1.0.809
SONAR_PLUGIN_API_GROUPID: org.sonarsource.api.plugin
SONAR_JAVA_VERSION: 7.16.1.31255
SONAR_JAVA_VERSION: 7.24.0.32100
SONAR_SERVER_JAVA_VERSION: 17
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b7b5a17

Please sign in to comment.