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