diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8f04346..35c76bc 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -40,8 +40,8 @@ jobs:
with:
dotnet-version: 9.x
- name: Restore dependencies
- run: dotnet restore --no-cache -f -v minimal AITSYS.Vimeo.Ott/AITSYS.Vimeo.Ott.csproj
+ run: dotnet restore --no-cache -f -v minimal AITSYS.Vimeo.Ott.sln
- name: Build
- run: dotnet build -c Release -v minimal --no-restore --no-self-contained AITSYS.Vimeo.Ott/AITSYS.Vimeo.Ott.csproj
+ run: dotnet build -c Release -v minimal --no-restore --no-self-contained AITSYS.Vimeo.Ott.sln
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
diff --git a/AITSYS.Vimeo.Ott.Test/AITSYS.Vimeo.Ott.Test.csproj b/AITSYS.Vimeo.Ott.Test/AITSYS.Vimeo.Ott.Test.csproj
index 1c0b2ba..efa7443 100644
--- a/AITSYS.Vimeo.Ott.Test/AITSYS.Vimeo.Ott.Test.csproj
+++ b/AITSYS.Vimeo.Ott.Test/AITSYS.Vimeo.Ott.Test.csproj
@@ -5,7 +5,7 @@