From 8041bc5fa8cf1b89eaa0f803e0cdc3103b937b8d Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Wed, 20 Aug 2025 17:31:22 +0100 Subject: [PATCH] Removed sonarque. --- .github/workflows/sonarqube.yml | 22 ---------------------- sonar-project.properties | 1 - 2 files changed, 23 deletions(-) delete mode 100644 .github/workflows/sonarqube.yml delete mode 100644 sonar-project.properties diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml deleted file mode 100644 index 2f18d2f..0000000 --- a/.github/workflows/sonarqube.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: SonarQube Analysis - -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout Codebase - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - uses: sonarsource/sonarqube-scan-action@v3 - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index b3e7fc6..0000000 --- a/sonar-project.properties +++ /dev/null @@ -1 +0,0 @@ -sonar.projectKey=soup-bowl_opensimulator-docker_1e7d136b-4f24-4c29-9850-3f3010362b8d