This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 654-sonar-workflow in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit b7c6e9a319527d901445019ac59aa0177fa95bd1 Author: Bertil Chapuis <[email protected]> AuthorDate: Sun May 28 11:53:39 2023 +0200 Remove sonar github actions workflow --- .github/workflows/analyze.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 9b393681..236516c7 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -27,11 +27,6 @@ jobs: 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
