This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to refs/heads/main by this push:
new 28a3bcdb Remove sonar workflow (#677)
28a3bcdb is described below
commit 28a3bcdb9d36502517c4c88611ffcf7c320aa48c
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun May 28 12:05:11 2023 +0200
Remove sonar workflow (#677)
---
.github/workflows/analyze.yml | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index 9b393681..f3c9f8e9 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -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