Skip to content

Commit

Permalink
Install aspire workload before code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
canro91 committed Oct 24, 2024
1 parent 62786ff commit 18c5455
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: github/codeql-action/init@v3
with:
queries: security-and-quality

- name: Install .NET Aspire workload
run: dotnet workload install aspire

- name: Autobuild
uses: github/codeql-action/autobuild@v3
Expand Down

0 comments on commit 18c5455

Please sign in to comment.