Skip to content

Commit e793d99

Browse files
committed
Update codeql.yml
1 parent 1771fae commit e793d99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
shell: bash
4646
run: |
4747
dotnet restore
48-
dotnet publish API/API.csproj -c Release
49-
dotnet publish LiveControlGateway/LiveControlGateway.csproj -c Release
50-
dotnet publish Cron/Cron.csproj -c Release
48+
dotnet publish Common/Common.csproj -c Release
49+
dotnet publish Common.ASPNET/Common.ASPNET.csproj -c Release
50+
dotnet publish DynamicLinq/DynamicLinq.csproj -c Release
5151
5252
- name: Perform CodeQL Analysis
5353
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)