We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57f19c commit 006ed86Copy full SHA for 006ed86
.github/workflows/codeql-analysis.yml
@@ -49,6 +49,12 @@ jobs:
49
# By default, queries listed here will override any specified in a config file.
50
# Prefix the list here with "+" to use these queries and those in the config file.
51
# queries: ./path/to/local/query, your-org/your-repo/queries@main
52
+
53
+ # Setup .NET 7
54
+ - name: Setup .NET 7
55
+ uses: actions/setup-dotnet@v3
56
+ with:
57
+ dotnet-version 7.0.x
58
59
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60
# If this step fails, then you should remove it and run the build manually (see below)
0 commit comments