From 4da06ecb94b1d3097e2a0fb12c7aeafc907d60a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 05:21:09 +0000 Subject: [PATCH] =?UTF-8?q?chore(ci):=20update=20jetbrains/qodana-action?= =?UTF-8?q?=20action=20(v2024.1.1=20=E2=86=92=20v2024.1.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ----------------------- | --------- | --------- | | github-tags | JetBrains/qodana-action | v2024.1.1 | v2024.1.2 | --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index a3c973ee..df9a3324 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -19,6 +19,6 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2024.1.1 + uses: JetBrains/qodana-action@v2024.1.2 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}