diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index a13be4a69c..9e0af9d2d2 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -60,7 +60,7 @@ jobs: java: ${{ env.JAVA_VERSION }} arguments: build -x test - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@54d3fc653c515607d6b1599201a383e9e07649b1 # v2023.1.5 + uses: JetBrains/qodana-action@77f0ff0c702065648df9fd0340a48919dca5a1ff # v2023.2.1 with: upload-result: true - name: Upload SARIF file for GitHub Advanced Security Dashboard