From 06e20549841cb60fe362e3061484cd67bde466cb Mon Sep 17 00:00:00 2001 From: sei-tspencer Date: Fri, 10 Jan 2025 12:12:11 -0500 Subject: [PATCH] test 2 --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cb57768..73e898a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,6 +35,7 @@ jobs: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. fetch-depth: 2 + - name: Load dotnet uses: actions/setup-dotnet@v4 with: dotnet-version: '8.0.x'