From 7141dc6c62462d738ec367af5ffd3cb0a4289c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 07:46:58 +0000 Subject: [PATCH] Bump JetBrains/qodana-action from 2023.3.1 to 2023.3.2 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2023.3.1 to 2023.3.2. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/e42ff2d2727091337983f607598abbbce4e25f1f...a040a784cc28cb9cabdf884c4e8c32d0aa3fcdb3) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 6370f95831..af72ce5dfa 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -59,7 +59,7 @@ jobs: java: ${{ env.JAVA_VERSION }} arguments: build -x test - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@e42ff2d2727091337983f607598abbbce4e25f1f # v2023.3.1 + uses: JetBrains/qodana-action@a040a784cc28cb9cabdf884c4e8c32d0aa3fcdb3 # v2023.3.2 with: upload-result: true - name: Upload SARIF file for GitHub Advanced Security Dashboard