diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 26c3cac..d1e85ae 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,11 +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 + - name: Build with .Net 4.7 + 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 + run: dotnet build butterflow-ui.csproj # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl