Skip to content

Commit

Permalink
updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thavelock committed Jul 23, 2024
1 parent 934be0d commit 75f236d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/open-source-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:

- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1'

- name: Install Dependencies
run: dotnet restore

- name: Test Open Source Dependencies with Snyk
uses: snyk/actions/dotnet@master
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dccache
.dcignore
.idea

0 comments on commit 75f236d

Please sign in to comment.