From 1f7259b6660323e64813c53c0af4e29c896e1901 Mon Sep 17 00:00:00 2001 From: Kevin Mack Date: Wed, 26 Jun 2024 16:43:30 +0000 Subject: [PATCH] Adding restore step --- .github/workflows/codeql.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a23c4ea..4b8ca05 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -98,6 +98,12 @@ jobs: echo "CodeQL CLI installation completed." + - name: restore-projects + shell: bash + run: | + docker exec hostsvc-link bash -c "dotnet restore /workspaces/hostsvc-link/src_pluginBase/pluginBase.csproj" + docker exec hostsvc-link bash -c "dotnet restore /workspaces/hostsvc-link/src" + - name: codeql-init shell: bash run: |