Skip to content

chore(deps): bring package versions current - #70

Merged
kkdev92 merged 1 commit into
mainfrom
chore/dependencies-20260921
Sep 21, 2026
Merged

kkdev92 merged 1 commit into
mainfrom
chore/dependencies-20260921

Conversation

@kkdev92

@kkdev92 kkdev92 commented Sep 21, 2026

Copy link
Copy Markdown
Owner

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

🤖 Generated with Claude Code

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>
@kkdev92
kkdev92 merged commit f567c55 into main Sep 21, 2026
10 checks passed
@kkdev92
kkdev92 deleted the chore/dependencies-20260921 branch September 21, 2026 06:02
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.

1 participant