Skip to content

Commit

Permalink
Sonarcloud -.-
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Jul 13, 2024
1 parent e28f56b commit 3825444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -28,5 +29,5 @@ jobs:
dbus-java-transport-native-unixsocket/pom.xml
dbus-java-transport-tcp/pom.xml
dbus-java-utils/pom.xml
- name: SonarCloud Scan
run: mvn -B clean verify -Psonarcloud -Dsonar.login=${{ secrets.SONAR_TOKEN }}
- name: SonarCloud Scan
run: mvn -B clean verify -Psonarcloud -Dsonar.login=${{ secrets.SONAR_TOKEN }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
<check.skip-sonar>false</check.skip-sonar>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>hypfvieh</sonar.organization>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 3825444

Please sign in to comment.