From 2c0dc49adc3354a3dbc4c0fd1f417b73b1170b13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:37:29 +0000 Subject: [PATCH] deps: update jetbrains/qodana-action action to v2024.1.8 --- .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 0a4ee208ae7f..791b43fc996e 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -89,7 +89,7 @@ jobs: with: fetch-depth: 0 - name: Qodana Scan - uses: JetBrains/qodana-action@v2024.1.7 + uses: JetBrains/qodana-action@v2024.1.8 with: post-pr-comment: false use-caches: false