From d08512097b54f4855c907f3696f5b29ded4421b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 16:00:09 +0000 Subject: [PATCH] (build deps): Bump jetbrains/qodana-action from 2025.1.0 to 2025.1.1 Bumps [jetbrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.1.0 to 2025.1.1. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.1.0...v2025.1.1) --- updated-dependencies: - dependency-name: jetbrains/qodana-action dependency-version: 2025.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/qodana_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana_analysis.yml b/.github/workflows/qodana_analysis.yml index bb02b3e74d..de9cd77019 100644 --- a/.github/workflows/qodana_analysis.yml +++ b/.github/workflows/qodana_analysis.yml @@ -26,7 +26,7 @@ jobs: global-json-file: global.json - name: 'Qodana Scan' - uses: jetbrains/qodana-action@v2025.1.0 + uses: jetbrains/qodana-action@v2025.1.1 with: args: --baseline,qodana.sarif.json cache-default-branch-only: true