Skip to content

Bump ministryofjustice/modernisation-platform-github-actions from 1.1.0 to 1.1.1 #9494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
REPORT_OUTPUT_FOLDER: none

- name: Commit and Create PR with Signed Commit if Changes are Found
uses: ministryofjustice/modernisation-platform-github-actions/signed-commit@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/signed-commit@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "GitHub Actions Code Formatter workflow"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-dependabot-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: bash ./scripts/git-setup.sh

- name: Commit and Create PR with Signed Commit
uses: ministryofjustice/modernisation-platform-github-actions/signed-commit@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/signed-commit@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Automated Update: Dependabot File"
Expand Down
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/.github/workflows/aws-secrets-management.yml@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/.github/workflows/aws-secrets-management.yml@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/.github/workflows/aws-secrets-management.yml@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
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@41ce9117af6179f195ea00c3b7c06b3442d3e33c # v1.1.0
uses: ministryofjustice/modernisation-platform-github-actions/decrypt-secrets@d1aa59f92c438bd85a21c1209c65b563d3dcb4be # v1.1.1
with:
environment_management: ${{ needs.fetch-secrets.outputs.environment_management }}
slack_webhook_url: ${{ needs.fetch-secrets.outputs.slack_webhook_url }}
Expand Down
Loading