From baaa11160636e1cfad6a9b13388d7bfcafe54693 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Fri, 6 Sep 2024 07:29:05 +0200 Subject: [PATCH] chore: delete qodana-cloud because of missing license --- .github/workflows/qodana-cloud.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/qodana-cloud.yml diff --git a/.github/workflows/qodana-cloud.yml b/.github/workflows/qodana-cloud.yml deleted file mode 100644 index dc05a986..00000000 --- a/.github/workflows/qodana-cloud.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Qodana-Cloud-Scan -on: - workflow_dispatch: - schedule: - - cron: '0 0 * * *' - push: - branches: - - main - -jobs: - qodana: - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - checks: write - steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - name: 'Qodana Scan' - uses: JetBrains/qodana-action@c5a69b02e6c1adb092153f7a479169a4b9f3a1cf # v2024.1.9 - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - with: - pr-mode: false - args: -l,jetbrains/qodana-jvm:2023.2 - push-fixes: pull-request -