Skip to content

Commit

Permalink
Renovate Update Minor Updates (#1741)
Browse files Browse the repository at this point in the history
* Renovate Update Minor Updates

* use older version of composer for check deps command

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jamesrwarren <james.warren@digital.justice.gov.uk>
  • Loading branch information
renovate[bot] and jamesrwarren authored Nov 25, 2024
1 parent 71ac87f commit 4ce543d
Show file tree
Hide file tree
Showing 34 changed files with 2,622 additions and 3,324 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_lint-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- id: terraform_version
name: get terraform version
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.1.0
with:
terraform_directory: terraform/${{ matrix.folder }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- id: terraform_version
name: get terraform version
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.1.0
with:
terraform_directory: terraform/environment

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_run-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- id: terraform_version
name: get terraform version
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.1.0
with:
terraform_directory: terraform/${{ inputs.terraform_path }}

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- id: terraform_workspace_manager
if: inputs.apply && inputs.terraform_path == 'environment' && inputs.pull_request_path
name: register workspace
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-workspace-manager@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-workspace-manager@v3.1.0
with:
aws_account_id: 248804316466
aws_iam_role: digideps-ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-workspace-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- id: terraform_version
name: get terraform version
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.1.0
with:
terraform_directory: terraform/environment

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow-destroy-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
- workspace_name
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- id: terraform_version
name: get terraform version
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/terraform-version@v3.1.0
with:
terraform_directory: terraform/environment

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: generate semver tag and release
id: semver_tag
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.1.0
with:
prerelease: false
default_bump: "minor"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-pull-request-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "- Build Identifier: ${BUILD_IDENTIFIER}" >> $GITHUB_STEP_SUMMARY
- name: generate semver tag and release
id: semver_tag
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.0.8
uses: ministryofjustice/opg-github-actions/.github/actions/semver-tag@v3.1.0
with:
prerelease: true
default_bump: "minor"
Expand Down
2 changes: 1 addition & 1 deletion api/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require": {
"php": "^8.1",
"aws/aws-sdk-php": "3.299.1",
"aws/aws-sdk-php": "3.329.0",
"doctrine/doctrine-bundle": "^2.2",
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.6.3",
Expand Down
Loading

0 comments on commit 4ce543d

Please sign in to comment.