From e4b4234fbb716a3e92c5c0c40bc42909243b8d09 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 8 Feb 2023 16:47:55 +0100 Subject: [PATCH] Update qodana.yml Signed-off-by: James Cole --- .github/workflows/qodana.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}