diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 8edcc258..869ffd8c 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -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@a24a21fb166f5e810d7a015f456adf6cd670e498 # main + uses: camunda/infra-global-github-actions/build-docker-image@80576b6b3ae933dbc79c3bbf8eac4421c597dfd1 # main with: registry_host: ${{ vars.CONTAINER_REGISTRY_CI }} registry_username: ${{ steps.secrets.outputs.MACHINE_USR }} @@ -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@a24a21fb166f5e810d7a015f456adf6cd670e498 # main + uses: camunda/infra-global-github-actions/common-tooling@80576b6b3ae933dbc79c3bbf8eac4421c597dfd1 # main with: node-enabled: false java-enabled: false @@ -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@d7eca86581d4222806777f01f7b0423bd6ff9417 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@9f882f141dbc50b9c9bf5a5f794b971ab09e073c # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.tool-versions b/.tool-versions index 53997bb6..9c2c5949 100644 --- a/.tool-versions +++ b/.tool-versions @@ -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.27 +awscli 2.17.32 just 1.34.0