diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 6370f95831..af72ce5dfa 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -59,7 +59,7 @@ jobs: java: ${{ env.JAVA_VERSION }} arguments: build -x test - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@e42ff2d2727091337983f607598abbbce4e25f1f # v2023.3.1 + uses: JetBrains/qodana-action@a040a784cc28cb9cabdf884c4e8c32d0aa3fcdb3 # v2023.3.2 with: upload-result: true - name: Upload SARIF file for GitHub Advanced Security Dashboard