From 28749e2513ab773219ee74f7667edec88535cf52 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 28 May 2023 06:21:03 +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 fc9ce4fa9c..d7f4411566 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@v2023.1.1 + uses: JetBrains/qodana-action@v2023.1.0 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}