33
33
node-version : ${{ matrix.node-version }}
34
34
35
35
- name : Start MongoDB
36
- uses :
supercharge /[email protected]
36
+ uses :
step-security /[email protected]
37
37
with :
38
38
# Here we are using an image from Amazon's ECR rather than the default image from Docker Hub
39
39
mongodb-image : ' public.ecr.aws/docker/library/mongo'
75
75
node-version: ${{ matrix.node-version }}
76
76
77
77
- name: Start MongoDB
78
- uses: supercharge /[email protected]
78
+ uses: step-security /[email protected]
79
79
with:
80
80
mongodb-version: ${{ matrix.mongodb-version }}
81
81
mongodb-replica-set: test-rs
@@ -119,7 +119,7 @@ jobs:
119
119
node-version: ${{ matrix.node-version }}
120
120
121
121
- name: Start MongoDB
122
- uses: supercharge /[email protected]
122
+ uses: step-security /[email protected]
123
123
with:
124
124
mongodb-version: ${{ matrix.mongodb-version }}
125
125
mongodb-replica-set: test-rs
@@ -140,7 +140,7 @@ You can utilize an alternative MongoDB docker image using the `mongodb-image` in
140
140
141
141
` ` ` yaml
142
142
- name: Start MongoDB
143
- uses: supercharge /[email protected]
143
+ uses: step-security /[email protected]
144
144
with:
145
145
# Here we are using an image from Amazon's ECR rather than the default image from Docker Hub
146
146
mongodb-image: 'public.ecr.aws/docker/library/mongo'
@@ -175,7 +175,7 @@ jobs:
175
175
node-version: ${{ matrix.node-version }}
176
176
177
177
- name: Start MongoDB
178
- uses: supercharge /[email protected]
178
+ uses: step-security /[email protected]
179
179
with:
180
180
mongodb-version: ${{ matrix.mongodb-version }}
181
181
mongodb-username: supercharge
@@ -219,7 +219,7 @@ jobs:
219
219
node-version: ${{ matrix.node-version }}
220
220
221
221
- name: Start MongoDB
222
- uses: supercharge /[email protected]
222
+ uses: step-security /[email protected]
223
223
with:
224
224
mongodb-version: ${{ matrix.mongodb-version }}
225
225
mongodb-container-name: mongodb-${{ matrix.node-version }}-${{ matrix.mongodb-version }}
0 commit comments