From 1ec12af78f288ba71ce25ccc92bdd6f284a2641f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 09:40:25 +0000 Subject: [PATCH] Bump launchbynttdata/launch-workflows from 0.6.0 to 0.8.0 Bumps [launchbynttdata/launch-workflows](https://github.com/launchbynttdata/launch-workflows) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/launchbynttdata/launch-workflows/releases) - [Changelog](https://github.com/launchbynttdata/launch-workflows/blob/main/docs/reusable-release-draft-on-merge.md) - [Commits](https://github.com/launchbynttdata/launch-workflows/compare/0.6.0...0.8.0) --- updated-dependencies: - dependency-name: launchbynttdata/launch-workflows dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-ephemeral-deploy.yml | 6 +++--- .github/workflows/pull-request-ephemeral-destroy.yml | 6 +++--- .github/workflows/pull-request-label.yml | 2 +- .github/workflows/pull-request-plan-production.yml | 6 +++--- .github/workflows/release-publish.yml | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pull-request-ephemeral-deploy.yml b/.github/workflows/pull-request-ephemeral-deploy.yml index 9a75e7c..a177f4c 100644 --- a/.github/workflows/pull-request-ephemeral-deploy.yml +++ b/.github/workflows/pull-request-ephemeral-deploy.yml @@ -9,12 +9,12 @@ jobs: get-tg-versions: permissions: contents: read - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.8.0 build-matrix: permissions: contents: read - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.8.0 with: platform_environment: sandbox @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }} - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy-ephemeral.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy-ephemeral.yml@0.8.0 with: git_branch: ${{ github.head_ref }} assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role" diff --git a/.github/workflows/pull-request-ephemeral-destroy.yml b/.github/workflows/pull-request-ephemeral-destroy.yml index 5371ec8..7f93088 100644 --- a/.github/workflows/pull-request-ephemeral-destroy.yml +++ b/.github/workflows/pull-request-ephemeral-destroy.yml @@ -9,12 +9,12 @@ jobs: get-tg-versions: permissions: contents: read - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.8.0 build-matrix: permissions: contents: read - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.8.0 with: platform_environment: sandbox @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }} - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-destroy-ephemeral.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-destroy-ephemeral.yml@0.8.0 with: git_branch: ${{ github.head_ref }} assume_role_arn: "arn:aws:iam::020127659860:role/github-actions-deploy-role" diff --git a/.github/workflows/pull-request-label.yml b/.github/workflows/pull-request-label.yml index 733b7cc..a5e292f 100644 --- a/.github/workflows/pull-request-label.yml +++ b/.github/workflows/pull-request-label.yml @@ -11,5 +11,5 @@ jobs: contents: read issues: write pull-requests: write - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-pr-label-by-branch.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-pr-label-by-branch.yml@0.8.0 secrets: inherit # pragma: allowlist secret diff --git a/.github/workflows/pull-request-plan-production.yml b/.github/workflows/pull-request-plan-production.yml index 34da263..5d3d27b 100644 --- a/.github/workflows/pull-request-plan-production.yml +++ b/.github/workflows/pull-request-plan-production.yml @@ -9,12 +9,12 @@ jobs: get-tg-versions: permissions: contents: read - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.8.0 build-matrix: permissions: contents: read - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.8.0 with: platform_environment: production @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }} - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-plan-only.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-plan-only.yml@0.8.0 with: git_branch: ${{ github.head_ref }} tf_version: ${{ needs.get-tg-versions.outputs.tf_version }} diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 4b67e59..c088de7 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -9,12 +9,12 @@ jobs: get-tg-versions: permissions: contents: read - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-versions.yml@0.8.0 build-matrix: permissions: contents: read - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.8.0 with: platform_environment: production @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }} - uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.6.0 + uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.8.0 with: git_branch: ${{ github.ref }} tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}