Skip to content

Commit

Permalink
Patching the CodeQL lack of .NET 3.x and 5.x runtime to build out sol…
Browse files Browse the repository at this point in the history
…ution.
  • Loading branch information
cdmdotnet committed Oct 2, 2023
1 parent cfcc6b8 commit f97ad3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ jobs:
- name: Setup dotnet CLI
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: ${{ matrix.dotnet-version }}
# dotnet-version: ${{ matrix.dotnet-version }}
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
- name: Setup dependencies caching
uses: actions/cache@v3
Expand Down

0 comments on commit f97ad3b

Please sign in to comment.