From ce0a70ac3b8ace3fffbdada418f49daf189f3d22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:55:20 +0000 Subject: [PATCH] chore(deps): update patch-grouped (#280) * chore(deps): update patch-grouped | datasource | package | from | to | | ----------- | ---------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.22.26 | 2.22.28 | | github-tags | rhysd/actionlint | v1.7.5 | v1.7.6 | * chore: bump common action to latest release renovate is taking a bit to detect it --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Langleu --- .github/workflows/build-images.yml | 8 ++++---- .github/workflows/links.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/renovate-automerge.yml | 2 +- .pre-commit-config.yaml | 4 ++-- .tool-versions | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 13cdceb7..c70baf1a 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -107,7 +107,7 @@ jobs: - name: Build image using Camunda docker build id: build-image-step - uses: camunda/infra-global-github-actions/build-docker-image@f33b10a93487ac736a5f125fc3b13b1066ba760f # main + uses: camunda/infra-global-github-actions/build-docker-image@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # main with: registry_host: ${{ vars.CONTAINER_REGISTRY_CI }} registry_username: ${{ steps.secrets.outputs.MACHINE_USR }} @@ -476,7 +476,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install if required common software tooling - uses: camunda/infra-global-github-actions/common-tooling@f33b10a93487ac736a5f125fc3b13b1066ba760f # main + uses: camunda/infra-global-github-actions/common-tooling@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # main with: node-enabled: false java-enabled: false @@ -566,7 +566,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Retrigger job - uses: camunda/infra-global-github-actions/rerun-failed-run@f33b10a93487ac736a5f125fc3b13b1066ba760f # main + uses: camunda/infra-global-github-actions/rerun-failed-run@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # main with: error-messages: | lost communication with the server @@ -591,7 +591,7 @@ jobs: steps: - name: Notify in Slack in case of failure id: slack-notification - 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/.pre-commit-config.yaml b/.pre-commit-config.yaml index f242dd99..370c8070 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- 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 @@ -23,7 +23,7 @@ repos: - id: hadolint-docker - 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 e5e4adcc..72c9a057 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 just 1.38.0