Skip to content
Merged

prod #327

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Merge non major updates
uses: trakx/github-actions/dependabot-automerge@v10.2.9
uses: trakx/github-actions/dependabot-automerge@v10.2.10
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/delete-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete tags
uses: trakx/github-actions/delete-tags@v10.2.9
uses: trakx/github-actions/delete-tags@v10.2.10
with:
num-tags-to-keep: ${{github.event.inputs.num-pre-release-versions-to-keep}}

delete-versions:
runs-on: ubuntu-latest
steps:
- name: Delete Trakx.Fireblocks.ApiClient versions
uses: trakx/github-actions/delete-nuget-version@v10.2.9
uses: trakx/github-actions/delete-nuget-version@v10.2.10
with:
package-name: "Trakx.Fireblocks.ApiClient"
num-old-pre-release-versions-to-keep: ${{github.event.inputs.num-pre-release-versions-to-keep}}
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Build and publish nuget packages
id: publish
uses: trakx/github-actions/publish-nuget@v10.2.9
uses: trakx/github-actions/publish-nuget@v10.2.10
with:
packageReadonlyPat: ${{secrets.TRAKX_BOT_READONLY_PAT}}
githubToken: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Test and cover solutions
id: test
uses: trakx/github-actions/test-dotnet@v10.2.9
uses: trakx/github-actions/test-dotnet@v10.2.10
with:
packageReadonlyPat: ${{secrets.TRAKX_BOT_READONLY_PAT}}
awsAccessKeyId: ${{secrets.AWS_ACCESS_KEY_ID}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Import Project="../Packable.Projects.props" />

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="10.0.3" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.15.0" />
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
<PackageReference Include="NSwag.MSBuild" Version="14.6.3">
Expand All @@ -16,8 +16,8 @@
</PackageReference>
<PackageReference Include="Polly.Extensions.Http" Version="3.0.0" />
<PackageReference Include="Polly.Caching.Memory" Version="3.0.2" />
<PackageReference Include="Trakx.Common.ApiClient" Version="2.0.3" />
<PackageReference Include="Trakx.Common.Configuration" Version="2.0.3" />
<PackageReference Include="Trakx.Common.ApiClient" Version="2.1.2" />
<PackageReference Include="Trakx.Common.Configuration" Version="2.1.2" />
</ItemGroup>

<Target Name="NSwag" BeforeTargets="Build" Condition="'$(GenerateApiClient)'=='True' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Flurl.Http" Version="4.0.2" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="Trakx.Common.Testing.Documentation" Version="2.0.3" />
<PackageReference Include="Trakx.Common.Testing.Documentation" Version="2.1.2" />
<PackageReference Include="YamlDotNet" Version="16.3.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
Expand Down