From 3d4572b292c7da7a3f2fa163ffe2576d09990b27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 06:13:38 +0000 Subject: [PATCH] ci(deps): bump actions/setup-dotnet from 4.0.0 to 4.3.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...3951f0dfe7a07e2313ec93c75700083e2005cbab) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 07a9d62..a0efd3c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: build-mode: none queries: security-and-quality - - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 + - uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab with: global-json-file: global.json diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8803a15..ba79877 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -90,12 +90,12 @@ jobs: ${{runner.os}}-nuget- - name: Setup .NET SDK - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee + uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab with: global-json-file: global.json - name: Setup .NET SDK 6 (temporary until Validate generated NuGet files can use latest .NET) - uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 + uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab with: dotnet-version: 6.x