deps(archive): bump AppInsights 2.23.0→3.1.0 + restore OTel pin (redux)#44
Merged
Merged
Conversation
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
PR #33 landed this on 2026-05-05 evening, but PR #30 (azure-sdks) was branched from main before #33 and reverted `Notify.Archive.csproj` back to AppInsights 2.23.0 when it merged. Dependabot's #42 then tried again and failed CI on the same OTel vuln.
Manual landing — same fix as #33:
Closes #42.
Test plan
Follow-up worth considering
A `Directory.Packages.props` or central NuGet pin would prevent this from happening a third time. Three projects now reference AppInsights/OTel pins individually; central management would let the next Dependabot bump preserve them automatically.