Skip to content

Commit

Permalink
Bump ministryofjustice/modernisation-platform-github-actions
Browse files Browse the repository at this point in the history
Bumps [ministryofjustice/modernisation-platform-github-actions](https://github.com/ministryofjustice/modernisation-platform-github-actions) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/ministryofjustice/modernisation-platform-github-actions/releases)
- [Commits](ministryofjustice/modernisation-platform-github-actions@v1.0.0...41ce911)

---
updated-dependencies:
- dependency-name: ministryofjustice/modernisation-platform-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent 15ac8a1 commit 4b8e2cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-member-account-ram-association.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_terraform_plan_apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/scheduled-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 4b8e2cb

Please sign in to comment.