Skip to content

Commit

Permalink
Update security-audit.yml to build the test csproj for codeql (#74)
Browse files Browse the repository at this point in the history
* Update security-audit.yml to build the test csproj for codeql

* Update security-audit.yml

* Update security-audit.yml
  • Loading branch information
ladatz authored May 3, 2024
1 parent 178d12c commit bc1b56a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
with:
languages: ${{ matrix.language }}
- name: Build MQTT Connector's Azure Function
run: dotnet build cloud_connectors/resources/azure_function/src/function.csproj
run: |
dotnet build cloud_connectors/resources/azure_function/src/function.csproj
dotnet build cloud_connectors/resources/azure_function/tests/MQTTConnectorAzureFunction.Tests.csproj
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v2

0 comments on commit bc1b56a

Please sign in to comment.