From 356e0de5013414cae7977c9def4ee8665259b980 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 00:36:22 +0000 Subject: [PATCH] chore(deps): update patch-grouped (#226) | datasource | package | from | to | | ----------- | ----------------------------- | ----- | ----- | | github-tags | camunda/infraex-common-config | 1.2.4 | 1.2.5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-images.yml | 8 ++++---- .github/workflows/lint.yml | 2 +- .github/workflows/renovate-automerge.yml | 2 +- .pre-commit-config.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 9253f092..42f6b9fe 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@a3139aba4b1936205a6521c5ecacd78cd5aae765 # main + uses: camunda/infra-global-github-actions/build-docker-image@5ca3edf8d5a42552129e2426f18e67b744545dff # 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@a3139aba4b1936205a6521c5ecacd78cd5aae765 # main + uses: camunda/infra-global-github-actions/common-tooling@5ca3edf8d5a42552129e2426f18e67b744545dff # 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@a3139aba4b1936205a6521c5ecacd78cd5aae765 # main + uses: camunda/infra-global-github-actions/rerun-failed-run@5ca3edf8d5a42552129e2426f18e67b744545dff # 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@1b6af8e7117e4e9bdf777911b7a724879b59fcfe # 1.2.4 + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@4dcb257030b8026f86747777802b10cc6d64c20b # 1.2.5 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 1f69245a..c20d8d45 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@1b6af8e7117e4e9bdf777911b7a724879b59fcfe # 1.2.4 + uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@4dcb257030b8026f86747777802b10cc6d64c20b # 1.2.5 secrets: inherit diff --git a/.github/workflows/renovate-automerge.yml b/.github/workflows/renovate-automerge.yml index 5b6f2173..7c4d2185 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@1b6af8e7117e4e9bdf777911b7a724879b59fcfe # 1.2.4 + uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@4dcb257030b8026f86747777802b10cc6d64c20b # 1.2.5 secrets: inherit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 813ad2c2..a60ff2c9 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.4 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 + rev: 1.2.5 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 hooks: - id: update-action-readmes-docker