diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2478aa66..cf7fd006 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Extract version from tag - uses: nowsprinting/check-version-format-action@v3 + uses: nowsprinting/check-version-format-action@v4 id: version with: prefix: 'v' @@ -23,12 +23,12 @@ jobs: exit 1 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Mandatory to use exact version from tag action - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: global-json-file: global.json @@ -56,14 +56,14 @@ jobs: run: dotnet test Remote.Linq.sln -c Release /bl - name: Upload build log - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: msbuild_log path: msbuild.binlog if-no-files-found: error - name: Upload packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: nuget_packages path: artifacts diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f00a18..e568df5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [7.2.1][7.2.1] - 2024-07-10 + +### Security + +- Bump _aqua-core_ from 5.4.0 to 5.4.1 ([CVE-2024-30105][CVE-2024-30105]) + ## [7.2.0][7.2.0] - 2024-06-04 ### Added @@ -108,8 +114,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dropped unused dependency on _System.Runtime.Serialization.Formatters_. -[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/7.2.0...main -[7.2.0]: https://github.com/6bee/Remote.Linq/compare/7.1.0...7.2.0 +[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/v7.2.1...main +[7.2.1]: https://github.com/6bee/Remote.Linq/compare/v7.2.0...v7.2.1 +[7.2.0]: https://github.com/6bee/Remote.Linq/compare/7.1.0...v7.2.0 [7.1.0]: https://github.com/6bee/Remote.Linq/compare/7.0.0...7.1.0 [7.0.0]: https://github.com/6bee/Remote.Linq/compare/6.3.1...7.0.0 [6.3.1]: https://github.com/6bee/Remote.Linq/compare/6.3.0...6.3.1 @@ -124,3 +131,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [nullable-references]: https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references [protobuf-net-v2]: https://www.nuget.org/packages/protobuf-net/2.4.6 [syslib0050]: https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0050 +[CVE-2024-30105]: https://github.com/advisories/GHSA-hh2w-p6rv-4g7w diff --git a/Directory.Build.props b/Directory.Build.props index 84726d1b..68d089ac 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,7 +6,7 @@ 3 0 dev - 5.4.0 + 5.4.1