Skip to content

Commit

Permalink
Update ossar-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica authored Feb 11, 2024
1 parent 4433e96 commit 1711555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ossar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# Checkout your code repository to scan
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand All @@ -27,9 +27,9 @@ jobs:

# Install dotnet, used by OSSAR
- name: Install .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '6.x'

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

0 comments on commit 1711555

Please sign in to comment.