We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53fc87b + 27e0fcd commit f9bd862Copy full SHA for f9bd862
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup .NET
25
uses: actions/setup-dotnet@v4
26
with:
27
- dotnet-version: 7.x
+ dotnet-version: 8.x
28
29
- name: Install dependencies
30
run: dotnet restore
src/GraphWebhooks/GraphWebhooks.csproj
@@ -13,7 +13,7 @@
13
</ItemGroup>
14
15
<ItemGroup>
16
- <PackageReference Include="Azure.Identity" Version="1.13.1" />
+ <PackageReference Include="Azure.Identity" Version="1.13.2" />
17
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.7.0" />
18
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
19
<PackageReference Include="Microsoft.Identity.Web" Version="3.4.0" />
0 commit comments