Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update check-spelling/check-spelling action to v0.0.24 #733

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2024

This PR contains the following updates:

Package Type Update Change
check-spelling/check-spelling action patch v0.0.23 -> v0.0.24

Release Notes

check-spelling/check-spelling (check-spelling/check-spelling)

v0.0.24: Release 0.0.24

Compare Source

⏩ Upgrading

  • 🏷️ Test first on a branch by changing your workflow tags/references to this release. See 🐣 Breaking Changes for how to adapt your workflow.
  • 🐛 See Known Issues for known issues

✨ Highlights

  • SARIF reporting should work for push events and workflows that use checkout: true
  • If you use a second job for commenting and the most recent comment was collapsed in response to a previous commit and the latest commit doesn't trigger a new comment, a new job will be not be dispatched
  • Files with Mac OS classic line endings (\r) should be properly handled (previously they'd erroneously trigger a minified-file warning)

🐛 Known issues

Check the list of regressions with target milestone v0.0.25 for more information about issues that should be fixed soon.

  • Running the check-spelling action on Windows runners doesn't work
    • This appears to be an incompatibility involving StrawberryPerl, cpanm, and ExtUtils::Manifest
    • Note that running check-spelling on a GitHub hosted runner other than ubuntu-* doesn't really
      make sense as the Windows and macOS runners are much more expensive per minute and check-spelling
      itself doesn't need any facilities from the OS -- it should be checking the spelling of files
      as they are present in commits.
    • While the check-spelling action won't work on Windows, apply.pl and the output check-spelling produces are expected to work on Windows.

Full Changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Nov 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (62f5567) to head (1a20956).
Report is 135 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #733   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          220       220           
  Branches        24        24           
=========================================
  Hits           220       220           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Nov 2, 2024

Copy link

github-actions bot commented Nov 2, 2024

🎳 Stryker Report

Mutation testing badge

📊 Reports

Copy link

github-actions bot commented Nov 2, 2024

🏅 Benchmark test report

Expand to see results 🔽

BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.403
  [Host]     : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.GetMock 723.9 ns 1.44 ns 1.20 ns 1
NSubstitute.GetMock 791.3 ns 3.72 ns 3.48 ns 2
FakeItEasy.GetMock 828.2 ns 4.47 ns 4.19 ns 3

BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.403
  [Host]     : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
NSubstitute.StaticResolveSut 1.037 μs 0.0027 μs 0.0022 μs 1
Moq.StaticResolveSut 1.060 μs 0.0018 μs 0.0017 μs 1
FakeItEasy.StaticResolveSut 1.069 μs 0.0080 μs 0.0075 μs 1

BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.403
  [Host]     : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.ResolveSut 1.040 μs 0.0029 μs 0.0023 μs 1
NSubstitute.ResolveSut 1.040 μs 0.0042 μs 0.0033 μs 1
FakeItEasy.ResolveSut 1.088 μs 0.0083 μs 0.0078 μs 2

BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.403
  [Host]   : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2
  ShortRun : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2

Job=ShortRun  IterationCount=3  LaunchCount=1  
WarmupCount=3  

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
Moq.CreateContainer 520.7 ms 2,814.4 ms 154.3 ms 1 6000.0000 4000.0000 3000.0000 297.33 MB
NSubstitute.CreateContainer 535.5 ms 2,927.8 ms 160.5 ms 1 7000.0000 5000.0000 4000.0000 290 MB
FakeItEasy.CreateContainer 579.2 ms 2,356.4 ms 129.2 ms 1 7000.0000 5000.0000 4000.0000 290 MB

BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.403
  [Host]     : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
Moq.NonPublicTypes.GetMock 786.6 ns 5.09 ns 4.76 ns 1
NSubstitute.NonPublicTypes.GetMock 837.4 ns 5.31 ns 4.97 ns 2
FakeItEasy.NonPublicTypes.GetMock 928.1 ns 4.69 ns 4.39 ns 3

BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.403
  [Host]     : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2
  DefaultJob : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2


Method Mean Error StdDev Rank
NSubstitute.ResolveFrom 1.125 μs 0.0092 μs 0.0086 μs 1
FakeItEasy.ResolveFrom 1.178 μs 0.0025 μs 0.0021 μs 2
Moq.ResolveFrom 1.250 μs 0.0079 μs 0.0073 μs 3

BenchmarkDotNet v0.14.0, Ubuntu 22.04.5 LTS (Jammy Jellyfish)
AMD EPYC 7763, 1 CPU, 4 logical and 2 physical cores
.NET SDK 8.0.403
  [Host]   : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2
  ShortRun : .NET 8.0.10 (8.0.1024.46610), X64 RyuJIT AVX2

Job=ShortRun  IterationCount=3  LaunchCount=1  
WarmupCount=3  

Method Mean Error StdDev Rank Gen0 Gen1 Gen2 Allocated
FakeItEasy.NonPublicTypes.CreateContainer 2.174 s 0.2331 s 0.0128 s 1 81000.0000 76000.0000 73000.0000 2.06 GB
NSubstitute.NonPublicTypes.CreateContainer 2.204 s 0.2596 s 0.0142 s 1 80000.0000 75000.0000 72000.0000 2.06 GB
Moq.NonPublicTypes.CreateContainer 2.577 s 0.5630 s 0.0309 s 1 80000.0000 73000.0000 70000.0000 2.16 GB

@renovate renovate bot merged commit 93ba0a9 into main Nov 2, 2024
20 checks passed
@renovate renovate bot deleted the renovate/check-spelling-check-spelling-0.x branch November 2, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants