Skip to content

Commit 70509ed

Browse files
committed
[ci] Disable Qodana
1 parent 2e4a09f commit 70509ed

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/CodeQuality.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ jobs:
7070

7171
- name: Perform CodeQL Analysis
7272
uses: github/codeql-action/analyze@v2
73-
qodana-jvm:
74-
name: Qodana JVM
75-
runs-on: ubuntu-latest
76-
steps:
77-
- name: Checkout repository
78-
uses: actions/checkout@v3
79-
with:
80-
fetch-depth: 0
81-
82-
- name: Qodana Scan
83-
uses: JetBrains/[email protected]
84-
with:
85-
args: --baseline,qodana.sarif.json,--property,org.noelware.gradle.ignoreJavaCheck=true,--save-report
86-
87-
- name: Upload SARIF Results to GitHub
88-
uses: github/codeql-action/upload-sarif@v2
89-
with:
90-
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
73+
# qodana-jvm:
74+
# name: Qodana JVM
75+
# runs-on: ubuntu-latest
76+
# steps:
77+
# - name: Checkout repository
78+
# uses: actions/checkout@v3
79+
# with:
80+
# fetch-depth: 0
81+
#
82+
# - name: Qodana Scan
83+
# uses: JetBrains/[email protected]
84+
# with:
85+
# args: --baseline,qodana.sarif.json,--property,org.noelware.gradle.ignoreJavaCheck=true,--save-report
86+
#
87+
# - name: Upload SARIF Results to GitHub
88+
# uses: github/codeql-action/upload-sarif@v2
89+
# with:
90+
# sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 commit comments

Comments
 (0)