From 236bda753048c1a4c4351ed7d54c7ec3fe300dc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:33:00 +0000 Subject: [PATCH] chore(deps): update camunda/infra-global-github-actions digest to e034ec6 (#183) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/report-failure-on-slack/action.yml | 2 +- .github/workflows/automerge-global.yml | 2 +- .github/workflows/lint-global.yml | 4 ++-- 3 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 aaad1ce..fcf8ba8 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@08f6eaf56f2081afd0a23759eae3c403d3092bae # main + uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@e034ec6009aa45469a279f23c73ca138ae71e7d0 # 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 c7abc28..8a9a290 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@08f6eaf56f2081afd0a23759eae3c403d3092bae # main + uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@e034ec6009aa45469a279f23c73ca138ae71e7d0 # 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 b321766..bb08139 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@08f6eaf56f2081afd0a23759eae3c403d3092bae # main + uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@e034ec6009aa45469a279f23c73ca138ae71e7d0 # main with: github-app-id-vault-key: GITHUB_APP_ID github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common @@ -53,7 +53,7 @@ jobs: if: env.autofix_pr == 'false' - name: Centralized Actionlint - uses: camunda/infra-global-github-actions/actionlint@08f6eaf56f2081afd0a23759eae3c403d3092bae # main + uses: camunda/infra-global-github-actions/actionlint@e034ec6009aa45469a279f23c73ca138ae71e7d0 # main # Required for pre-commit to work with Python referenced in .tool-versions for Ubuntu >= 24.04 - name: Install Python dependencies