From 2a7b40fc5182e77e5390899607e61874c53f7f26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:35:44 +0200 Subject: [PATCH] chore(deps): update muno92/resharper_inspectcode action to v1.11.10 (#2460) 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 5396e4d34..3a585995e 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.11.7 + uses: muno92/resharper_inspectcode@1.11.10 with: solutionPath: src/Promitor.sln minimumSeverity: warning