Skip to content

Commit

Permalink
CI OSSAR upgrade .NET version
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed Mar 30, 2022
1 parent ac28798 commit 45b97f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.201'
dotnet-version: '6.0.x'

# Run open source static analysis tools
- name: Run OSSAR
Expand Down

0 comments on commit 45b97f2

Please sign in to comment.