Skip to content

Commit

Permalink
fix(ci): .net 6 and 7 for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Dec 2, 2022
1 parent 05727e7 commit 1bdabb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
Expand Down

0 comments on commit 1bdabb9

Please sign in to comment.