From 53a8cb073b11f167a5feb8729dc1945c86cd0a91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:34:40 +0000 Subject: [PATCH] chore(deps): update patch-grouped | datasource | package | from | to | | --------------- | ----------------------------- | ----- | ----- | | github-tags | camunda/infraex-common-config | 1.2.3 | 1.2.4 | | github-releases | camunda/zeebe | 8.6.0 | 8.6.3 | | github-tags | pre-commit/pre-commit | 4.0.0 | 4.0.1 | --- .github/workflows/links.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/renovate-automerge.yml | 2 +- .tool-versions | 2 +- checks/zeebe/connectivity.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 43c27c1..136d2d3 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -15,14 +15,14 @@ jobs: name: links-check runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Get Current Timestamp id: timestamp run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV" - name: Restore lychee cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: path: .lycheecache key: cache-lychee-${{ env.TIMESTAMP }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9872473..1f69245 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@7e7ae626961c7766d7612620374b7c4944f420db # 1.2.3 + uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@1b6af8e7117e4e9bdf777911b7a724879b59fcfe # 1.2.4 secrets: inherit diff --git a/.github/workflows/renovate-automerge.yml b/.github/workflows/renovate-automerge.yml index a42f5c0..5b6f217 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@7e7ae626961c7766d7612620374b7c4944f420db # 1.2.3 + uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@1b6af8e7117e4e9bdf777911b7a724879b59fcfe # 1.2.4 secrets: inherit diff --git a/.tool-versions b/.tool-versions index 43448c9..a72745a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -13,4 +13,4 @@ # 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" -pre-commit 4.0.0 +pre-commit 4.0.1 diff --git a/checks/zeebe/connectivity.sh b/checks/zeebe/connectivity.sh index 85eb4ba..3b34504 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.0" +ZEEBE_VERSION="8.6.3" # Function to display script usage usage() {