Skip to content

Commit

Permalink
chore(deps): update camunda/infra-global-github-actions digest to e3e…
Browse files Browse the repository at this point in the history
…0609 (#148)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent a467308 commit a88da65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/report-failure-on-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@ab96b67469843fac863ac3b6e0e7ddd434eb4b3e # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@e3e06098efdefc7c2d16228a8f3e547c9246aa33 # main
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@ab96b67469843fac863ac3b6e0e7ddd434eb4b3e # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@e3e06098efdefc7c2d16228a8f3e547c9246aa33 # main
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@ab96b67469843fac863ac3b6e0e7ddd434eb4b3e # main
uses: camunda/infra-global-github-actions/generate-github-app-token-from-vault-secrets@e3e06098efdefc7c2d16228a8f3e547c9246aa33 # main
with:
github-app-id-vault-key: GITHUB_APP_ID
github-app-id-vault-path: secret/data/products/infrastructure-experience/ci/common
Expand All @@ -53,7 +53,7 @@ jobs:
if: env.autofix_pr == 'false'

- name: Centralized Actionlint
uses: camunda/infra-global-github-actions/actionlint@ab96b67469843fac863ac3b6e0e7ddd434eb4b3e # main
uses: camunda/infra-global-github-actions/actionlint@e3e06098efdefc7c2d16228a8f3e547c9246aa33 # main

- name: Install tooling using asdf
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3
Expand Down

0 comments on commit a88da65

Please sign in to comment.