File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ jobs:
7575 connection-string-env-var : ServiceControl_TransportTests_SQL_ConnectionString
7676 catalog : nservicebus
7777 - name : Setup PostgreSQL
78- uses : Particular/setup-postgres-action@v1.0.0
78+ uses : Particular/setup-postgres-action@v1.0.2
7979 if : matrix.test-category == 'PostgreSQL'
8080 with :
8181 connection-string-name : ServiceControl_TransportTests_PostgreSQL_ConnectionString
8282 tag : ServiceControl
8383 registry-username : ${{ secrets.DOCKERHUB_USERNAME }}
8484 registry-password : ${{ secrets.DOCKERHUB_TOKEN }}
8585 - name : Setup RabbitMQ
86- uses : Particular/setup-rabbitmq-action@v1.7.0
86+ uses : Particular/setup-rabbitmq-action@v1.7.1
8787 if : matrix.test-category == 'RabbitMQ'
8888 with :
8989 connection-string-name : ServiceControl_TransportTests_RabbitMQ_ConnectionString
Original file line number Diff line number Diff line change 1+ name : NuGet Audit
2+ on :
3+ workflow_dispatch :
4+ env :
5+ DOTNET_NOLOGO : true
6+ jobs :
7+ build :
8+ name : Linux
9+ runs-on : ubuntu-22.04
10+ steps :
11+ - name : Checkout
12+ uses : actions/checkout@v4.2.2
13+ - name : Setup .NET SDK
14+ uses : actions/setup-dotnet@v4.1.0
15+ with :
16+ global-json-file : global.json
17+ - name : Restore
18+ id : restore
19+ run : dotnet restore src
You can’t perform that action at this time.
0 commit comments