Skip to content

Commit d67fbc5

Browse files
committed
👷 Get rid of Sonar run, since there is automatic analysis
Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
1 parent f7245cf commit d67fbc5

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

‎.github/workflows/build.yaml‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
restore-keys: |
2525
snapshot-maven-
2626
27-
- name: Cache SonarCloud packages
28-
uses: actions/cache@v5
29-
with:
30-
path: ~/.sonar/cache
31-
key: ${{ runner.os }}-sonar
32-
restore-keys: ${{ runner.os }}-sonar
33-
3427
- name: Set up JDK 17
3528
uses: actions/setup-java@v5
3629
with:
@@ -41,5 +34,4 @@ jobs:
4134
- name: Build with Maven
4235
env:
4336
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
45-
run: mvn --batch-mode --update-snapshots verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=dNationCloud_hetzner-cloud-client-java
37+
run: mvn --batch-mode --update-snapshots verify

‎pom.xml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
<maven.compiler.source>1.8</maven.compiler.source>
5151
<maven.compiler.target>1.8</maven.compiler.target>
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
53-
<sonar.organization>dnationcloud</sonar.organization>
54-
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
5553
</properties>
5654
<dependencies>
5755
<dependency>

0 commit comments

Comments
 (0)