We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7d378 commit b500ff2Copy full SHA for b500ff2
1 file changed
.github/workflows/codeql-analysis.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Setup .NET
42
uses: actions/setup-dotnet@v4
43
with:
44
- dotnet-version: 9.0.x
45
- dotnet-quality: ga
+ dotnet-version: 10.0.x
+ dotnet-quality: preview
46
47
- name: Initialize CodeQL
48
uses: github/codeql-action/init@v3
0 commit comments