Skip to content

Commit b04b87b

Browse files
Pin dependencies
1 parent 8d0691c commit b04b87b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/integration_tests_ms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Upload Test Results
4747
if: always() && (steps.int_tests.conclusion == 'success' || steps.int_tests.conclusion == 'failure')
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4949
with:
5050
name: cucumber-report
5151
path: apps/user-ms/target/cucumber-report/cucumber.html

.github/workflows/integration_tests_user_group_ms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Upload Test Results
4545
if: always() && (steps.int_tests.conclusion == 'success' || steps.int_tests.conclusion == 'failure')
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4747
with:
4848
name: cucumber-report
4949
path: apps/user-group-ms/target/cucumber-report/cucumber.html

apps/user-ms/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22
services:
33

44
mongodb:
5-
image: mongo:latest
5+
image: mongo:latest@sha256:c23684919810f0341e58744987e4b1c510fb8becdae850217d2d04b6fa7605e7
66
ports:
77
- '27017:27017'
88
volumes:
@@ -11,7 +11,7 @@ services:
1111
- develop-network
1212

1313
azurite:
14-
image: mcr.microsoft.com/azure-storage/azurite
14+
image: mcr.microsoft.com/azure-storage/azurite@sha256:647c63a91102a9d8e8000aab803436e1fc85fbb285e7ce830a82ee5d6661cf37
1515
ports:
1616
- "10000:10000"
1717
command: "azurite --blobHost 0.0.0.0 --inMemoryPersistence"
@@ -35,7 +35,7 @@ services:
3535
- SELFCARE_INFRA_PRIVATE_ENV=dev
3636

3737
mockserver:
38-
image: mockserver/mockserver
38+
image: mockserver/mockserver@sha256:adec675a93253dcd503cda331dbc8c88383c1c79ceb2370ec9766ad3f010d255
3939
ports:
4040
- '1080:1080'
4141
environment:

0 commit comments

Comments
 (0)