From 6657ac3ee3b5eb105969df06cee5547284b31def Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Feb 2022 23:49:41 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v4.2.5 | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | JetBrains/qodana-action | v4.2.4 | v4.2.5 | --- .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 f9d9e179..9ec8169f 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: JetBrains/qodana-action@v4.2.4 + - uses: JetBrains/qodana-action@v4.2.5 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10