Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed snyk.yml
Browse files Browse the repository at this point in the history
lvukadinovic-ib authored Oct 25, 2024
1 parent 19ab22d commit b8c00e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
@@ -7,9 +7,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup .NET
uses: actions/setup-dotnet@3.0.3
uses: actions/setup-dotnet@4
- name: Restore dependencies
run: dotnet restore ./path/to/your.sln
run: dotnet restore .\Infobip.Api.Client.sln
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/dotnet@master
continue-on-error: true # To make sure that SARIF upload gets called

0 comments on commit b8c00e8

Please sign in to comment.