Skip to content

Commit 90c01b6

Browse files
committed
ci: install .NET 8 SDK in CI and builds
1 parent ab208ef commit 90c01b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
with:
3030
dotnet-version: 8.0.x
3131

32+
- name: Setup .NET
33+
uses: actions/setup-dotnet@v3.2.0
34+
with:
35+
dotnet-version: 8.0.x
36+
3237
# Initializes the CodeQL tools for scanning.
3338
- name: Initialize CodeQL
3439
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)