Skip to content

Commit

Permalink
Yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sondergaard committed Oct 7, 2024
1 parent 455c473 commit 1f6d902
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- language: csharp
build-mode: manual
solution: [./source/Outbox/Outbox.sln, ./source/JsonSerialization/JsonSerialization.sln, ./source/FeatureManagement/FeatureManagement.sln, ./source/App/App.sln, ./source/Databricks/Databricks.sln, ./source/TestCommon/TestCommon.sln, ./source/Messaging/Messaging.sln, ./source/Logging/Logging.sln]
language: [csharp]
build-mode: [manual]
solution: [./source/Outbox/Outbox.sln, ./source/JsonSerialization/JsonSerialization.sln, ./source/FeatureManagement/FeatureManagement.sln, ./source/App/App.sln, ./source/Databricks/Databricks.sln, ./source/TestCommon/TestCommon.sln, ./source/Messaging/Messaging.sln, ./source/Logging/Logging.sln]

# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
Expand Down

0 comments on commit 1f6d902

Please sign in to comment.