Skip to content

Commit

Permalink
Remove quodana scan in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanNagar committed May 24, 2024
1 parent b179558 commit a986bd7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

- 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

Expand Down

0 comments on commit a986bd7

Please sign in to comment.