Skip to content

Commit e85baed

Browse files
committed
fix: security scanner on CI
1 parent b384a46 commit e85baed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151
- name: Install .NET SDK
5252
uses: actions/setup-dotnet@v4
5353
with:
54-
dotnet-version: 9.x.x
54+
# v6 is needed for the tool to run
55+
dotnet-version: |
56+
9.x.x
57+
6.x.x
5558
5659
- name: Set up dotnet tools and dependencies
5760
run: make install

0 commit comments

Comments
 (0)