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.5 | 1.2.6 |
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 033b3a2 commit e207003
Show file tree
Hide file tree
Showing 4 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@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
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@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
Expand Down
2 changes: 1 addition & 1 deletion .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@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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e207003

Please sign in to comment.