From 00208c4f01e978d96ecdd01e5db579822b2e1cef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:43:06 +0000 Subject: [PATCH] chore(deps): update patch-grouped | datasource | package | from | to | | ----------- | ----------------------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.22.26 | 2.22.28 | | github-tags | camunda/infraex-common-config | 1.2.8 | 1.2.9 | | github-tags | rhysd/actionlint | v1.7.5 | v1.7.6 | | github-tags | aquasecurity/tfsec | 1.28.11 | 1.28.12 | --- .github/workflows/daily-cleanup.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/links.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/renovate-automerge.yml | 2 +- .github/workflows/test-gha-eks.yml | 2 +- .github/workflows/tests.yml | 2 +- .pre-commit-config.yaml | 4 ++-- .tool-versions | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/daily-cleanup.yml b/.github/workflows/daily-cleanup.yml index 1a244b99..c833f2f5 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@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@c5aabcb89fbaca9143d940fc21bfc39723f3c0ca # 1.2.9 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 9857c62d..99f96635 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@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@c5aabcb89fbaca9143d940fc21bfc39723f3c0ca # 1.2.9 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 06513fce..1b1c8bc9 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@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@c5aabcb89fbaca9143d940fc21bfc39723f3c0ca # 1.2.9 with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0c1d4cee..f0ec89a0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,5 +9,5 @@ on: jobs: lint: - uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8 + uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@c5aabcb89fbaca9143d940fc21bfc39723f3c0ca # 1.2.9 secrets: inherit diff --git a/.github/workflows/renovate-automerge.yml b/.github/workflows/renovate-automerge.yml index 4b1ff9b8..e2cec5e0 100644 --- a/.github/workflows/renovate-automerge.yml +++ b/.github/workflows/renovate-automerge.yml @@ -11,5 +11,5 @@ concurrency: jobs: renovate-automerge: - uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8 + uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@c5aabcb89fbaca9143d940fc21bfc39723f3c0ca # 1.2.9 secrets: inherit diff --git a/.github/workflows/test-gha-eks.yml b/.github/workflows/test-gha-eks.yml index 3c3e8eb9..98f33b12 100644 --- a/.github/workflows/test-gha-eks.yml +++ b/.github/workflows/test-gha-eks.yml @@ -231,7 +231,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@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@c5aabcb89fbaca9143d940fc21bfc39723f3c0ca # 1.2.9 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 17e0f303..6b7f3999 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -248,7 +248,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@2723815da46088717a7b73c199aa005d8d5b27a1 # 1.2.8 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@c5aabcb89fbaca9143d940fc21bfc39723f3c0ca # 1.2.9 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 c63225e8..ab1fc5d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/camunda/infraex-common-config - rev: 1.2.8 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 + rev: 1.2.9 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 hooks: - id: update-action-readmes-docker @@ -21,7 +21,7 @@ repos: - id: detect-private-key - repo: https://github.com/rhysd/actionlint - rev: v1.7.5 + rev: v1.7.6 hooks: - id: actionlint-docker diff --git a/.tool-versions b/.tool-versions index db699016..b08bb141 100644 --- a/.tool-versions +++ b/.tool-versions @@ -13,7 +13,7 @@ # check it with # diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly" -awscli 2.22.26 +awscli 2.22.28 # renovate: datasource=github-tags depName=eksctl-io/eksctl eksctl 0.199.0 @@ -32,4 +32,4 @@ terraform-docs 0.19.0 tflint 0.54.0 -tfsec 1.28.11 +tfsec 1.28.12