From 2e1e8b5d399422ff6e84a3771e6ce0eb07ec23e2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 28 May 2023 15:54:48 +0200 Subject: [PATCH] Update qodana.yml Signed-off-by: James Cole --- .github/workflows/qodana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index cb933a2508..8820c90839 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -32,6 +32,6 @@ jobs: php artisan ide-helper:generate; - name: 'Qodana Scan' - uses: JetBrains/qodana-action@main + uses: jetbrains/qodana-php@2022.3-eap env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}