diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 17fb22b40a..83dce56bae 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@a8363b702c2d2d49a77620bcd10541686df21307 # v2023.3.0 + uses: JetBrains/qodana-action@e42ff2d2727091337983f607598abbbce4e25f1f # v2023.3.1 with: upload-result: true - name: Upload SARIF file for GitHub Advanced Security Dashboard