From 7c68a96f7ba7510dab645ac7145396762a4676db Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 28 May 2023 15:56:35 +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 8820c90839..6bfc6c67c9 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-php@2022.3-eap + uses: JetBrains/qodana-php@2022.3-eap env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}