From 5f8ada1e86c7d0042321131fa2fb874704f02a42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:46:53 +0200 Subject: [PATCH] chore(deps): update muno92/resharper_inspectcode action to v1.7.3 (#2350) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-code.yml b/.github/workflows/ci-code.yml index ab8da1328..87234001d 100644 --- a/.github/workflows/ci-code.yml +++ b/.github/workflows/ci-code.yml @@ -63,7 +63,7 @@ jobs: run: dotnet restore src/Promitor.sln - name: R# Code Quality - uses: muno92/resharper_inspectcode@1.7.1 + uses: muno92/resharper_inspectcode@1.7.3 with: solutionPath: src/Promitor.sln minimumSeverity: warning