From 178df1ed4a9a6deb58e09ab90a450e6f5af55d7a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 28 May 2023 06:24:06 +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 d7f4411566..cb933a2508 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.0 + uses: JetBrains/qodana-action@main env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}