-
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.
CVE-2022-48282: Bump MongoDB.Driver to non-vulnerable version (#603)
* Updates for .NET 8 * Bump minimum MongoDB client version * Update mongodb action --------- Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com> Co-authored-by: David Boike <[email protected]> Co-authored-by: Daniel Marbach <[email protected]>
- Loading branch information
1 parent
fd7b837
commit 81b724c
Showing
9 changed files
with
48 additions
and
40 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,13 +31,14 @@ 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 }} | ||
|
10 changes: 5 additions & 5 deletions
10
...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
10 changes: 5 additions & 5 deletions
10
...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
10 changes: 5 additions & 5 deletions
10
...eBus.Storage.MongoDB.PersistenceTests/NServiceBus.Storage.MongoDB.PersistenceTests.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
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