From cd55f5950e667caa6b93766df0eddc98705fccab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:28:44 +0000 Subject: [PATCH] Bump JetBrains/qodana-action from 2024.2 to 2024.3 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.2 to 2024.3. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2024.2...v2024.3) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 67fdd92..1702d11 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -126,7 +126,7 @@ jobs: # potentially Qodana could be its own workflow (recommended in the docs) - name: Qodana Scan - uses: JetBrains/qodana-action@v2024.2 + uses: JetBrains/qodana-action@v2024.3 with: args: --baseline,qodana.sarif.json fail-threshold: 100