Skip to content

Commit

Permalink
Update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wjiuhe committed Apr 12, 2022
1 parent 9b29ff9 commit 11eb7ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ossar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
# A version greater than or equal to v3.1.201 of dotnet must be installed on the agent in order to run this action.
# GitHub hosted runners already have a compatible version of dotnet installed and this step may be skipped.
# For self-hosted runners, ensure dotnet version 3.1.201 or later is installed by including this action:
# - name: Install .NET
# uses: actions/setup-dotnet@v2
# with:
# dotnet-version: '3.1.x'
- name: Install .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: '3.1.x'

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

0 comments on commit 11eb7ab

Please sign in to comment.