From 5675d501ecc1b6b39bb9674c73225ee2d3f73ff2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:14:32 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2022.2.4 | datasource | package | from | to | | ----------- | ----------------------- | --------- | --------- | | github-tags | JetBrains/qodana-action | v2022.2.3 | v2022.2.4 | --- .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 a7143363..74c0f7c4 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: JetBrains/qodana-action@v2022.2.3 + - uses: JetBrains/qodana-action@v2022.2.4 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10