File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.8'
22services :
33
44 mongodb :
5- image : mongo:latest
5+ image : mongo:latest@sha256:3031bfad5692e3fa1defcd054d4794370889c93b2049e0c323f2b7571e495413
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 :
You can’t perform that action at this time.
0 commit comments