Skip to content

Commit

Permalink
Update ossar-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberFlameGO authored Mar 24, 2021
1 parent 9aa6598 commit 18c0598
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,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@v1
# with:
# dotnet-version: '3.1.x'
- name: Install .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'

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

0 comments on commit 18c0598

Please sign in to comment.