Skip to content

Commit 3125c69

Browse files
authored
Merge pull request #628 from EasyPost/fix_security_scanner
fix: security scanner on CI
2 parents b384a46 + e85baed commit 3125c69

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)