Skip to content

Commit 5491c75

Browse files
committed
fix server id, update sonar task versions
1 parent c9db87a commit 5491c75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
java-version: "11"
2222
distribution: "adopt"
23-
server-id: ossrh
23+
server-id: central
2424
server-username: MVN_CENTRAL_USERNAME
2525
server-password: MVN_CENTRAL_PASSWORD
2626
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
displayName: Analyse code with SonarQube
1010

1111
steps:
12-
- task: SonarCloudPrepare@2
12+
- task: SonarCloudPrepare@3
1313
displayName: 'Prepare SonarCloud analysis'
1414
inputs:
1515
SonarCloud: 'SonarCloud'
@@ -32,13 +32,13 @@ jobs:
3232
effectivePomSkip: false
3333
sonarQubeRunAnalysis: false
3434

35-
- task: SonarCloudAnalyze@2
35+
- task: SonarCloudAnalyze@3
3636
inputs:
3737
jdkversion: 'JAVA_HOME_21_X64'
3838
displayName: 'Run SonarCloud code analysis'
3939
continueOnError: true
4040

41-
- task: SonarCloudPublish@2
41+
- task: SonarCloudPublish@3
4242
displayName: 'Publish SonarCloud quality gate results'
4343
inputs:
4444
pollingTimeoutSec: '300'

0 commit comments

Comments
 (0)