From 38bff09c1d36b3aaabd9a782b18f5eedda43a9c3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 8 Feb 2023 16:42:53 +0100 Subject: [PATCH] Add actual step. --- .github/workflows/build.yml | 2 +- .github/workflows/qodana.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 688d81a50f..3171afaf2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,4 +13,4 @@ jobs: uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/qodana.yaml b/.github/workflows/qodana.yaml index 7f9ccdc2a5..4e4252eaf9 100644 --- a/.github/workflows/qodana.yaml +++ b/.github/workflows/qodana.yaml @@ -13,3 +13,8 @@ jobs: uses: JetBrains/qodana-action@main env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + steps: + - name: 'Qodana Scan' + uses: JetBrains/qodana-action@main + env: + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file