Skip to content

Commit 0d11e4a

Browse files
authored
Pull RabbitMQ image for testing with authentication (#4287)
* Pull RabbitMQ image for testing with authentication * Bump Azure.Identity
1 parent b51a730 commit 0d11e4a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ jobs:
6464
connection-string-env-var: ServiceControl.TransportTests.SQL.ConnectionString
6565
catalog: nservicebus
6666
- name: Setup RabbitMQ
67-
uses: Particular/setup-rabbitmq-action@v1.3.0
67+
uses: Particular/setup-rabbitmq-action@v1.6.0
6868
if: matrix.test-category == 'RabbitMQ'
6969
with:
7070
connection-string-name: ServiceControl.TransportTests.RabbitMQ.ConnectionString
7171
tag: ServiceControl
72+
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
73+
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
7274
- name: Setup Azure Service Bus
7375
uses: Particular/[email protected]
7476
if: matrix.test-category == 'AzureServiceBus'

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup Label="Versions for direct package references">
99
<PackageVersion Include="Autofac" Version="7.0.1" />
10-
<PackageVersion Include="Azure.Identity" Version="1.11.1" />
10+
<PackageVersion Include="Azure.Identity" Version="1.12.0" />
1111
<PackageVersion Include="ByteSize" Version="2.1.1" />
1212
<PackageVersion Include="Caliburn.Micro" Version="4.0.212" />
1313
<PackageVersion Include="Dapper" Version="2.0.138" />

0 commit comments

Comments
 (0)