diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 6ad9f988f6d..c961248af43 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@32c3156f63f31a54dece4ce3e32dbb767c38bb61 # v2023.2.6 + uses: JetBrains/qodana-action@95ecb19ba27e308153723e54a790e4ad908b13a0 # v2023.2.8 with: args: --source-directory,./src/main/java , --fail-threshold, 0 post-pr-comment: "false" @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 - name: 'Qodana Scan (spoon-javadoc)' - uses: JetBrains/qodana-action@32c3156f63f31a54dece4ce3e32dbb767c38bb61 # v2023.2.6 + uses: JetBrains/qodana-action@95ecb19ba27e308153723e54a790e4ad908b13a0 # v2023.2.8 with: args: --source-directory,./spoon-javadoc/src/main/java , --fail-threshold, 0 post-pr-comment: "false"