We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5414f2 commit c1450c6Copy full SHA for c1450c6
1 file changed
.github/workflows/codeql-analysis.yml
@@ -40,6 +40,12 @@ jobs:
40
- name: Checkout repository
41
uses: actions/checkout@v2
42
43
+ # Temporarily set up .NET 10 SDK until CodeQL autobuild supports .NET 10
44
+ - name: Setup .NET 10
45
+ uses: actions/setup-dotnet@v5
46
+ with:
47
+ dotnet-version: 10.0.x
48
+
49
# Initializes the CodeQL tools for scanning.
50
- name: Initialize CodeQL
51
uses: github/codeql-action/init@v1
0 commit comments