From 94cc587dfe770c885f8c98cc2b18010fffe81ec3 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sun, 27 Jul 2025 17:29:33 +0200 Subject: [PATCH] Update .gitea/workflows/release.yml --- .gitea/workflows/release.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index cb2779b..fa79a65 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -7,26 +7,26 @@ on: - cron: "@weekly" jobs: - sonar: - runs-on: ubuntu-latest - steps: - - name: Check out repository code - uses: actions/checkout@v4.2.2 - with: - fetch-depth: 0 + # sonar: + # runs-on: ubuntu-latest + # steps: + # - name: Check out repository code + # uses: actions/checkout@v4.2.2 + # with: + # fetch-depth: 0 - - uses: hadolint/hadolint-action@v3.1.0 - with: - dockerfile: Dockerfile - output-file: hadolint.out - format: sonarqube - no-fail: true + # - uses: hadolint/hadolint-action@v3.1.0 + # with: + # dockerfile: Dockerfile + # output-file: hadolint.out + # format: sonarqube + # no-fail: true - - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.2.0 - env: - SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} + # - name: SonarQube Scan + # uses: SonarSource/sonarqube-scan-action@v5.2.0 + # env: + # SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} + # SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} release: runs-on: ubuntu-latest