Skip to content

Commit feaad14

Browse files
Pin dependencies
1 parent 5386ff8 commit feaad14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration_test_ms.yml

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

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

apps/institution-ms/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:0a47e12e3693483cef5c71f35468b91d751611f172d2f97414e9c69113b106d9
1515
ports:
1616
- "10000:10000"
1717
command: "azurite --blobHost 0.0.0.0 --inMemoryPersistence"
@@ -48,7 +48,7 @@ services:
4848
- develop-network
4949

5050
userms:
51-
image: ghcr.io/pagopa/selfcare-user-ms:latest
51+
image: ghcr.io/pagopa/selfcare-user-ms:latest@sha256:5c49186df7bfc2c84a7f2f44656956d0c66e1b2dd312a44529c62bc4476ad250
5252
ports:
5353
- '8080:8080'
5454
env_file:

0 commit comments

Comments
 (0)