From a986bd7210c8d1e7c88e114497647468746b9f39 Mon Sep 17 00:00:00 2001 From: Rohan Nagar Date: Fri, 24 May 2024 10:40:43 -0700 Subject: [PATCH] Remove quodana scan in CI --- .github/workflows/code_quality.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index ac6e3d6..df308c3 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -6,22 +6,6 @@ on: branches: [ master ] jobs: - qodana: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Qodana Scan - uses: JetBrains/qodana-action@v2024.1.5 - - - name: Upload Result to Github Code Scanning - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json - snyk: runs-on: ubuntu-latest