From 1c5a971bb5b713ae4ad9ae4571ab03618572b2b1 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Wed, 14 Apr 2021 10:20:07 -0500 Subject: [PATCH] Update codeql-analysis.yml Trying to fix the build. --- .github/workflows/codeql-analysis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bab77ac..26c3cac 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,6 +51,11 @@ 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 + - uses: actions/checkout@main + - 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 + - run: dotnet build butterflow-ui # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl