From ea3ceab4e2579513fa7181f65ec70d308f8d07bf Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Tue, 18 Jan 2022 11:46:26 +0000 Subject: [PATCH] GH actions - install latest dotnet --- .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 60292dba45..9ec8c3b4e3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -22,6 +22,11 @@ jobs: with: config-file: ./.github/config/codeql-config.yml + - name: Setup dotnet + uses: actions/setup-dotnet@v1 + with: + dotnet-version: '6.0.x' + - name: Build run: dotnet build umbraco-netcore-only.sln # also runs npm build