From 57e693638641443b2afb5420faeb1eea2cc3febf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 06:03:54 +0000 Subject: [PATCH] Bump muno92/resharper_inspectcode from 1.6.6 to 1.6.11 Bumps [muno92/resharper_inspectcode](https://github.com/muno92/resharper_inspectcode) from 1.6.6 to 1.6.11. - [Release notes](https://github.com/muno92/resharper_inspectcode/releases) - [Changelog](https://github.com/muno92/resharper_inspectcode/blob/main/CHANGELOG.md) - [Commits](https://github.com/muno92/resharper_inspectcode/compare/1.6.6...1.6.11) --- updated-dependencies: - dependency-name: muno92/resharper_inspectcode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/resharper.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/resharper.yml b/.github/workflows/resharper.yml index 7de5d34..c4a69fd 100644 --- a/.github/workflows/resharper.yml +++ b/.github/workflows/resharper.yml @@ -1,4 +1,4 @@ -name: "ReSharper" +name: "ReSharper" concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -29,7 +29,7 @@ jobs: run: dotnet restore - name: ReSharper CLI InspectCode - uses: muno92/resharper_inspectcode@1.6.6 + uses: muno92/resharper_inspectcode@1.6.11 with: solutionPath: ./Boyfriend.sln ignoreIssueType: InvertIf