diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 17d860e270..e6efb435e0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Setup/Install the .NET 8 SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x @@ -41,11 +41,6 @@ jobs: submodules: recursive fetch-depth: 0 - - name: Run NuGet restore - shell: pwsh - run: | - nuget restore MailKit.sln - - name: Run .NET restore shell: pwsh run: |