diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index ebc0e7b5911..dbc84ebd676 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@31d6f3309b31c566758e1314a3d9ef0dff75ecbd # v2024.2.6 + uses: JetBrains/qodana-action@b46847499776819f38aad1d4298e16e52f17c4c5 # v2024.3.2 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@31d6f3309b31c566758e1314a3d9ef0dff75ecbd # v2024.2.6 + uses: JetBrains/qodana-action@b46847499776819f38aad1d4298e16e52f17c4c5 # v2024.3.2 with: args: --source-directory,./spoon-javadoc/src/main/java , --fail-threshold, 0 post-pr-comment: "false" @@ -48,7 +48,7 @@ jobs: with: fetch-depth: 0 - name: 'Qodana Scan (spoon-control-flow)' - uses: JetBrains/qodana-action@31d6f3309b31c566758e1314a3d9ef0dff75ecbd # v2024.2.6 + uses: JetBrains/qodana-action@b46847499776819f38aad1d4298e16e52f17c4c5 # v2024.3.2 with: args: --source-directory,./spoon-control-flow/src/main/java , --fail-threshold, 0 post-pr-comment: "false"