-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for .NET 8 - release-2.3 + suppress CVE-2022-48282 due to bre…
…aking change (#602) * Updates for .NET 8 * Flag for binary formatter * Bump mongo setup action & 1 suppression * MongoDB.Driver CVE GHSA-7j9m-j397-g4wx cannot be updated to 2.19.0 without breaking change to target framework --------- Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com> Co-authored-by: David Boike <[email protected]>
- Loading branch information
1 parent
47a7c34
commit 4e53c88
Showing
9 changed files
with
49 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,21 @@ on: | |
- '[0-9]+.[0-9]+.[0-9]+-*' | ||
env: | ||
DOTNET_NOLOGO: true | ||
defaults: | ||
run: | ||
shell: pwsh | ||
jobs: | ||
release: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.2.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup .NET SDK | ||
uses: actions/setup-dotnet@v3.0.3 | ||
uses: actions/setup-dotnet@v4.0.0 | ||
with: | ||
dotnet-version: 7.0.x | ||
dotnet-version: 8.0.x | ||
- name: Build | ||
run: dotnet build src --configuration Release | ||
- name: Sign NuGet packages | ||
|
@@ -28,12 +31,13 @@ jobs: | |
client-secret: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }} | ||
certificate-name: ${{ secrets.AZURE_KEY_VAULT_CERTIFICATE_NAME }} | ||
- name: Publish artifacts | ||
uses: actions/upload-artifact@v3.1.1 | ||
uses: actions/upload-artifact@v4.3.1 | ||
with: | ||
name: nugets | ||
path: nugets/* | ||
retention-days: 1 | ||
- name: Deploy | ||
uses: Particular/[email protected] | ||
# Does not follow standard practice of targeting explicit versions because configuration is tightly coupled to Octopus Deploy configuration | ||
uses: Particular/push-octopus-package-action@main | ||
with: | ||
octopus-deploy-api-key: ${{ secrets.OCTOPUS_DEPLOY_API_KEY }} |
11 changes: 6 additions & 5 deletions
11
...iceBus.Storage.MongoDB.AcceptanceTests/NServiceBus.Storage.MongoDB.AcceptanceTests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
...rage.MongoDB.NoTx.AcceptanceTests/NServiceBus.Storage.MongoDB.NoTx.AcceptanceTests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...n.AcceptanceTests/NServiceBus.Storage.MongoDB.TransactionalSession.AcceptanceTests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
....TransactionalSession.Tests/NServiceBus.Storage.MongoDB.TransactionalSession.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters