From bf26902bcaa4f5645fc91fb91cc8df98350ecd65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:28:54 +0000 Subject: [PATCH] chore(deps): update patch-grouped (#130) * chore(deps): update patch-grouped | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | rhysd/actionlint | v1.7.2 | v1.7.3 | * fix: use official token generation * rettriger-ci * rettriger-ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leo J <153937047+leiicamundi@users.noreply.github.com> --- .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/renovate-automerge.yml | 3 ++- .github/workflows/test-gha-eks.yml | 2 +- .github/workflows/tests.yml | 2 +- .pre-commit-config.yaml | 2 +- 9 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/actions/aurora-manage-cluster/action.yml b/.github/actions/aurora-manage-cluster/action.yml index 95b8ba3..383c2e7 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@2b02d49931e0e225054295f527fc269689668e7a # main + uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@cdd97c4c54a77f3835a1f565f672f51f69a95922 # 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 1dee6d4..3497139 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@2b02d49931e0e225054295f527fc269689668e7a # main + uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@cdd97c4c54a77f3835a1f565f672f51f69a95922 # 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 1295729..6631f45 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@05525fc94eb00df358ab212524d28add4873aca9 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # 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 ae182c6..ea52928 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@05525fc94eb00df358ab212524d28add4873aca9 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # 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 84f8529..b2ed5c9 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@05525fc94eb00df358ab212524d28add4873aca9 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/renovate-automerge.yml b/.github/workflows/renovate-automerge.yml index e155954..eb0df3c 100644 --- a/.github/workflows/renovate-automerge.yml +++ b/.github/workflows/renovate-automerge.yml @@ -11,5 +11,6 @@ concurrency: jobs: renovate-automerge: - uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@102b2d46c2c3961ee04eb78fcf00f150d938422e # 1.2.2 + # TODO: temporary using a feature branch to unlock auto merge, please use a pinned version once it's merged. + uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@fix/gh-tokens-and-major-merge secrets: inherit diff --git a/.github/workflows/test-gha-eks.yml b/.github/workflows/test-gha-eks.yml index 24fe3bf..9f83a0f 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@05525fc94eb00df358ab212524d28add4873aca9 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # 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 67869d8..7c00a58 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@05525fc94eb00df358ab212524d28add4873aca9 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31d7883..a821d18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: detect-private-key - repo: https://github.com/rhysd/actionlint - rev: v1.7.2 + rev: v1.7.3 hooks: - id: actionlint-docker