Skip to content

Commit

Permalink
Update SonarCloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
3keyroman committed Jul 30, 2024
1 parent bbf1355 commit c0ee482
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
GITHUB_USER_REF: ${{ secrets.GH_PACKAGE_REPO_USERNAME }}
GITHUB_TOKEN_REF: ${{ secrets.GH_PACKAGE_REPO_PASSWORD }}
run: mvn -B -U verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<properties>
<java.version>21</java.version>
<c3p0.version>0.10.1</c3p0.version>
<sonar.projectKey>3KeyCompany_CZERTAINLY-Scheduler</sonar.projectKey>
<sonar.organization>czertainly</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>CZERTAINLY_CZERTAINLY-Scheduler</sonar.projectKey>
</properties>

<dependencies>
Expand Down

0 comments on commit c0ee482

Please sign in to comment.