Skip to content

Commit

Permalink
Fixes #83 - Remove SonarCloud from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated workflow committed Oct 28, 2023
1 parent b3cabd1 commit b764d51
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,3 @@ jobs:
java-version: 17
- name: Build with Maven
run: mvn -B -DskipTests package
sonarcloud:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 17
- name: Analyze with SonarCloud
run: |
mvn -B -DskipTests -ntp install verify site \
sonar:sonar -Dsonar.projectKey=manorrock_guppy \
-Dsonar.organization=manorrock-1 -Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b764d51

Please sign in to comment.