From e1fa6d311a59e8981c77a9c2533232d04bc3c293 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f77f2e3b5..ab00d1fa2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -59,12 +59,12 @@ jobs: run: | mkdir empty - - name: Get one more commit so Qodana we can identify the changes + - name: Get two more commits so Qodana we can identify the changes if: github.event_name == 'pull_request' - run: git fetch --deepen=1 + run: git fetch --deepen=2 - 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,