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.
1 parent 5239307 commit 75847b7Copy full SHA for 75847b7
.github/workflows/codeql.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install .NET Core
35
uses: actions/setup-dotnet@v3
36
with:
37
- dotnet-version: 8.x.x
+ dotnet-version: 9.x.x
38
39
# Execute the build
40
- name: Execute Release Build
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
# Execute the tests
60
- name: Execute Tests
0 commit comments