From 11d2da78220328a96dac2735908b79493bdb52c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 09:07:47 +0000 Subject: [PATCH] build(deps): bump JetBrains/qodana-action from 2022.1.1 to 2022.2.1 Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 2022.1.1 to 2022.2.1. - [Release notes](https://github.com/JetBrains/qodana-action/releases) - [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.1.1...v2022.2.1) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/qodana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 0888b34b56b..42cc3cfcecb 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2022.1.1 + uses: JetBrains/qodana-action@v2022.2.1 with: linter: jetbrains/qodana-jvm-community - uses: github/codeql-action/upload-sarif@v2