From e402e79125a90ace8ff29b9a8b09318b92639be9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 04:01:44 +0000 Subject: [PATCH] chore(deps): update patch-grouped --- .github/actions/aurora-manage-cluster/action.yml | 2 +- .github/actions/eks-manage-cluster/action.yml | 2 +- .github/workflows/daily-cleanup.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/links.yml | 2 +- .github/workflows/test-gha-eks.yml | 2 +- .github/workflows/tests.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/aurora-manage-cluster/action.yml b/.github/actions/aurora-manage-cluster/action.yml index 176db92..61c010b 100644 --- a/.github/actions/aurora-manage-cluster/action.yml +++ b/.github/actions/aurora-manage-cluster/action.yml @@ -105,7 +105,7 @@ runs: id: utility # see https://github.com/orgs/community/discussions/41927 it's not possible to optimize this yet # steps.uses cannot access the github context. - uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@28231dc3ee89bbd52107467f495108927158932a # main + uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@3b0c43bfef7ec00dd5278a8d963208ee38592c21 # main with: awscli-version: ${{ inputs.awscli-version }} terraform-version: ${{ inputs.terraform-version }} diff --git a/.github/actions/eks-manage-cluster/action.yml b/.github/actions/eks-manage-cluster/action.yml index 20eddbc..7bacb8e 100644 --- a/.github/actions/eks-manage-cluster/action.yml +++ b/.github/actions/eks-manage-cluster/action.yml @@ -88,7 +88,7 @@ runs: # see https://github.com/orgs/community/discussions/41927 it's not possible to optimize this yet # steps.uses cannot access the github context. # uses: ${{ github.action_repository }}/utility-action@${{ github.action_ref }} - uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@28231dc3ee89bbd52107467f495108927158932a # main + uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@3b0c43bfef7ec00dd5278a8d963208ee38592c21 # main with: awscli-version: ${{ inputs.awscli-version }} terraform-version: ${{ inputs.terraform-version }} diff --git a/.github/workflows/daily-cleanup.yml b/.github/workflows/daily-cleanup.yml index 3de6772..02fe306 100644 --- a/.github/workflows/daily-cleanup.yml +++ b/.github/workflows/daily-cleanup.yml @@ -89,7 +89,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' && steps.retry-delete-orphaned-resources.outcome == 'failure' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@40267cc05c12123b0eb8aa7bad1e90217a6fb36d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@46eeb5aa8a394137a866917a310f219aaf88b1cb # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8d9a0a3..4bb911b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -20,7 +20,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@40267cc05c12123b0eb8aa7bad1e90217a6fb36d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@46eeb5aa8a394137a866917a310f219aaf88b1cb # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index ce3d8ed..2d9d746 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -46,7 +46,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@40267cc05c12123b0eb8aa7bad1e90217a6fb36d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@46eeb5aa8a394137a866917a310f219aaf88b1cb # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/test-gha-eks.yml b/.github/workflows/test-gha-eks.yml index 0d8c964..2f66558 100644 --- a/.github/workflows/test-gha-eks.yml +++ b/.github/workflows/test-gha-eks.yml @@ -177,7 +177,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@40267cc05c12123b0eb8aa7bad1e90217a6fb36d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@46eeb5aa8a394137a866917a310f219aaf88b1cb # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 63e14ee..6253b4d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -245,7 +245,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@40267cc05c12123b0eb8aa7bad1e90217a6fb36d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@46eeb5aa8a394137a866917a310f219aaf88b1cb # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }}