deps: bump Microsoft.ApplicationInsights.WorkerService 2.23.0→3.1.0 + pin OTel#21
Merged
Merged
Conversation
… pin OTel Manual landing of dependabot's #18 plus the GHSA-g94r-2vxg-569j fix: 3.1.0 pulls OpenTelemetry.Api 1.15.1 transitively, which has a moderate-severity advisory. NuGet's audit step under -warnaserror fails restore unless we pin a patched version directly. Pin OpenTelemetry.Api → 1.15.3 (latest patched stable in the 1.15.x line). The transitive pin propagates to Notify.IngestionApi.Tests via project reference. Closed dependabot's PR #18 because pushes to its branch weren't retriggering CI for unclear reasons (close+reopen + empty commits + the fix push all produced zero workflow runs). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
This was referenced May 5, 2026
jppaquet
added a commit
that referenced
this pull request
May 5, 2026
…0→3.1.0 + pin OTel (#33) Manual landing of dependabot's #31 plus the GHSA-g94r-2vxg-569j fix. 3.1.0 pulls OpenTelemetry.Api 1.15.1 transitively, which has a moderate-severity advisory. NuGet's audit step under -warnaserror fails restore unless we pin a patched version directly. Same dance as PR #21 did for Notify.IngestionApi. Pin OpenTelemetry.Api → 1.15.3 (latest patched stable in 1.15.x). Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced May 6, 2026
jppaquet
added a commit
that referenced
this pull request
May 6, 2026
…x) (#44) PR #33 originally landed this on 2026-05-05 evening, but PR #30 (azure-sdks) was branched from main BEFORE #33 merged and reverted Notify.Archive.csproj back to AppInsights 2.23.0 when it landed. Dependabot's PR #42 then tried to bump again and failed CI on the same OTel transitive vuln. Manual landing again. Closes #42. Same fix: - Microsoft.ApplicationInsights.WorkerService 2.23.0 → 3.1.0 - Pin OpenTelemetry.Api 1.15.3 (3.1.0 pulls 1.15.1 transitively, GHSA-g94r-2vxg-569j) Notify.IngestionApi already has the same pin from PR #21.
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.
Summary
Replaces dependabot #18 (closed). Bumps
Microsoft.ApplicationInsights.WorkerService2.23.0 → 3.1.0 plus the vulnerability fix that #18 needed before it could merge.3.1.0 pulls
OpenTelemetry.Api 1.15.1transitively, which has GHSA-g94r-2vxg-569j (moderate). NuGet audit +-warnaserrorfails restore unless a patched version is pinned directly. Pinned to1.15.3(latest patched stable in the 1.15.x line).Why a fresh PR
Pushes to dependabot's branch weren't retriggering CI for unclear reasons — empty commit, real fix commit, and a close+reopen all produced zero workflow runs on its head. Working around with a fresh manual branch off main.
Test plan
dotnet build src/Notify.slnx -c Release -warnaserrorclean locallybuild-and-test+bicep-buildgreen🤖 Generated with Claude Code