diff --git a/.github/workflows/reusable-member-account-ram-association.yml b/.github/workflows/reusable-member-account-ram-association.yml index 365c197da..51f4b570f 100644 --- a/.github/workflows/reusable-member-account-ram-association.yml +++ b/.github/workflows/reusable-member-account-ram-association.yml @@ -19,7 +19,7 @@ on: jobs: fetch-secrets: - uses: ministryofjustice/modernisation-platform-github-actions/.github/workflows/aws-secrets-management.yml@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/.github/workflows/aws-secrets-management.yml@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 secrets: MODERNISATION_PLATFORM_ACCOUNT_NUMBER: ${{ secrets.MODERNISATION_PLATFORM_ACCOUNT_NUMBER }} PASSPHRASE: ${{ secrets.PASSPHRASE }} @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - name: Decrypt Secrets - uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 with: environment_management: ${{ needs.fetch-secrets.outputs.environment_management }} slack_webhook_url: ${{ needs.fetch-secrets.outputs.slack_webhook_url }} diff --git a/.github/workflows/reusable_terraform_plan_apply.yml b/.github/workflows/reusable_terraform_plan_apply.yml index 066d6472d..0740216b4 100644 --- a/.github/workflows/reusable_terraform_plan_apply.yml +++ b/.github/workflows/reusable_terraform_plan_apply.yml @@ -35,7 +35,7 @@ env: TF_DESTROY_THRESHOLD: 10 # Sets a threshold to alert if the number of resources shown to be destroyed in the plan output is equal or threater than this number. jobs: fetch-secrets: - uses: ministryofjustice/modernisation-platform-github-actions/.github/workflows/aws-secrets-management.yml@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/.github/workflows/aws-secrets-management.yml@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 secrets: MODERNISATION_PLATFORM_ACCOUNT_NUMBER: ${{ secrets.MODERNISATION_PLATFORM_ACCOUNT_NUMBER }} PASSPHRASE: ${{ secrets.PASSPHRASE }} @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Decrypt Secrets - uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 with: environment_management: ${{ needs.fetch-secrets.outputs.environment_management }} slack_webhook_url: ${{ needs.fetch-secrets.outputs.slack_webhook_url }} diff --git a/.github/workflows/scheduled-baseline.yml b/.github/workflows/scheduled-baseline.yml index e9ba79ad4..479664cc9 100644 --- a/.github/workflows/scheduled-baseline.yml +++ b/.github/workflows/scheduled-baseline.yml @@ -28,7 +28,7 @@ defaults: jobs: fetch-secrets: - uses: ministryofjustice/modernisation-platform-github-actions/.github/workflows/aws-secrets-management.yml@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/.github/workflows/aws-secrets-management.yml@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 secrets: MODERNISATION_PLATFORM_ACCOUNT_NUMBER: ${{ secrets.MODERNISATION_PLATFORM_ACCOUNT_NUMBER }} PASSPHRASE: ${{ secrets.PASSPHRASE }} @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Decrypt Secrets - uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 with: environment_management: ${{ needs.fetch-secrets.outputs.environment_management }} PASSPHRASE: ${{ secrets.PASSPHRASE }} @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Decrypt Secrets - uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 with: environment_management: ${{ needs.fetch-secrets.outputs.environment_management }} slack_webhook_url: ${{ needs.fetch-secrets.outputs.slack_webhook_url }} @@ -126,7 +126,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Decrypt Secrets - uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 with: environment_management: ${{ needs.fetch-secrets.outputs.environment_management }} slack_webhook_url: ${{ needs.fetch-secrets.outputs.slack_webhook_url }} @@ -178,7 +178,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Decrypt Secrets - uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 with: environment_management: ${{ needs.fetch-secrets.outputs.environment_management }} slack_webhook_url: ${{ needs.fetch-secrets.outputs.slack_webhook_url }} @@ -230,7 +230,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Decrypt Secrets - uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 with: environment_management: ${{ needs.fetch-secrets.outputs.environment_management }} slack_webhook_url: ${{ needs.fetch-secrets.outputs.slack_webhook_url }} @@ -278,7 +278,7 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Decrypt Secrets - uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d9e930d93532b84efdcf7d7b82621506e96a15b0 # v1.0.0 + uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0 with: environment_management: ${{ needs.fetch-secrets.outputs.environment_management }} slack_webhook_url: ${{ needs.fetch-secrets.outputs.slack_webhook_url }}