From 40455442dd8152c09df593c0990a9fa85228ef51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:20:47 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2022.3.0 | datasource | package | from | to | | ----------- | ----------------------- | --------- | --------- | | github-tags | JetBrains/qodana-action | v2022.2.4 | v2022.3.0 | --- .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 74c0f7c4..b07e708e 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.4 + - uses: JetBrains/qodana-action@v2022.3.0 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10