We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b179558 commit a986bd7Copy full SHA for a986bd7
.github/workflows/code_quality.yml
@@ -6,22 +6,6 @@ on:
6
branches: [ master ]
7
8
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
23
- sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
24
25
snyk:
26
runs-on: ubuntu-latest
27
0 commit comments