From 6511ecef1cfec1c622f59f8dbb48e5853c1ceda5 Mon Sep 17 00:00:00 2001 From: mjpt777 Date: Thu, 22 Feb 2024 11:13:54 +0000 Subject: [PATCH] Upgrade CodeQl to use setup-dotnet to v4. --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6909739161..e9842e0a1e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -117,7 +117,7 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: Setup dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.dotnet }}