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.37 | 2.17.42 |
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent 8470b39 commit e2711ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Build image using Camunda docker build
id: build-image-step
uses: camunda/infra-global-github-actions/build-docker-image@9d551d98109ae0fed168affe67579cd6a36b2028 # main
uses: camunda/infra-global-github-actions/build-docker-image@507895bbab18e1dfe004f9ec16797f660fb4a81f # main
with:
registry_host: ${{ vars.CONTAINER_REGISTRY_CI }}
registry_username: ${{ steps.secrets.outputs.MACHINE_USR }}
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Install if required common software tooling
uses: camunda/infra-global-github-actions/common-tooling@9d551d98109ae0fed168affe67579cd6a36b2028 # main
uses: camunda/infra-global-github-actions/common-tooling@507895bbab18e1dfe004f9ec16797f660fb4a81f # main
with:
node-enabled: false
java-enabled: false
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrigger job
uses: camunda/infra-global-github-actions/rerun-failed-run@9d551d98109ae0fed168affe67579cd6a36b2028 # main
uses: camunda/infra-global-github-actions/rerun-failed-run@507895bbab18e1dfe004f9ec16797f660fb4a81f # main
with:
error-messages: |
lost communication with the server
Expand All @@ -591,7 +591,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@48c7c5a309a544bb425ef0a7887d5bec80f5a6a5 # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@25dc5df0a2cda2ef722dca41c98fb9d0f6162279 # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 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.37
awscli 2.17.42

just 1.34.0

Expand Down

0 comments on commit e2711ef

Please sign in to comment.