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.22.26 | 2.22.28 |
| github-tags | rhysd/actionlint | v1.7.5  | v1.7.6  |
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent 21fd09f commit d80e7d4
Show file tree
Hide file tree
Showing 3 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 @@ -107,7 +107,7 @@ jobs:
- name: Build image using Camunda docker build
id: build-image-step
uses: camunda/infra-global-github-actions/build-docker-image@f33b10a93487ac736a5f125fc3b13b1066ba760f # main
uses: camunda/infra-global-github-actions/build-docker-image@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # main
with:
registry_host: ${{ vars.CONTAINER_REGISTRY_CI }}
registry_username: ${{ steps.secrets.outputs.MACHINE_USR }}
Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install if required common software tooling
uses: camunda/infra-global-github-actions/common-tooling@f33b10a93487ac736a5f125fc3b13b1066ba760f # main
uses: camunda/infra-global-github-actions/common-tooling@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # 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@f33b10a93487ac736a5f125fc3b13b1066ba760f # main
uses: camunda/infra-global-github-actions/rerun-failed-run@3232e9983af5e05ea446e2cdc3bbaffd4b300e5c # main
with:
error-messages: |
lost communication with the server
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: hadolint-docker

- repo: https://github.com/rhysd/actionlint
rev: v1.7.5
rev: v1.7.6
hooks:
- id: actionlint-docker

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.22.26
awscli 2.22.28

just 1.38.0

Expand Down

0 comments on commit d80e7d4

Please sign in to comment.