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 c64800d commit 18856e0Copy full SHA for 18856e0
.github/workflows/codeql-analysis.yml
@@ -24,10 +24,10 @@ jobs:
24
- name: Checkout repository
25
uses: actions/checkout@v4
26
27
- - name: Setup .NET 8.0
+ - name: Setup .NET 9.0
28
uses: actions/setup-dotnet@v4
29
with:
30
- dotnet-version: '8.0.x'
+ dotnet-version: '9.0.x'
31
32
- name: Initialize CodeQL
33
uses: github/codeql-action/init@v3
.github/workflows/dotnetcore.yml
@@ -17,10 +17,10 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
20
21
22
23
- name: Restore
run: dotnet restore
0 commit comments