File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
src/Serilog.Sinks.MSSqlServer Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 uses : actions/checkout@v3
2323
2424 - name : Initialize CodeQL
25- uses : github/codeql-action/init@v2
25+ uses : github/codeql-action/init@v3
2626 with :
2727 languages : ' csharp'
2828
2929 - name : Run build
3030 run : ./Build.ps1 -SkipTests
3131
3232 - name : Perform CodeQL Analysis
33- uses : github/codeql-action/analyze@v2
33+ uses : github/codeql-action/analyze@v3
3434 with :
3535 category : " /language:csharp"
Original file line number Diff line number Diff line change 1+ # 6.7.0
2+ * Fixed some of the vulnerabilities referenced in issue #544 by updating SqlClient dependency to 5.2.1
3+ * Update codeql-action to v3 before deprecation
4+
15# 6.6.1
26* Fixed issue #515 : Cannot use .AuditTo with SpanId or TraceId (thanks to @Kolthor and @vui611 )
37* Fixed issue #530 : Document default value of AllowNull
Original file line number Diff line number Diff line change 1111 <PackageVersion Include =" System.Runtime.Extensions" Version =" 4.3.1" />
1212 <PackageVersion Include =" System.Runtime.InteropServices" Version =" 4.3.0" />
1313 <PackageVersion Include =" System.Text.Encoding.Extensions" Version =" 4.3.0" />
14- <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.1.5 " />
14+ <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.2.1 " />
1515 <PackageVersion Include =" Microsoft.Extensions.Configuration" Version =" 6.0.1" />
1616 <PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 6.0.0" />
1717 <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 6.0.1" />
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >A Serilog sink that writes events to Microsoft SQL Server and Azure SQL</Description >
5- <VersionPrefix >6.6.1 </VersionPrefix >
5+ <VersionPrefix >6.7.0 </VersionPrefix >
66 <Authors >Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors >
77 <TargetFrameworks >netstandard2.0;net462;net472;net6.0</TargetFrameworks >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments