diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 02c7ac5..891f7bf 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -56,18 +56,18 @@ permissions: jobs: helm_lint: name: helm lint - uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v1 # WORKFLOW VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/test_helm_lint.yml@v2 # WORKFLOW VERSION secrets: inherit with: environment: ${{ inputs.environment || 'dev' }} kotlin_validate: name: Validate the kotlin - uses: ministryofjustice/hmpps-github-actions/.github/workflows/kotlin_validate.yml@v1 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/kotlin_validate.yml@v2 # WORKFLOW_VERSION secrets: inherit build: name: Build docker image from hmpps-github-actions if: github.ref == 'refs/heads/main' - uses: ministryofjustice/hmpps-github-actions/.github/workflows/docker_build.yml@v1 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/docker_build.yml@v2 # WORKFLOW_VERSION needs: - kotlin_validate with: @@ -81,7 +81,7 @@ jobs: needs: - build - helm_lint - uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v1 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION secrets: inherit with: environment: 'dev' diff --git a/.github/workflows/security_owasp.yml b/.github/workflows/security_owasp.yml index 6abf635..fb05a90 100644 --- a/.github/workflows/security_owasp.yml +++ b/.github/workflows/security_owasp.yml @@ -6,7 +6,7 @@ on: jobs: security-kotlin-owasp-check: name: Kotlin security OWASP dependency check - uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_owasp.yml@v0.7 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_owasp.yml@v2.1 # WORKFLOW_VERSION with: channel_id: C05J915DX0Q secrets: inherit diff --git a/.github/workflows/security_trivy.yml b/.github/workflows/security_trivy.yml index 4e80707..7c67c46 100644 --- a/.github/workflows/security_trivy.yml +++ b/.github/workflows/security_trivy.yml @@ -6,7 +6,7 @@ on: jobs: security-kotlin-trivy-check: name: Project security trivy dependency check - uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v0.7 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v2.1 # WORKFLOW_VERSION with: channel_id: C05J915DX0Q secrets: inherit diff --git a/.github/workflows/security_veracode_pipeline_scan.yml b/.github/workflows/security_veracode_pipeline_scan.yml index c825bdd..ee10d56 100644 --- a/.github/workflows/security_veracode_pipeline_scan.yml +++ b/.github/workflows/security_veracode_pipeline_scan.yml @@ -6,7 +6,7 @@ on: jobs: security-veracode-pipeline-scan: name: Project security veracode pipeline scan - uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v0.7 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_pipeline_scan.yml@v2.1 # WORKFLOW_VERSION with: channel_id: C05J915DX0Q secrets: inherit diff --git a/.github/workflows/security_veracode_policy_scan.yml b/.github/workflows/security_veracode_policy_scan.yml index f574796..2ecd6e9 100644 --- a/.github/workflows/security_veracode_policy_scan.yml +++ b/.github/workflows/security_veracode_policy_scan.yml @@ -6,7 +6,7 @@ on: jobs: security-veracode-policy-check: name: Project security veracode policy scan - uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v0.7 # WORKFLOW_VERSION + uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v2.1 # WORKFLOW_VERSION with: channel_id: C05J915DX0Q secrets: inherit