From 21d2ac912c53f06f4adac04c504cb7548a5f14f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 06:02:20 +0000 Subject: [PATCH] ci(deps): bump actions/setup-dotnet from 4.0.0 to 4.3.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4...67a3573c9a986a3f9c594539f4ab511d57bb3ce9) --- 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..46cd02f 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@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 with: global-json-file: global.json diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8803a15..dc7733c 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@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 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@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 with: dotnet-version: 6.x