From c241a6160a2df4ef9b87d600797835c2c2c8f02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 03:00:17 +0000 Subject: [PATCH 1/2] build(deps): bump Azure.Identity in /src/GraphWebhooks Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.13.1...Azure.Identity_1.13.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/GraphWebhooks/GraphWebhooks.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphWebhooks/GraphWebhooks.csproj b/src/GraphWebhooks/GraphWebhooks.csproj index 7d216fc..27d52bd 100644 --- a/src/GraphWebhooks/GraphWebhooks.csproj +++ b/src/GraphWebhooks/GraphWebhooks.csproj @@ -13,7 +13,7 @@ - + From 27e0fcd4516bca9712f53849fc5f4f5d909981af Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Wed, 15 Jan 2025 09:43:51 +0300 Subject: [PATCH 2/2] fix: correct the version of .Net installed --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 14704e2..5445e66 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Install dependencies run: dotnet restore