From 92bd62255f7a1f0da3792ef414312a4af82037bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 11:27:09 +0000 Subject: [PATCH] chore: bump JetBrains/qodana-action from 4.2.5 to 5.1.0 Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 4.2.5 to 5.1.0. - [Release notes](https://github.com/JetBrains/qodana-action/releases) - [Commits](https://github.com/JetBrains/qodana-action/compare/v4.2.5...v5.1.0) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a23bcad0..f518e1e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v4.2.5 + uses: JetBrains/qodana-action@v5.1.0 # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact