File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 66 security-sca :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@master
9+ - name : Checkout repository
10+ uses : actions/checkout@master
11+ - uses : snyk/actions/setup@master
12+ - name : Setup .NET
13+ uses : actions/setup-dotnet@v3.0.3
14+ - name : Restore dependencies
15+ run : dotnet restore ./Contentstack.Utils.sln
1016 - name : Run Snyk to check for vulnerabilities
11- uses : snyk/actions/dotnet@master
17+ run : cd Contentstack.Utils && snyk test --fail-on=all
1218 env :
1319 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
14- with :
15- args : --fail-on=all
Original file line number Diff line number Diff line change 11
2+ ### Version: 1.0.3
3+ #### Date: Jul-10-2024
4+ - Editable tags added
5+
26### Version: 1.0.2
37#### Date: Mar-14-2024
48- Style attributes supported in converted HTML.
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >1.0.2 </Version >
3+ <Version >1.0.3 </Version >
44 </PropertyGroup >
55</Project >
You can’t perform that action at this time.
0 commit comments