From 8e0cb3e7cfb1a847e3e59252c2551f047a3ea0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:57:51 -0300 Subject: [PATCH] chore(deps): bump JetBrains/qodana-action from 2023.2.6 to 2023.2.8 (#96) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 647575f0..f8b83dd4 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -33,7 +33,7 @@ jobs: fi - name: "Qodana Scan" - uses: JetBrains/qodana-action@v2023.2.6 + uses: JetBrains/qodana-action@v2023.2.8 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: