Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85bc418

Browse filesBrowse files
Add explicit setup for .NET 7 for CodeQL workflow
1 parent 1a60288 commit 85bc418
Copy full SHA for 85bc418

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎.github/workflows/codeql-analysis.yml

Copy file name to clipboardExpand all lines: .github/workflows/codeql-analysis.yml
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
queries: security-and-quality
2828
languages: csharp
2929

30+
- name: Setup .NET
31+
uses: actions/setup-dotnet@v3
32+
with:
33+
dotnet-version: 7.0.x
34+
3035
# build a temporary *.slnf file that only contains source projects and put it in ~/obj
3136
# so that it is not tracked by git. then run 'dotnet build' using the *.slnf, which
3237
# will preserve the dependency order and configuration of the *.sln

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.