From 59806e0141da826b038cc0b7ac18adbb2ff44f26 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 May 2022 13:28:49 +0000 Subject: [PATCH] chore(deps): update jetbrains/qodana-action action to v5.1.0 | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | JetBrains/qodana-action | v5.0.4 | v5.1.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 c79c304a..d3fb9f59 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.0.4 + - uses: JetBrains/qodana-action@v5.1.0 with: linter: jetbrains/qodana-jvm-android:latest fail-threshold: 10