@@ -25,22 +25,22 @@ jobs:
25
25
# main node build workflow
26
26
node_build :
27
27
name : node build
28
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/node_build.yml@v1 # WORKFLOW_VERSION
28
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/node_build.yml@v2 # WORKFLOW_VERSION
29
29
secrets : inherit
30
30
with :
31
31
node_version : 22
32
32
# generic node unit tests - feel free to override with local tests if required
33
33
node_unit_tests :
34
34
name : node unit tests
35
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/node_unit_tests.yml@v1 # WORKFLOW_VERSION
35
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/node_unit_tests.yml@v2 # WORKFLOW_VERSION
36
36
needs : [node_build]
37
37
secrets : inherit
38
38
with :
39
39
node_version : 22
40
40
# generic node integration tests using wiremock - feel free to override with local tests if required
41
41
node_integration_tests :
42
42
name : node integration tests
43
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/node_integration_tests.yml@v1 # WORKFLOW_VERSION
43
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/node_integration_tests.yml@v2 # WORKFLOW_VERSION
44
44
needs : [node_build]
45
45
secrets : inherit
46
46
with :
@@ -50,14 +50,14 @@ jobs:
50
50
matrix :
51
51
environments : ['dev','preprod','prod']
52
52
name : helm lint
53
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v1 # WORKFLOW_VERSION
53
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v2 # WORKFLOW_VERSION
54
54
secrets : inherit
55
55
with :
56
56
environment : ${{ matrix.environments }}
57
57
build :
58
58
name : Build docker image from hmpps-github-actions
59
59
if : github.ref == 'refs/heads/main'
60
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/docker_build.yml@v1 # WORKFLOW_VERSION
60
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/docker_build.yml@v2 # WORKFLOW_VERSION
61
61
needs :
62
62
- node_integration_tests
63
63
- node_unit_tests
72
72
needs :
73
73
- build
74
74
- helm_lint
75
- uses : ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v1 # WORKFLOW_VERSION
75
+ uses : ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION
76
76
secrets : inherit
77
77
with :
78
78
environment : ' development'
0 commit comments