Skip to content

Commit 09a87f2

Browse files
fix(deps): update dependency sonaranalyzer.csharp to 10.12.0.118525 (#903)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html) ([source](https://redirect.github.com/SonarSource/sonar-dotnet)) | `10.11.0.117924` -> `10.12.0.118525` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/10.12.0.118525?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/10.12.0.118525?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/10.11.0.117924/10.12.0.118525?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/10.11.0.117924/10.12.0.118525?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary> ### [`v10.12.0.118525`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/10.12.0.118525): 10.12 [Compare Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/10.11.0.117924...10.12.0.118525) This release brings the VB version of S6418 and a few FP and FN fixes. ##### New Rule - [NET-1379](https://sonarsource.atlassian.net/browse/NET-1379) - New Rule: Implement S6418 Hard-coded secrets are security-sensitive for VB.NET ##### False Positive - [NET-1526](https://sonarsource.atlassian.net/browse/NET-1526) - Fix S3267 FP: Only raise on IEnumerable ##### False Negative - [NET-1260](https://sonarsource.atlassian.net/browse/NET-1260) - Fix S1215 FN: GC.GetTotalMemory(forceFullCollection: true) should not be called - [NET-1258](https://sonarsource.atlassian.net/browse/NET-1258) - Fix S6678 FN: Lowercase placeholders in interpolated string - [NET-1255](https://sonarsource.atlassian.net/browse/NET-1255) - Fix S3267 FN: Logical operators are not supported ##### Task - [NET-2060](https://sonarsource.atlassian.net/browse/NET-2060) - Update RSPEC before 11.12 release </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/buehler/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96179c3 commit 09a87f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
Condition="$(MSBuildProjectExtension) == '.csproj'" />
4242
<PackageReference
4343
Include="SonarAnalyzer.CSharp"
44-
Version="10.11.0.117924"
44+
Version="10.12.0.118525"
4545
PrivateAssets="all"
4646
Condition="$(MSBuildProjectExtension) == '.csproj'" />
4747
<PackageReference Include="Roslynator.Analyzers" Version="4.13.1" PrivateAssets="All" />

0 commit comments

Comments
 (0)