From a8b4d84bef77201613928999d71557fc9efe7c51 Mon Sep 17 00:00:00 2001 From: Anton SHEPILOV Date: Tue, 22 Apr 2025 13:31:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8FTurn-off=20sonarqube?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 3 --- .github/workflows/publish_feature.yml | 3 --- .github/workflows/sonarqube.yml | 26 -------------------------- sonar-project.properties | 1 - 4 files changed, 33 deletions(-) delete mode 100644 .github/workflows/sonarqube.yml delete mode 100644 sonar-project.properties diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 889f999d..aa8ceb21 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,6 +60,3 @@ jobs: ${{ steps.meta.outputs.bake-file }} push: true targets: ${{ matrix.targets }} - set: | - _common.cache-to=type=gha,mode=max - _common.cache-from=type=gha diff --git a/.github/workflows/publish_feature.yml b/.github/workflows/publish_feature.yml index 37de1945..9aa13236 100644 --- a/.github/workflows/publish_feature.yml +++ b/.github/workflows/publish_feature.yml @@ -63,6 +63,3 @@ jobs: ${{ steps.meta.outputs.bake-file }} push: true targets: ${{ matrix.targets }} - set: | - _common.cache-to=type=gha,mode=max - _common.cache-from=type=gha diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml deleted file mode 100644 index 8615a58d..00000000 --- a/.github/workflows/sonarqube.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Build - -on: - push: - branches: - - main - -jobs: - build: - name: Build and analyze - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - uses: sonarsource/sonarqube-scan-action@master - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - # If you wish to fail your job when the Quality Gate is red, uncomment the - # following lines. This would typically be used to fail a deployment. - # - uses: sonarsource/sonarqube-quality-gate-action@master - # timeout-minutes: 5 - # env: - # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index e02932de..00000000 --- a/sonar-project.properties +++ /dev/null @@ -1 +0,0 @@ -sonar.projectKey=Twake-Drive \ No newline at end of file