Skip to content

Commit 7a87800

Browse files
readme updated
1 parent 577cb06 commit 7a87800

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: ${{ matrix.node-version }}
3434

3535
- name: Start MongoDB
36-
uses: supercharge/[email protected]
36+
uses: step-security/[email protected]
3737
with:
3838
# Here we are using an image from Amazon's ECR rather than the default image from Docker Hub
3939
mongodb-image: 'public.ecr.aws/docker/library/mongo'
@@ -75,7 +75,7 @@ jobs:
7575
node-version: ${{ matrix.node-version }}
7676
7777
- name: Start MongoDB
78-
uses: supercharge/[email protected]
78+
uses: step-security/[email protected]
7979
with:
8080
mongodb-version: ${{ matrix.mongodb-version }}
8181
mongodb-replica-set: test-rs
@@ -119,7 +119,7 @@ jobs:
119119
node-version: ${{ matrix.node-version }}
120120
121121
- name: Start MongoDB
122-
uses: supercharge/[email protected]
122+
uses: step-security/[email protected]
123123
with:
124124
mongodb-version: ${{ matrix.mongodb-version }}
125125
mongodb-replica-set: test-rs
@@ -140,7 +140,7 @@ You can utilize an alternative MongoDB docker image using the `mongodb-image` in
140140

141141
```yaml
142142
- name: Start MongoDB
143-
uses: supercharge/[email protected]
143+
uses: step-security/[email protected]
144144
with:
145145
# Here we are using an image from Amazon's ECR rather than the default image from Docker Hub
146146
mongodb-image: 'public.ecr.aws/docker/library/mongo'
@@ -175,7 +175,7 @@ jobs:
175175
node-version: ${{ matrix.node-version }}
176176
177177
- name: Start MongoDB
178-
uses: supercharge/[email protected]
178+
uses: step-security/[email protected]
179179
with:
180180
mongodb-version: ${{ matrix.mongodb-version }}
181181
mongodb-username: supercharge
@@ -219,7 +219,7 @@ jobs:
219219
node-version: ${{ matrix.node-version }}
220220
221221
- name: Start MongoDB
222-
uses: supercharge/[email protected]
222+
uses: step-security/[email protected]
223223
with:
224224
mongodb-version: ${{ matrix.mongodb-version }}
225225
mongodb-container-name: mongodb-${{ matrix.node-version }}-${{ matrix.mongodb-version }}

0 commit comments

Comments
 (0)