Skip to content

Commit f9bd862

Browse files
Merge pull request #391 from microsoftgraph/dependabot/nuget/src/GraphWebhooks/Azure.Identity-1.13.2
build(deps): bump Azure.Identity from 1.13.1 to 1.13.2 in /src/GraphWebhooks
2 parents 53fc87b + 27e0fcd commit f9bd862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup .NET
2525
uses: actions/setup-dotnet@v4
2626
with:
27-
dotnet-version: 7.x
27+
dotnet-version: 8.x
2828

2929
- name: Install dependencies
3030
run: dotnet restore

src/GraphWebhooks/GraphWebhooks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Azure.Identity" Version="1.13.1" />
16+
<PackageReference Include="Azure.Identity" Version="1.13.2" />
1717
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.7.0" />
1818
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
1919
<PackageReference Include="Microsoft.Identity.Web" Version="3.4.0" />

0 commit comments

Comments
 (0)