We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d316e commit f70de65Copy full SHA for f70de65
.github/workflows/aot-check.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 1
24
25
- name: Setup .NET 9.0.x
26
- uses: actions/setup-dotnet@v4.1.0
+ uses: actions/setup-dotnet@v4
27
with:
28
dotnet-version: 9.0.x
29
.github/workflows/codeql-analysis.yml
@@ -26,6 +26,11 @@ jobs:
fetch-depth: 2
+ - name: Setup .NET
30
31
+ with:
32
+ dotnet-version: 9.0.x
33
+
34
# Initializes the CodeQL tools for scanning.
35
- name: Initialize CodeQL
36
uses: github/codeql-action/init@v3
.github/workflows/dotnetcore.yml
@@ -35,7 +35,7 @@ jobs:
uses: actions/[email protected]
37
- name: Setup .NET 9.x
38
39
40
dotnet-version: 9.x
41
0 commit comments