From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:36:52 +0000 (-0800) Subject: Bump actions/setup-dotnet from 5.0.0 to 5.0.1 (#5630) X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=1a346f94a933fa0d8511da608d4d2beb04a527f5;p=0xmirror%2Fmsquic.git Bump actions/setup-dotnet from 5.0.0 to 5.0.1 (#5630) Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1.
Release notes

Sourced from actions/setup-dotnet's releases.

v5.0.1

What's Changed

Full Changelog: https://github.com/actions/setup-dotnet/compare/v5...v5.0.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-dotnet&package-manager=github_actions&previous-version=5.0.0&new-version=5.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/check-clog.yml b/.github/workflows/check-clog.yml index f792eef2..6e0e9518 100644 --- a/.github/workflows/check-clog.yml +++ b/.github/workflows/check-clog.yml @@ -20,7 +20,7 @@ jobs: runs-on: windows-latest steps: - name: Setup .NET - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 8.0.x - name: Checkout repository diff --git a/.github/workflows/check-dotnet.yml b/.github/workflows/check-dotnet.yml index 6f22561c..b4e6b8ef 100644 --- a/.github/workflows/check-dotnet.yml +++ b/.github/workflows/check-dotnet.yml @@ -20,7 +20,7 @@ jobs: runs-on: windows-latest steps: - name: Setup .NET - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 6.0.x - name: Checkout repository diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index 40de701b..88bfc019 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -99,7 +99,7 @@ jobs: with: name: Debug-${{ matrix.vec.plat }}-${{ matrix.vec.os }}-${{ matrix.vec.arch }}-${{ matrix.vec.tls }}${{ matrix.vec.xdp }} path: artifacts - - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + - uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 6.0.x - name: Run Lang Interop diff --git a/.github/workflows/package-alpine-linux.yml b/.github/workflows/package-alpine-linux.yml index 3c27e752..b538b107 100644 --- a/.github/workflows/package-alpine-linux.yml +++ b/.github/workflows/package-alpine-linux.yml @@ -73,7 +73,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 - name: Set up .NET 9.0 - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: ${{ matrix.vec.dotnetVersion }} - name: Build .NET QUIC Test Project diff --git a/.github/workflows/package-linux.yml b/.github/workflows/package-linux.yml index 3128e407..5d52c254 100644 --- a/.github/workflows/package-linux.yml +++ b/.github/workflows/package-linux.yml @@ -121,7 +121,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 - name: Set up .NET 9.0 - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: ${{ matrix.vec.dotnetVersion }} - name: Build .NET QUIC Test Project diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index 392e1f23..2ceaccbc 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -51,7 +51,7 @@ jobs: - name: Checkout repository uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Setup .NET - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 6.0.x - name: Install Dependencies diff --git a/.github/workflows/publish-docfx.yml b/.github/workflows/publish-docfx.yml index c9e950c5..5dc7e0ed 100644 --- a/.github/workflows/publish-docfx.yml +++ b/.github/workflows/publish-docfx.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 - name: Dotnet Setup - uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d + uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 with: dotnet-version: 8.x