Skip to content

Commit

Permalink
Setup .NET 6.0 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierjohn committed Nov 21, 2023
1 parent 64c7d4f commit 92849d5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,17 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Setup .NET 3.1 SDK
uses: actions/setup-dotnet@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
dotnet-version: 3.1.x
queries: security-and-quality
languages: csharp

- name: Setup .NET 6.0 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
queries: security-and-quality
languages: csharp

# build a temporary *.slnf file that only contains source projects and put it in ~/obj
# so that it is not tracked by git. then run 'dotnet build' using the *.slnf, which
# will preserve the dependency order and configuration of the *.sln
Expand Down

0 comments on commit 92849d5

Please sign in to comment.