Skip to content

Commit

Permalink
chore(deps): update patch-grouped
Browse files Browse the repository at this point in the history
| 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 |
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 3d3313d commit 01d8d57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/renovate-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion checks/zeebe/connectivity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 01d8d57

Please sign in to comment.