diff --git a/.github/workflows/code-scanning.yml b/.github/workflows/code-scanning.yml index 54115dad8f..e69d6ed259 100644 --- a/.github/workflows/code-scanning.yml +++ b/.github/workflows/code-scanning.yml @@ -35,7 +35,7 @@ jobs: languages: csharp - name: Build - uses: dotnet build -c ReleaseNoService + run: dotnet build -c ReleaseNoService - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2