|
33 | 33 | node-version: ${{ matrix.node-version }} |
34 | 34 |
|
35 | 35 | - name: Start MongoDB |
36 | | - uses: step-security/mongodb-github-action@1.11.0 |
| 36 | + uses: supercharge/mongodb-github-action@1.12.0 |
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: step-security/mongodb-github-action@1.11.0 |
| 78 | + uses: supercharge/mongodb-github-action@1.12.0 |
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: step-security/mongodb-github-action@1.11.0 |
| 122 | + uses: supercharge/mongodb-github-action@1.12.0 |
123 | 123 | with: |
124 | 124 | mongodb-version: ${{ matrix.mongodb-version }} |
125 | 125 | mongodb-replica-set: test-rs |
@@ -175,7 +175,7 @@ jobs: |
175 | 175 | node-version: ${{ matrix.node-version }} |
176 | 176 |
|
177 | 177 | - name: Start MongoDB |
178 | | - uses: step-security/mongodb-github-action@1.11.0 |
| 178 | + uses: supercharge/mongodb-github-action@1.12.0 |
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: step-security/mongodb-github-action@1.11.0 |
| 222 | + uses: supercharge/mongodb-github-action@1.12.0 |
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