From 416e72ca19f8c6e73050e3a05104273309c7d29d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 01:57:39 +0000 Subject: [PATCH] chore(deps): update muno92/resharper_inspectcode action to v1.11.2 --- .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 572bbedca..ae4baaf0c 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.8.4 + uses: muno92/resharper_inspectcode@1.11.2 with: solutionPath: src/Promitor.sln minimumSeverity: warning