From 98ccebc96aff2aa124e4bf2e152840bbc2e98cb4 Mon Sep 17 00:00:00 2001 From: AsakusaRinne <47343601+AsakusaRinne@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:15:16 +0800 Subject: [PATCH] fix: CI error of codeql anaylzer #48. --- .github/workflows/codeql-analysis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8e2b6f1..3d0c98a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -46,15 +46,12 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - - name: Setup dotnet 3.1.x sdk + - name: Setup dotnet sdk uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.x - - - name: Setup dotnet 5.0.x sdk - uses: actions/setup-dotnet@v1 - with: dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Check dotnet sdk install run: dotnet --info