From cf5b6f925b4fc18b5aa7f29f345df6ca3be27091 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Jul 2022 21:02:04 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v2022 | datasource | package | from | to | | ----------- | ----------------------- | ------ | --------- | | github-tags | JetBrains/qodana-action | v5.1.0 | v2022.1.1 | --- .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 d3fb9f59..26cfe374 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@v5.1.0 + - uses: JetBrains/qodana-action@v2022.1.1 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10