Skip to content

Commit a986bd7

Browse files
committed
Remove quodana scan in CI
1 parent b179558 commit a986bd7

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Diff for: .github/workflows/code_quality.yml

-16
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,6 @@ on:
66
branches: [ master ]
77

88
jobs:
9-
qodana:
10-
runs-on: ubuntu-latest
11-
12-
steps:
13-
- uses: actions/checkout@v4
14-
with:
15-
fetch-depth: 0
16-
17-
- name: Qodana Scan
18-
uses: JetBrains/qodana-action@v2024.1.5
19-
20-
- name: Upload Result to Github Code Scanning
21-
uses: github/codeql-action/upload-sarif@v3
22-
with:
23-
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
24-
259
snyk:
2610
runs-on: ubuntu-latest
2711

0 commit comments

Comments
 (0)