diff --git a/.github/workflows/reusable-codeInspection.yml b/.github/workflows/reusable-codeInspection.yml index d405df3fe2..500817d680 100644 --- a/.github/workflows/reusable-codeInspection.yml +++ b/.github/workflows/reusable-codeInspection.yml @@ -14,5 +14,5 @@ jobs: fetch-depth: 0 # only report issues that appeared in a PR - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2023.1.4 + uses: JetBrains/qodana-action@v2023.1.5 if: ${{ false }} # disable for now