Skip to content

Commit 798fd78

Browse files
authored
Update codeql-analysis.yml
1 parent 6e3dc4a commit 798fd78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
# Prefix the list here with "+" to use these queries and those in the config file.
4747
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4848

49-
- name: Setup .NET 7.0
50-
uses: actions/setup-dotnet@v3.0.3
49+
- name: Setup .NET 8.0
50+
uses: actions/setup-dotnet@v4.3.0
5151
with:
52-
dotnet-version: 7.0.100
52+
dotnet-version: 8.0.406
5353

5454
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)