Skip to content

Commit f70de65

Browse files
Update setup dotnet actions (#3074)
* Needed for .net cdn change see dotnet/core#9671 and: AzureAD/microsoft-identity-web#3175 * Update codeql action to setup .NET 9
1 parent e6d316e commit f70de65

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/aot-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 1
2424

2525
- name: Setup .NET 9.0.x
26-
uses: actions/setup-dotnet@v4.1.0
26+
uses: actions/setup-dotnet@v4
2727
with:
2828
dotnet-version: 9.0.x
2929

.github/workflows/codeql-analysis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
fetch-depth: 2
2828

29+
- name: Setup .NET
30+
uses: actions/setup-dotnet@v4
31+
with:
32+
dotnet-version: 9.0.x
33+
2934
# Initializes the CodeQL tools for scanning.
3035
- name: Initialize CodeQL
3136
uses: github/codeql-action/init@v3

.github/workflows/dotnetcore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/[email protected]
3636

3737
- name: Setup .NET 9.x
38-
uses: actions/setup-dotnet@v4.1.0
38+
uses: actions/setup-dotnet@v4
3939
with:
4040
dotnet-version: 9.x
4141

0 commit comments

Comments
 (0)