Skip to content

Commit e2a7bec

Browse files
authored
Merge pull request #93 from ministryofjustice/renovate-ministryofjustice-hmpps-github-actions-2.x
Update ministryofjustice/hmpps-github-actions action to v2
2 parents 23155cd + b231a61 commit e2a7bec

6 files changed

+12
-12
lines changed

.github/workflows/deploy_to_env.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ permissions:
2424
jobs:
2525
helm_lint:
2626
name: helm lint
27-
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v1 # WORKFLOW_VERSION
27+
uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v2 # WORKFLOW_VERSION
2828
secrets: inherit
2929
with:
3030
environment: ${{ inputs.environment }}
3131
deploy_env:
3232
name: Deploy to environment
3333
needs:
3434
- helm_lint
35-
uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v1 # WORKFLOW_VERSION
35+
uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION
3636
secrets: inherit
3737
with:
3838
environment: ${{ inputs.environment }}

.github/workflows/pipeline.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ jobs:
2525
# main node build workflow
2626
node_build:
2727
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
2929
secrets: inherit
3030
with:
3131
node_version: 22
3232
# generic node unit tests - feel free to override with local tests if required
3333
node_unit_tests:
3434
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
3636
needs: [node_build]
3737
secrets: inherit
3838
with:
3939
node_version: 22
4040
# generic node integration tests using wiremock - feel free to override with local tests if required
4141
node_integration_tests:
4242
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
4444
needs: [node_build]
4545
secrets: inherit
4646
with:
@@ -50,14 +50,14 @@ jobs:
5050
matrix:
5151
environments: ['dev','preprod','prod']
5252
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
5454
secrets: inherit
5555
with:
5656
environment: ${{ matrix.environments }}
5757
build:
5858
name: Build docker image from hmpps-github-actions
5959
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
6161
needs:
6262
- node_integration_tests
6363
- node_unit_tests
@@ -72,7 +72,7 @@ jobs:
7272
needs:
7373
- build
7474
- 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
7676
secrets: inherit
7777
with:
7878
environment: 'development'

.github/workflows/security_npm_dependency.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
security-npm-dependency-check:
88
name: Project security npm dependency check
9-
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_npm_dependency.yml@v1.0 # WORKFLOW_VERSION
9+
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_npm_dependency.yml@v2.1 # WORKFLOW_VERSION
1010
with:
1111
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
1212
secrets: inherit

.github/workflows/security_trivy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
security-kotlin-trivy-check:
88
name: Project security trivy dependency check
9-
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v1.0 # WORKFLOW_VERSION
9+
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v2.1 # WORKFLOW_VERSION
1010
with:
1111
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
1212
secrets: inherit

.github/workflows/security_veracode_pipeline_scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
security-veracode-pipeline-scan:
88
name: Project security veracode pipeline scan
9-
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v1.0 # WORKFLOW_VERSION
9+
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v2.1 # WORKFLOW_VERSION
1010
with:
1111
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
1212
secrets: inherit

.github/workflows/security_veracode_policy_scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
security-veracode-policy-check:
88
name: Project security veracode policy scan
9-
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v1.0 # WORKFLOW_VERSION
9+
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v2.1 # WORKFLOW_VERSION
1010
with:
1111
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
1212
secrets: inherit

0 commit comments

Comments
 (0)