deps: bump dependencies and GitHub Actions (consolidates Dependabot PRs)#23
Merged
Conversation
Consolidates the eight open Dependabot PRs (#14-#21) into one change to avoid the workflow-file conflicts they have with each other. NuGet: - Microsoft.Windows.CsWin32 0.3.296 -> 0.3.298 - Microsoft.NET.Test.Sdk 17.14.1 -> 18.6.0 - coverlet.collector 6.0.4 -> 10.0.1 - xunit.runner.visualstudio 3.1.4 -> 3.1.5 GitHub Actions: - actions/checkout 4 -> 6 - actions/setup-dotnet 4 -> 5 - github/codeql-action 3 -> 4 - crazy-max/ghaction-virustotal 4 -> 5 (vt_api_key/files/update_release_body inputs verified unchanged in v5) 0-warning Release build; 105 tests pass; actionlint clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
`Get-ChildItem -Path <dir> -Exclude 'checksums.txt'` returns nothing without a trailing wildcard or -Recurse (a PowerShell quirk), so checksums.txt was empty and `gh release upload` failed with HTTP 400 (Bad Content-Length) in the v1.0.0 run. Filter with Where-Object instead. The release artifacts themselves (Setup.exe, full nupkg, portable zip, RELEASES, manifest) published fine. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates the eight open Dependabot PRs (#14–#21) into one change — the four GitHub-Actions bumps overlap on the same workflow files, so merging the Dependabot PRs individually would cause conflict/rebase churn.
NuGet
0.3.296→0.3.29817.14.1→18.6.06.0.4→10.0.13.1.4→3.1.5GitHub Actions
4→64→53→44→5(verifiedvt_api_key/files/update_release_bodyinputs unchanged in v5)Supersedes #14, #15, #16, #17, #18, #19, #20, #21 (will close them once this merges).
Verification
dotnet build -c Release0 warnings;dotnet test105 passed;actionlintclean.build+CodeQLrun on this PR with the bumped actions (live validation of checkout/setup-dotnet/codeql-action).🤖 Generated with Claude Code