mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(svcs): 🐛 install aspire workload for CodeQL
This commit is contained in:
parent
3b20b86146
commit
50a1fab7c1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
|
@ -27,6 +27,12 @@ jobs:
|
|||
- language: javascript-typescript
|
||||
build-mode: none
|
||||
steps:
|
||||
# CodeQL C# autobuild doesn't (yet?) recognize .NET Aspire
|
||||
- if: matrix.language == 'csharp'
|
||||
run: |
|
||||
dotnet workload update
|
||||
dotnet workload install aspire
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue