From ec28a5fa78377e9afe98fc64076a382c2774c337 Mon Sep 17 00:00:00 2001 From: marhali Date: Wed, 30 Mar 2022 09:40:11 +0200 Subject: [PATCH] update qodana-action to v4.2.5 --- .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 d719a49..23b6ac3 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@v4.2.3 + uses: JetBrains/qodana-action@v4.2.5 # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact