From 724d28c68201c3a6cfb30a5f9c9d070fc8a3f7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:42:20 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3.0.2 to 5.4.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 5.4.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0...26b0ec14cb23fa6904739307f278c14f94c95bf1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 2 +- .github/workflows/codeql-scan.yml | 2 +- .github/workflows/release-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c0c3645..e338e78 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Setup .Net - uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: dotnet-version: 6.0.x diff --git a/.github/workflows/codeql-scan.yml b/.github/workflows/codeql-scan.yml index 2c74092..8acb80f 100644 --- a/.github/workflows/codeql-scan.yml +++ b/.github/workflows/codeql-scan.yml @@ -59,7 +59,7 @@ jobs: # queries: security-extended,security-and-quality # https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs - name: Setup .Net - uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: dotnet-version: 6.0.x diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index a741b8c..7ae93db 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Setup .Net - uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 with: dotnet-version: 6.0.x