From 12a4de3b5f27ce9eb6524b1f040d2b6894ed837e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:52:30 +0000 Subject: [PATCH] Bump the gh-actions group with 1 update Bumps the gh-actions group with 1 update: [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action). - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2023.2.7...v2023.2.8) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .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 7bfb79e..22631ab 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Qodana Scan - uses: JetBrains/qodana-action@v2023.2.7 + uses: JetBrains/qodana-action@v2023.2.8 - name: Upload Result to Github Code Scanning uses: github/codeql-action/upload-sarif@v2