From d0f3f772890890b7a14fc79fa036f0ee383d7d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:27:49 +0000 Subject: [PATCH] Bump csharpier from 0.30.2 to 0.30.3 (#167) * Bump csharpier from 0.30.2 to 0.30.3 Bumps [csharpier](https://github.com/belav/csharpier) from 0.30.2 to 0.30.3. - [Release notes](https://github.com/belav/csharpier/releases) - [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md) - [Commits](https://github.com/belav/csharpier/compare/0.30.2...0.30.3) --- updated-dependencies: - dependency-name: csharpier dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update deep-source.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guilherme Branco Stracini --- .config/dotnet-tools.json | 2 +- .github/workflows/deep-source.yml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 14ac011..94b63e2 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.30.2", + "version": "0.30.3", "commands": [ "dotnet-csharpier" ] diff --git a/.github/workflows/deep-source.yml b/.github/workflows/deep-source.yml index dcae863..55fac9f 100644 --- a/.github/workflows/deep-source.yml +++ b/.github/workflows/deep-source.yml @@ -6,8 +6,6 @@ on: - main pull_request: types: [opened, synchronize, reopened] - pull_request_target: - types: [opened, synchronize, reopened] jobs: DeepSource: @@ -24,16 +22,13 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '7.0.x' + dotnet-version: '9.0.x' - name: Build and analyze if: >- ( github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository - ) || ( - github.event_name == 'pull_request_target' && - github.event.pull_request.head.repo.full_name != github.repository ) || ( github.event_name == 'workflow_dispatch' )