From f41c46ca8024b7d1adf573a3bde585b3ba4ba202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:32:11 +0000 Subject: [PATCH] chore(deps): bump JetBrains/qodana-action Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from c0a36fb50f89f631c068153f5cf03964ba32861f to c5a69b02e6c1adb092153f7a479169a4b9f3a1cf. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/c0a36fb50f89f631c068153f5cf03964ba32861f...c5a69b02e6c1adb092153f7a479169a4b9f3a1cf) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/module.qodana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module.qodana.yml b/.github/workflows/module.qodana.yml index db5e0e7..2322aa5 100644 --- a/.github/workflows/module.qodana.yml +++ b/.github/workflows/module.qodana.yml @@ -44,7 +44,7 @@ jobs: distribution: "adopt-hotspot" java-version: "19" - name: "Qodana Scan" - uses: JetBrains/qodana-action@c0a36fb50f89f631c068153f5cf03964ba32861f # main + uses: JetBrains/qodana-action@c5a69b02e6c1adb092153f7a479169a4b9f3a1cf # main continue-on-error: true env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}