From 2acb683320dffd4ede599d1ea13b0c8418bb50f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:33:20 +0000 Subject: [PATCH] Bump JetBrains/qodana-action from 2024.2.3 to 2024.2.5 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.2.3 to 2024.2.5. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2024.2.3...v2024.2.5) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f77f2e3b5..5400e7904 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -64,7 +64,7 @@ jobs: run: git fetch --deepen=1 - name: 'Qodana for Docs' - uses: JetBrains/qodana-action@v2024.2.3 + uses: JetBrains/qodana-action@v2024.2.5 with: upload-result: true # https://hub.docker.com/r/jetbrains/qodana-jvm-community/tags @@ -73,7 +73,7 @@ jobs: # TODO: the plugin `org.jetbrains.plugins.gradle` should also be suppressed, but the parameter doesn't allow # a comma when called from the Qodana action. Therefore overwrite it with an empty folder. args: > - --linter,jetbrains/qodana-jvm-community:2024.1, + --linter,jetbrains/qodana-jvm-community:2024.2, --property=idea.suppressed.plugins.id=com.intellij.gradle, -v,${{ github.workspace }}/grazie:/opt/idea/plugins/grazie, -v,${{ github.workspace }}/empty:/opt/idea/plugins/gradle-java,