Skip to content

Commit

Permalink
Remove sonar workflow (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis authored May 28, 2023
1 parent efb0a0e commit 28a3bcd
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,6 @@ on:

jobs:

analyze-sonar:
name: Analyze Sonar
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Java 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
cache: maven
- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Analize with Sonar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./mvnw -P integration -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar

lint:
name: Spotless linter
runs-on: ubuntu-latest
Expand Down

0 comments on commit 28a3bcd

Please sign in to comment.