diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml deleted file mode 100644 index 10fbe4e956..0000000000 --- a/.github/workflows/qodana.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: "Qodana" -on: - workflow_dispatch: - pull_request: - push: - branches: - - "main" - - 'release/*' - -jobs: - qodana: - runs-on: "ubuntu-latest" - permissions: - contents: "write" - pull-requests: "write" - checks: "write" - security-events: "write" - steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - with: - fetch-depth: 0 - - name: 'Qodana Scan' - uses: JetBrains/qodana-action@b2d538780ce5314539ba79e3f9649ffbcc77b9af # v2024.1.11 - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - - uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7 - with: - sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json diff --git a/qodana.yaml b/qodana.yaml deleted file mode 100644 index 112c0b0694..0000000000 --- a/qodana.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -# https://www.jetbrains.com/help/qodana/qodana-yaml.html -version: "1.0" -profile: - name: qodana.starter -projectJDK: 17 -linter: jetbrains/qodana-jvm-community:2023.2