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 | aws/aws-cli    | 2.17.22 | 2.17.27 |
| github-tags | python/cpython | 3.12.4  | 3.12.5  |
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent b24c7fa commit 624ab71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Build image using Camunda docker build
id: build-image-step
uses: camunda/infra-global-github-actions/build-docker-image@15df838019f7393bca9bba2284b3a69e1a6bec02 # main
uses: camunda/infra-global-github-actions/build-docker-image@583bcbe8280394d637fbca0e631ca551f3c48666 # main
with:
registry_host: ${{ vars.CONTAINER_REGISTRY_CI }}
registry_username: ${{ steps.secrets.outputs.MACHINE_USR }}
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Install if required common software tooling
uses: camunda/infra-global-github-actions/common-tooling@15df838019f7393bca9bba2284b3a69e1a6bec02 # main
uses: camunda/infra-global-github-actions/common-tooling@583bcbe8280394d637fbca0e631ca551f3c48666 # main
with:
node-enabled: false
java-enabled: false
Expand Down Expand Up @@ -543,7 +543,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@a02d7cc991ba9ccda5d27221d02237ccb70964a6 # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@d7eca86581d4222806777f01f7b0423bd6ff9417 # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# check it with
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly"

awscli 2.17.22
awscli 2.17.27

just 1.34.0

pre-commit 3.8.0

python 3.12.4
python 3.12.5

0 comments on commit 624ab71

Please sign in to comment.