From af085d9d2d8e78ff8b640903b0ed406233cdd9a5 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Fri, 6 Dec 2024 10:28:30 +0100 Subject: [PATCH] chore: Update muno92/resharper_inspectcode to 1.12.4 (#2584) --- .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 5a6d2abcb..ca261d941 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.12.0 + uses: muno92/resharper_inspectcode@1.12.4 with: solutionPath: src/Promitor.sln minimumSeverity: warning