From 01d8d57079e48d1ee73cc780142dfa6d6f7df4bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 00:35:38 +0000 Subject: [PATCH] chore(deps): update patch-grouped | datasource | package | from | to | | --------------- | ----------------------------- | ----- | ----- | | github-tags | camunda/infraex-common-config | 1.2.4 | 1.2.5 | | github-releases | camunda/zeebe | 8.6.3 | 8.6.4 | --- .github/workflows/links.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/renovate-automerge.yml | 2 +- checks/zeebe/connectivity.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 0a2c62b..3f818dd 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@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 1f69245..c20d8d4 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 5b6f217..7c4d218 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/checks/zeebe/connectivity.sh b/checks/zeebe/connectivity.sh index 3b34504..cc568ef 100755 --- a/checks/zeebe/connectivity.sh +++ b/checks/zeebe/connectivity.sh @@ -25,7 +25,7 @@ ZEEBE_TOKEN_SCOPE="camunda-identity" API_PROTOCOL="grpc" # renovate: datasource=github-releases depName=camunda/zeebe -ZEEBE_VERSION="8.6.3" +ZEEBE_VERSION="8.6.4" # Function to display script usage usage() {