Skip to content

Commit 82a6c45

Browse files
committed
Added tokens
1 parent b4ea880 commit 82a6c45

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,8 @@ jobs:
6161
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
6262
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6363

64-
- name: SonarCloud Scan
65-
uses: SonarSource/sonarcloud-github-action@v1.6
66-
6764
- name: Sonar
68-
run: mvn sonar:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
65+
run: mvn org.sonarsource.scanner.maven:sonar -Dsonar.projectKey=org.utplsql:utplsql-maven-plugin
6966
env:
7067
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7168
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)