Conversation
Bumps [csharpier](https://github.com/belav/csharpier) from 0.30.6 to 1.0.1. - [Release notes](https://github.com/belav/csharpier/releases) - [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md) - [Commits](belav/csharpier@0.30.6...1.0.1) --- updated-dependencies: - dependency-name: csharpier dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request updates the version of the csharpier .NET tool to 1.0.1 by modifying the No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
@dependabot squash and merge |
|
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
|
@gstraccini csharpier |
|
Running CSharpier on this branch! 🔧 |
|
✅ CSharpier result: |
Resolved issues in Src/EditoraInovacao.Sankhya.Entities/Transport/LabelMercadoLivre.cs with DeepSource Autofix
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs6:49PM INF scanning for exposed secrets...
6:49PM INF 231 commits scanned.
6:49PM INF scan completed in 223ms
6:49PM INF no leaks found
|
|
@gstraccini codacy bypass |
|
Bypassing the Codacy analysis for this pull request! |
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logsUpdate Required: Your current package installation script is outdated and will no longer receive updates.
Please update to the new installation script which can be found here https://infisical.com/docs/cli/overview#installation debian section
A new release of infisical is available: 0.38.0 -> 0.41.1
To update, run: sudo apt-get update && sudo apt-get install infisical
11:02PM INF scanning for exposed secrets...
11:02PM INF 229 commits scanned.
11:02PM INF scan completed in 208ms
11:02PM INF no leaks found
|
Bumps csharpier from 0.30.6 to 1.0.1.
Release notes
Sourced from csharpier's releases.
... (truncated)
Changelog
Sourced from csharpier's changelog.
... (truncated)
Commits
4886792Releasing 1.0.1 (#1592)833d293Fixing issue with msbuild still passing --loglevel (#1590)e5d8f01The support for gitignore kills performance and there isn't a straightforward...c9231f3fix command in readme (#1583)4b30a17Getting warnings turned on that get things consistent with what the p… (#1578)e36bd87Use 1.0.0b85b095fix changelog165b680tweak website00d0df3fix playground deployd7d791eReleasing 1.0.0 (#1576)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Build:
Description by Korbit AI
What change is being made?
Update the
csharpiertool from version 0.30.6 to 1.0.1, and revise associated GitHub Actions to use updated and improved workflows for secrets checking and linter functionality.Why are these changes being made?
Updating to
csharpierversion 1.0.1 ensures compatibility with the latest features and improvements, addressing bugs or issues present in earlier versions. The revised GitHub Actions make use of the latest marketplace actions, simplifying and optimizing the CI/CD process for better efficiency and maintainability. TheLabelMercadoLivreclass has been sealed for improved performance and security. Additional code cleanup and whitespace adjustments have been made for consistency and readability.