From ad3b9fb25b619e058d91fef23b72692b43f0e0df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:30:45 +0000 Subject: [PATCH] deps: update jetbrains/qodana-action action to v2024.2.3 --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 6945ed4efb1d2..967e327967e7a 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -106,7 +106,7 @@ jobs: with: fetch-depth: 0 - name: Qodana Scan - uses: JetBrains/qodana-action@5983adcc5fdb505e156e5f756a80f2f979fb1ac0 # v2024.2.2 + uses: JetBrains/qodana-action@84494be4d1a2f64ec1c4bfdf475406e246e34672 # v2024.2.3 with: post-pr-comment: false use-caches: false