From dc7dea93ff7649f109bf21641f6cb6c8881f9fe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:51:11 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/push.yml | 22 +++++++++++----------- pom.xml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 375948b..aa8cfad 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -53,19 +53,19 @@ jobs: image_artifact: ${{ needs.docker-build.outputs.image_artifact }} helm-lint: - uses: entur/gha-helm/.github/workflows/lint.yml@v1.6.1 + uses: entur/gha-helm/.github/workflows/lint.yml@v1.7.0 with: environment: dev terraform-lint: - uses: entur/gha-terraform/.github/workflows/lint.yml@v2.3.1 + uses: entur/gha-terraform/.github/workflows/lint.yml@v2.5.0 tf-plan-dev: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') }} needs: [ terraform-lint, docker-push ] name: Terraform Plan DEV - uses: entur/gha-terraform/.github/workflows/plan.yml@v2.3.1 + uses: entur/gha-terraform/.github/workflows/plan.yml@v2.5.0 with: environment: dev @@ -84,7 +84,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && needs.tf-plan-dev.outputs.has_changes == 'true' }} needs: [ tf-plan-dev, tf-approval-dev ] name: Terraform Apply DEV - uses: entur/gha-terraform/.github/workflows/apply.yml@v2.3.1 + uses: entur/gha-terraform/.github/workflows/apply.yml@v2.5.0 with: environment: dev has_changes: ${{ needs.tf-plan-dev.outputs.has_changes }} @@ -92,7 +92,7 @@ jobs: deploy-dev: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && github.ref == 'refs/heads/master' }} needs: [ helm-lint, tf-plan-dev, tf-apply-dev, docker-push ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.6.1 + uses: entur/gha-helm/.github/workflows/deploy.yml@v1.7.0 with: environment: dev image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}} @@ -117,7 +117,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') }} needs: [ terraform-lint, approval-tst ] name: Terraform Plan TST - uses: entur/gha-terraform/.github/workflows/plan.yml@v2.3.1 + uses: entur/gha-terraform/.github/workflows/plan.yml@v2.5.0 with: environment: tst @@ -136,7 +136,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && needs.tf-plan-tst.outputs.has_changes == 'true' }} needs: [ tf-plan-tst, tf-approval-tst ] name: Terraform Apply TST - uses: entur/gha-terraform/.github/workflows/apply.yml@v2.3.1 + uses: entur/gha-terraform/.github/workflows/apply.yml@v2.5.0 with: environment: tst has_changes: ${{ needs.tf-plan-tst.outputs.has_changes }} @@ -145,7 +145,7 @@ jobs: deploy-tst: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && github.ref == 'refs/heads/master' }} needs: [ approval-tst, tf-plan-tst, tf-apply-tst, docker-push ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.6.1 + uses: entur/gha-helm/.github/workflows/deploy.yml@v1.7.0 with: environment: tst image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}} @@ -170,7 +170,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') }} needs: [ terraform-lint, approval-prd ] name: Terraform Plan PRD - uses: entur/gha-terraform/.github/workflows/plan.yml@v2.3.1 + uses: entur/gha-terraform/.github/workflows/plan.yml@v2.5.0 with: environment: prd @@ -189,7 +189,7 @@ jobs: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && needs.tf-plan-prd.outputs.has_changes == 'true' }} needs: [ tf-plan-prd, tf-approval-prd ] name: Terraform Apply PRD - uses: entur/gha-terraform/.github/workflows/apply.yml@v2.3.1 + uses: entur/gha-terraform/.github/workflows/apply.yml@v2.5.0 with: environment: prd has_changes: ${{ needs.tf-plan-prd.outputs.has_changes }} @@ -198,7 +198,7 @@ jobs: deploy-prd: if: ${{ !cancelled() && !contains(needs.*.result, 'failure') && github.ref == 'refs/heads/master' }} needs: [ approval-prd, tf-plan-prd, tf-apply-prd, docker-push ] - uses: entur/gha-helm/.github/workflows/deploy.yml@v1.6.1 + uses: entur/gha-helm/.github/workflows/deploy.yml@v1.7.0 with: environment: prd image: ${{ needs.docker-push.outputs.image_name }}:${{ needs.docker-push.outputs.image_tag}} diff --git a/pom.xml b/pom.xml index 12065b8..888eb12 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/ 21 - 4.4.5 + 4.22.0 5.50.0 2.0.16 3.1.82