From e1abf6c6146d6e646e19a9096f850451ad536eef Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Wed, 14 Apr 2021 11:03:34 -0500 Subject: [PATCH] Update codeql-analysis.yml i dunno i might just remove this workflow... --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0159af4..656368c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,10 +51,10 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) #- name: Autobuild # uses: github/codeql-action/autobuild@v1 - - name: Setup .Net 4.7 + - name: Setup .Net uses: actions/setup-dotnet@v1 with: - dotnet-version: '4.7.x' # SDK Version to use; x will use the latest version of the 3.1 channel + dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel - name : Build run: dotnet build butterflow-ui.csproj