diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d3fc64..5b24f11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - - name: Setup SKDs + - name: Setup dotnet uses: actions/setup-dotnet@v1 with: dotnet-version: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b8b5967..325e985 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,8 @@ jobs: dotnet-version: | 6.0.x 7.0.x - + 8.0.x + - run: dotnet --info # Initializes the CodeQL tools for scanning.