Update codeql dotnet version

This commit is contained in:
Cody Robibero 2021-09-25 06:40:19 -06:00
parent 4fc3de9b75
commit d156d49113
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'
include-prerelease: true
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: