From e6627779449325dbeb7f7b9494b8db9f5772016c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:58:05 +0000 Subject: [PATCH] Bump JetBrains/qodana-action from 2023.1.4 to 2023.1.5 Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 2023.1.4 to 2023.1.5. - [Release notes](https://github.com/JetBrains/qodana-action/releases) - [Commits](https://github.com/JetBrains/qodana-action/compare/v2023.1.4...v2023.1.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/reusable-codeInspection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-codeInspection.yml b/.github/workflows/reusable-codeInspection.yml index d405df3fe2..500817d680 100644 --- a/.github/workflows/reusable-codeInspection.yml +++ b/.github/workflows/reusable-codeInspection.yml @@ -14,5 +14,5 @@ jobs: fetch-depth: 0 # only report issues that appeared in a PR - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2023.1.4 + uses: JetBrains/qodana-action@v2023.1.5 if: ${{ false }} # disable for now