Skip to content

Commit b34d0b3

Browse files
committed
Update to .net8 runner
1 parent d42fdf6 commit b34d0b3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/[email protected]
2626

27-
- uses: actions/[email protected]
27+
- uses: actions/checkout@v3
28+
- name: Setup .NET
29+
uses: actions/setup-dotnet@v3
2830
with:
29-
dotnet-version: 7.0.x
30-
include-prerelease: true
31+
dotnet-version: |
32+
6.0.x
33+
7.0.x
34+
8.0.x
3135
3236
- name: Initialize CodeQL
3337
uses: github/codeql-action/init@v2

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
dotnet-version: |
2424
6.0.x
2525
7.0.x
26+
8.0.x
2627
- name: Restore dependencies
2728
run: dotnet restore
2829
- name: Build

0 commit comments

Comments
 (0)