diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 8e769b087e..eb1fc9b9bd 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -9,9 +9,10 @@ on: types: [opened, synchronize, reopened] jobs: qodana: + runs-on: ubuntu-latest name: 'Qodana Scan' steps: - name: 'Qodana Scan' uses: JetBrains/qodana-action@main env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}