diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3d61d27..340edd1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -33,7 +33,7 @@ jobs: - name: Setup uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.x.x + dotnet-version: 7.x.x - name: Restore run: dotnet restore