Skip to content

Commit eac646a

Browse files
GitHubSync update - release-5.11 (#4669)
Co-authored-by: internalautomation[bot] <85681268+internalautomation[bot]@users.noreply.github.com>
1 parent 76dba43 commit eac646a

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/[email protected].0
78+
uses: Particular/[email protected].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/[email protected].0
86+
uses: Particular/[email protected].1
8787
if: matrix.test-category == 'RabbitMQ'
8888
with:
8989
connection-string-name: ServiceControl_TransportTests_RabbitMQ_ConnectionString

.github/workflows/nuget-audit.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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/[email protected]
13+
- name: Setup .NET SDK
14+
uses: actions/[email protected]
15+
with:
16+
global-json-file: global.json
17+
- name: Restore
18+
id: restore
19+
run: dotnet restore src

0 commit comments

Comments
 (0)