Skip to content

Commit

Permalink
Update ossar-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkhala authored Jan 8, 2025
1 parent 697f2fc commit a553890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For documentation, or to provide feedback, visit https://github.com/github/ossar-action
name: github/ossar-action

on: workflow_dispatch
on: push

jobs:
OSSAR-Scan:
Expand All @@ -18,7 +18,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 a553890

Please sign in to comment.