From 9e56346b427d9ed086178d0e60e424c451979261 Mon Sep 17 00:00:00 2001 From: Viktor Date: Fri, 25 Mar 2022 15:28:33 +0400 Subject: [PATCH] :memo: Update the action version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db42a85..ee196ad2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@experimental + uses: JetBrains/qodana-action@v5.0.2 ``` Using this workflow, Qodana will run on the main branch, release branches, and on the pull requests coming to your