Skip to content

Commit

Permalink
Bump csharpier from 0.30.2 to 0.30.3 (#167)
Browse files Browse the repository at this point in the history
* 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](belav/csharpier@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] <support@github.com>

* Update deep-source.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guilherme Branco Stracini <guilherme@guilhermebranco.com.br>
  • Loading branch information
dependabot[bot] and guibranco authored Dec 10, 2024
1 parent efd4fb3 commit d0f3f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.30.2",
"version": "0.30.3",
"commands": [
"dotnet-csharpier"
]
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/deep-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
pull_request:
types: [opened, synchronize, reopened]
pull_request_target:
types: [opened, synchronize, reopened]

jobs:
DeepSource:
Expand All @@ -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'
)
Expand Down

0 comments on commit d0f3f77

Please sign in to comment.