remove qodana scan from ci builds - it adds noise but no value
authorgggeek <giunta.gaetano@gmail.com>
Wed, 8 Feb 2023 10:01:30 +0000 (10:01 +0000)
committergggeek <giunta.gaetano@gmail.com>
Wed, 8 Feb 2023 10:01:30 +0000 (10:01 +0000)
.github/workflows/ci.yaml

index c452d6c..3788f67 100644 (file)
@@ -113,10 +113,11 @@ jobs:
             -   name: test perl demo files
                 run: 'perl demo/client/perl/test.pl'
 
-            - name: Qodana scan
-              uses: JetBrains/qodana-action@main
-              env:
-                  QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
+            # disabled for the moment (2023/02), as we get only noise from the scans...
+            #- name: Qodana scan
+            #  uses: JetBrains/qodana-action@main
+            #  env:
+            #      QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
 
             -   name: failure troubleshooting
                 if: ${{ failure() }}