chore(deps): bring package versions current - #70
Merged
Merged
Conversation
Updates the two centrally managed runtime package versions and moves the
CodeQL action pin onto a tag Dependabot can read.
Microsoft.Extensions.Http 10.0.10 -> 10.0.12
Microsoft.Extensions.Options 10.0.10 -> 10.0.12
Both entries matter even though only the first is referenced directly:
transitive pinning is on, so the Options version is what the Http package
resolves against.
## Why the CodeQL pin changes shape
Its trailing comment named the CodeQL bundle version, `codeql-bundle-v2.26.2`,
rather than the action's own version. The pinned commit carries no
semantic-version tag, only that bundle tag, so Dependabot cannot derive a
current version for the pin and has never proposed an update for it. Every
other action used here has stayed current over the same period.
The pin now points at the commit tagged v4.38.1, which is the only tag on it,
so the action rejoins the weekly update cycle. This moves the action itself
from 4.37.4 to 4.38.1.
## Verification
Restore, Release build with no warnings, and the full suite: 587 tests across
six assemblies, 586 passing and one skipped. The generator verify reports 236
files matching the committed sources, `dotnet format --verify-no-changes`
reports none, and the vulnerable-package listing including transitive
dependencies is empty.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Updates the two centrally managed runtime package versions and moves the
CodeQL action pin onto a tag Dependabot can read.
Both entries matter even though only the first is referenced directly:
transitive pinning is on, so the Options version is what the Http package
resolves against.
Why the CodeQL pin changes shape
Its trailing comment named the CodeQL bundle version,
codeql-bundle-v2.26.2,rather than the action's own version. The pinned commit carries no
semantic-version tag, only that bundle tag, so Dependabot cannot derive a
current version for the pin and has never proposed an update for it. Every
other action used here has stayed current over the same period.
The pin now points at the commit tagged v4.38.1, which is the only tag on it,
so the action rejoins the weekly update cycle. This moves the action itself
from 4.37.4 to 4.38.1.
Verification
Restore, Release build with no warnings, and the full suite: 587 tests across
six assemblies, 586 passing and one skipped. The generator verify reports 236
files matching the committed sources,
dotnet format --verify-no-changesreports none, and the vulnerable-package listing including transitive
dependencies is empty.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
🤖 Generated with Claude Code