From e20700305b33b058a4f774fb1bf6e356d75efd3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 01:16:26 +0000 Subject: [PATCH] chore(deps): update patch-grouped | datasource | package | from | to | | ----------- | ----------------------------- | ----- | ----- | | github-tags | camunda/infraex-common-config | 1.2.5 | 1.2.6 | --- .github/actions/report-failure-on-slack/action.yml | 2 +- .github/workflows/automerge-global.yml | 2 +- .github/workflows/lint-global.yml | 2 +- .pre-commit-config.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/report-failure-on-slack/action.yml b/.github/actions/report-failure-on-slack/action.yml index e9a92b5..720decf 100644 --- a/.github/actions/report-failure-on-slack/action.yml +++ b/.github/actions/report-failure-on-slack/action.yml @@ -36,7 +36,7 @@ runs: - name: Generate token for GitHub id: generate-github-token if: ${{ inputs.disable_silence_check == 'false' }} - uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@6ba452c8541c6aeef6d5c306a7a80830053aeaa9 # main + uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@48ef144c1ff427012e3734f63e3f8d216a54b0cb # main with: github-app-id-vault-key: GITHUB_APP_ID github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common diff --git a/.github/workflows/automerge-global.yml b/.github/workflows/automerge-global.yml index 3f645df..7e8d62b 100644 --- a/.github/workflows/automerge-global.yml +++ b/.github/workflows/automerge-global.yml @@ -58,7 +58,7 @@ jobs: - name: Generate token for GitHub id: generate-github-token - uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@6ba452c8541c6aeef6d5c306a7a80830053aeaa9 # main + uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@48ef144c1ff427012e3734f63e3f8d216a54b0cb # main with: github-app-id-vault-key: GITHUB_APP_ID github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common diff --git a/.github/workflows/lint-global.yml b/.github/workflows/lint-global.yml index 69bf185..6fa87be 100644 --- a/.github/workflows/lint-global.yml +++ b/.github/workflows/lint-global.yml @@ -30,7 +30,7 @@ jobs: - name: Generate token for GitHub id: generate-github-token if: env.autofix_pr == 'true' - uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@6ba452c8541c6aeef6d5c306a7a80830053aeaa9 # main + uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@48ef144c1ff427012e3734f63e3f8d216a54b0cb # main with: github-app-id-vault-key: GITHUB_APP_ID github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 53efbde..798615a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/camunda/infraex-common-config - rev: 1.2.5 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 + rev: 1.2.6 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 hooks: - id: update-action-readmes-docker