Skip to content

Commit 24ea3ab

Browse files
authored
feat: add in dotnet 8 for codeql build (#274)
1 parent e48747d commit 24ea3ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codeql.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
40-
40+
- name: Setup .NET
41+
uses: actions/setup-dotnet@v4
42+
with:
43+
dotnet-version: 9.x
4144
- name: Initialize CodeQL
4245
uses: github/codeql-action/init@v3
4346
with:

0 commit comments

Comments
 (0)