Skip to content

chore(deps): bump actions/setup-dotnet from 4 to 5 - #5

Merged
ANcpLua merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-dotnet-5
Jan 25, 2026
Merged

chore(deps): bump actions/setup-dotnet from 4 to 5#5
ANcpLua merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-dotnet-5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 24, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-dotnet from 4 to 5.

Release notes

Sourced from actions/setup-dotnet's releases.

v5.0.0

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Updates

Bug Fixes

New Contributors

Full Changelog: actions/setup-dotnet@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/setup-dotnet@v4...v4.3.1

v4.3.0

What's Changed

New Contributors

... (truncated)

Commits
  • baa11fb Bump test dependencies to resolve System.Net.Http vulnerability, update workf...
  • 24ec4f2 Upgrade to latest actions packages (#687)
  • 4c100cb Fix icons (#604)
  • 25328d8 Bump actions/checkout from 5 to 6 (#684)
  • 937b8dd Update README with note on setting DOTNET_INSTALL_DIR for Linux permission is...
  • 2016bd2 Bump actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-...
  • 21e81f6 Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#648)
  • 7403103 Bump typescript from 5.4.2 to 5.9.2 (#624)
  • d4c9434 Update to Node.js 24 and modernize async usage (#654)
  • 5c125af Bump actions/checkout from 4 to 5 (#662)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 24, 2026
@ANcpLua

ANcpLua commented Jan 24, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-dotnet-5 branch from 86797d9 to eee1614 Compare January 24, 2026 06:29
@github-actions

Copy link
Copy Markdown

This is a major version update. Please review before merging.

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-dotnet-5 branch from eee1614 to b2eb986 Compare January 24, 2026 06:48
@github-actions

Copy link
Copy Markdown

This is a major version update. Please review before merging.

@ANcpLua
ANcpLua merged commit 909acd6 into main Jan 25, 2026
9 of 11 checks passed
@ANcpLua
ANcpLua deleted the dependabot/github_actions/actions/setup-dotnet-5 branch January 25, 2026 15:48
ANcpLua added a commit that referenced this pull request Jul 1, 2026
…est comment (CODE RED #5) (#461)

The 4.0.0 cutover added builder.Services.AddQylAspNetCoreInstrumentation() with a comment
claiming it wires the server-request span. It does not: QylActivitySource
("Qyl.OpenTelemetry.AutoInstrumentation") is AddSource'd on NO TracerProvider in the
collector (grep = 0 hits), so QylActivitySource.StartActivity returns null and the
IStartupFilter middleware emits ZERO spans. The collector's real SERVER/CLIENT spans come
from built-in AddAspNetCoreInstrumentation + AddHttpClientInstrumentation
(QylServiceDefaultsExtensions.cs:194-200), which are OTel-conformant and carry http.route.

Remove the dead call + false comment + now-unused using. No telemetry lost (the call
produced none). Collector Release builds 0/0.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ANcpLua pushed a commit that referenced this pull request Jul 8, 2026
Scoped harvest #5 (Wilson/z-test automation gate) and #6 (content-addressed
cache) against live qyl code. Both speculative -- no .NET consumer:
- #5: every ratio is display-only (Sessions BounceRate/ErrorRate) or a
  config-fixed head-sampling probability; no measured proportion to bound.
  grep wilson|z-test|confidence|regression|canary -> 0 hits.
- #6: the one repeated pure lookup (pricing) is already FrozenDictionary-cached;
  per-span paths have span-unique inputs (~0% hit rate).

Sweep complete: 1 LANDED (#7 cost), 14 REF-ONLY. No dead code written.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant