From 6b9d32a8ddc79273860a707df05380bfd92893b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 15:37:00 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2022.2.3 | datasource | package | from | to | | ----------- | ----------------------- | --------- | --------- | | github-tags | JetBrains/qodana-action | v2022.2.2 | v2022.2.3 | --- .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 50111c87..a7143363 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.2 + - uses: JetBrains/qodana-action@v2022.2.3 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10