From d2a3c72ea667318c366a1a741992f6275669f514 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Mar 2022 12:03:23 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v5 | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | JetBrains/qodana-action | v4.2.5 | v5.0.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 66fb0f6b..ef2f986d 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@v4.2.5 + - uses: JetBrains/qodana-action@v5.0.2 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10