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.2  | 1.2.3  |
| github-tags | python/cpython                | 3.12.6 | 3.12.7 |
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 8d9b2b6 commit dfb9363
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Build image using Camunda docker build
id: build-image-step
uses: camunda/infra-global-github-actions/build-docker-image@279d811fedce4dedc973f74f7e520513fc01ca29 # main
uses: camunda/infra-global-github-actions/build-docker-image@290f3059d4cc8aada3123f69fc8a1c156efc9c6a # main
with:
registry_host: ${{ vars.CONTAINER_REGISTRY_CI }}
registry_username: ${{ steps.secrets.outputs.MACHINE_USR }}
Expand Down Expand Up @@ -486,7 +486,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Install if required common software tooling
uses: camunda/infra-global-github-actions/common-tooling@279d811fedce4dedc973f74f7e520513fc01ca29 # main
uses: camunda/infra-global-github-actions/common-tooling@290f3059d4cc8aada3123f69fc8a1c156efc9c6a # main
with:
node-enabled: false
java-enabled: false
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrigger job
uses: camunda/infra-global-github-actions/rerun-failed-run@279d811fedce4dedc973f74f7e520513fc01ca29 # main
uses: camunda/infra-global-github-actions/rerun-failed-run@290f3059d4cc8aada3123f69fc8a1c156efc9c6a # main
with:
error-messages: |
lost communication with the server
Expand All @@ -601,7 +601,7 @@ jobs:
steps:
- name: Notify in Slack in case of failure
id: slack-notification
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7e7ae626961c7766d7612620374b7c4944f420db # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
lint:
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@102b2d46c2c3961ee04eb78fcf00f150d938422e # 1.2.2
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@7e7ae626961c7766d7612620374b7c4944f420db # 1.2.3
secrets: inherit
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/camunda/infraex-common-config
rev: 1.2.2 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
rev: 1.2.3 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
hooks:
- id: update-action-readmes-docker

Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ just 1.35.0

pre-commit 3.8.0

python 3.12.6
python 3.12.7

0 comments on commit dfb9363

Please sign in to comment.