From da612ce991c2bd9147343f4ac0a200f768545a9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 01:27:37 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2022.2.2 | datasource | package | from | to | | ----------- | ----------------------- | --------- | --------- | | github-tags | JetBrains/qodana-action | v2022.2.1 | v2022.2.2 | --- .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 083a3377..50111c87 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.1 + - uses: JetBrains/qodana-action@v2022.2.2 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10