Skip to content

Commit 380b7b6

Browse files
authored
Add setup for .NET 8.0 and enable build mode
1 parent 9580686 commit 380b7b6

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ jobs:
5656
uses: github/codeql-action/init@v4
5757
with:
5858
languages: ${{ matrix.language }}
59-
#build-mode: ${{ matrix.build-mode }}
59+
build-mode: ${{ matrix.build-mode }}
60+
- name: setup dotnet
61+
uses: actions/setup-dotnet@v5
62+
with:
63+
dotnet-version: '8.0.x'
64+
- name: Autobuild
65+
uses: github/codeql-action/autobuild@v4
6066
# If you wish to specify custom queries, you can do so here or in a config file.
6167
# By default, queries listed here will override any specified in a config file.
6268
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)