We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3dc4a commit 798fd78Copy full SHA for 798fd78
.github/workflows/codeql-analysis.yml
@@ -46,10 +46,10 @@ jobs:
46
# Prefix the list here with "+" to use these queries and those in the config file.
47
# queries: ./path/to/local/query, your-org/your-repo/queries@main
48
49
- - name: Setup .NET 7.0
50
- uses: actions/setup-dotnet@v3.0.3
+ - name: Setup .NET 8.0
+ uses: actions/setup-dotnet@v4.3.0
51
with:
52
- dotnet-version: 7.0.100
+ dotnet-version: 8.0.406
53
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments