diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 010780d..3a9e51f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -53,6 +53,3 @@ jobs: uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3 with: category: "/language:${{ matrix.language }}" - - - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@master \ No newline at end of file diff --git a/aletheia/.github/workflows/codeql.yml b/aletheia/.github/workflows/codeql.yml index c5b14d4..741d0c1 100644 --- a/aletheia/.github/workflows/codeql.yml +++ b/aletheia/.github/workflows/codeql.yml @@ -40,6 +40,3 @@ jobs: uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.28.1 with: category: "/language:${{ matrix.language }}" - - - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@master \ No newline at end of file diff --git a/aletheia/.github/workflows/rust-ci.yml b/aletheia/.github/workflows/rust-ci.yml index 4395614..a7e5190 100644 --- a/aletheia/.github/workflows/rust-ci.yml +++ b/aletheia/.github/workflows/rust-ci.yml @@ -28,8 +28,6 @@ jobs: - name: Build release run: cargo build --release - - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@master security: runs-on: ubuntu-latest timeout-minutes: 15 diff --git a/aletheia/extraction/rhodibot/.github/workflows/ci.yml b/aletheia/extraction/rhodibot/.github/workflows/ci.yml index 24a397c..6a873a3 100644 --- a/aletheia/extraction/rhodibot/.github/workflows/ci.yml +++ b/aletheia/extraction/rhodibot/.github/workflows/ci.yml @@ -45,8 +45,6 @@ jobs: exit 1 fi - - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@master test: name: Test runs-on: ubuntu-latest