From 745541b1edd8f43569954344e20e9b17847ebbd8 Mon Sep 17 00:00:00 2001 From: brichbash <74328414+brichbash@users.noreply.github.com> Date: Thu, 9 Dec 2021 06:54:28 +0300 Subject: [PATCH] update qodana action Qodana action has been released and it has no longer 'eap' postfix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e37bdf2..551af96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2.1-eap + uses: JetBrains/qodana-action@v3.2.1 # Collect Qodana Result - name: Collect Qodana Result